# Functions
CastEthAddress interprets bytes as an EthAddress, performing some basic checks.
No description provided by the author
No description provided by the author
No description provided by the author
EthAddressFromPubKey returns the Ethereum address corresponding to an uncompressed secp256k1 public key.
No description provided by the author
No description provided by the author
No description provided by the author
Parse a uint64 from big-endian encoded bytes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseEthAddress parses an Ethereum address from a hex string.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Keccak-256 hash of the RLP of null.
Keccak-256 of an RLP of an empty array.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EthFeeHistoryParams handles raw jsonrpc params for eth_feeHistory.
FilterResult represents the response from executing a filter: a list of block hashes, a list of transaction hashes or a list of logs This is a union type.
No description provided by the author
EthLog represents the results of an event filter execution.
EthSubscribeParams handles raw jsonrpc params for eth_subscribe.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
EthAddressSpec represents a list of addresses.
EthBigInt represents a large integer whose zero value serializes to "0x0".
EthBytes represent arbitrary bytes.
No description provided by the author
No description provided by the author
EthHashList represents a list of EthHashes.
No description provided by the author
An opaque identifier generated by the Lotus node to refer to an active subscription.
TopicSpec represents a specification for matching by topic.
No description provided by the author