package
0.0.0-20230925020606-fc77d8896912
Repository: https://github.com/rodert/w3pro.git
Documentation: pkg.go.dev
# Functions
AccessList requests the access list of the given message at the given blockNumber.
Balance requests the balance of the given common.Address addr at the given blockNumber.
BlockByHash requests the block with the given hash with full transactions.
BlockByNumber requests the block with the given number with full transactions.
BlockNumber requests the number of the most recent block.
BlockTxCountByHash requests the number of transactions in the block with the given hash.
BlockTxCountByNumber requests the number of transactions in the block with the given number.
Call requests the output data of the given message at the given blockNumber.
CallFunc requests the returns of Func fn at common.Address contract with the given args.
ChainID requests the chains ID.
Code requests the code of the given common.Address addr at the given blockNumber.
EstimateGas requests the estimated gas cost of the given message at the given blockNumber.
GasPrice requests the current gas price in wei.
HeaderByHash requests the header with the given hash.
HeaderByNumber requests the header with the given number.
Logs requests the logs of the given ethereum.FilterQuery q.
Nonce requests the nonce of the given common.Address addr at the given blockNumber.
SendRawTx sends a raw transaction to the network and returns its hash.
SendTx sends a signed transaction to the network and returns its hash.
StorageAt requests the storage of the given common.Address addr at the given common.Hash slot at the given blockNumber.
Tx requests the transaction with the given hash.
TxByBlockHashAndIndex requests the transaction in the given block with the given index.
TxByBlockNumberAndIndex requests the transaction in the given block with the given index.
TxReceipt requests the receipt of the transaction with the given hash.
UncleByBlockHashAndIndex requests the uncle of the block with the given hash at the given index.
UncleByBlockNumberAndIndex requests the uncle of the block with the given number at the given index.
UncleCountByBlockHash requests the number of uncles of the block with the given hash.
UncleCountByBlockNumber requests the number of uncles of the block with the given number.
# Structs
No description provided by the author
No description provided by the author