A BlockTag specifies a specific location in the Blockchain.
"latest"
– The most recently mined block"earliest"
– Block #0"pending"
– The block currently being prepared for mining; not all operations support this BlockTag- number – The block at this height
- a negative number – The block this many blocks ago
A Network represents an Etherem network.
- name – The human-readable name of the network
- chainId – The Chain ID of the network
- ensAddress – The address at which the ENS registry is deployed
TODO
TODO
TODO
TODO
TODO
TODO
A network...
A transaction request describes a transaction that is to be sent to the network or otherwise processed.
It contains the fields:
- to — target address
- from — target address
- nonce — target address
- gasLimit — target address
- gasPrice — target address
- data — target address
- value — target address
- chainId — target address
All fields are optional and may be a promise which resolves to the required type.
A TransactionResponse ..
TODO
The content of this site is licensed under the Creative Commons Attribution 4.0 International License.