mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-03-03 00:21:05 +00:00
6 lines
209 B
Nim
6 lines
209 B
Nim
proc eth_accounts: seq[Address]
|
|
proc eth_blockNumber: UInt256
|
|
proc eth_call(tx: Transaction): seq[byte]
|
|
proc eth_gasPrice(): UInt256
|
|
proc eth_getTransactionCount(address: Address, blockTag: BlockTag): UInt256
|