mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-07 16:13:06 +00:00
7 lines
274 B
Nim
7 lines
274 B
Nim
proc eth_accounts: seq[Address]
|
|
proc eth_blockNumber: UInt256
|
|
proc eth_call(transaction: Transaction): seq[byte]
|
|
proc eth_gasPrice(): UInt256
|
|
proc eth_getTransactionCount(address: Address, blockTag: BlockTag): UInt256
|
|
proc eth_estimateGas(transaction: Transaction): UInt256
|