package
1.0.2
Repository: https://github.com/meltingclock/w3.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.
BlockReceipts requests all receipts of the transactions in the given 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 f 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.
GasTipCap requests the currently suggested gas tip cap after EIP-1559 to allow a timely execution of a transaction.
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.
NewHeads subscribes to notifications of updates to the blockchain head.
NewLogs subscribes to notifications about logs that match the given filter query.
Nonce requests the nonce of the given common.Address addr at the given blockNumber.
PendingTransactions subscribes to notifications about new pending transactions in the transaction pool.
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