# Functions
No description provided by the author
No description provided by the author
No description provided by the author
CopyHeader creates a deep copy of a block header to prevent side effects from modifying a header variable.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewBlock creates a new block.
NewBlockWithHeader creates a block with the given header data.
No description provided by the author
NewReceipt creates a barebone transaction receipt, copying the init fields.
No description provided by the author
NewTransactionsByPriceAndNonce creates a transaction set that can retrieve price sorted transactions in a nonce-honouring way.
No description provided by the author
Returns a new set t which is the difference between a to b.
# 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
# Structs
No description provided by the author
Body is a simple (mutable, non-safe) data container for storing and moving a block's data contents (transactions and uncles) together.
No description provided by the author
Receipt represents the results of a transaction.
No description provided by the author
TransactionsByPriceAndNonce represents a set of transactions that can return transactions in a profit-maximising sorted order, while supporting removing entire batches of transactions for non-executable accounts.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
A BlockNonce is a 64-bit hash which proves (combined with the mix-hash) that a sufficient amount of computation has been carried out on a block.
No description provided by the author
No description provided by the author
ReceiptForStorage is a wrapper around a Receipt that flattens and parses the entire content of a receipt, as opposed to only the consensus fields originally.
Receipts is a wrapper around a Receipt array to implement types.DerivableList.
[deprecated by eth/63] StorageBlock defines the RLP encoding of a Block stored in the state database.
Transaction slice type for basic sorting.
TxByNonce implements the sort interface to allow sorting a list of transactions by their nonces.
TxByPrice implements both the sort and the heap interface, making it useful for all at once sorting as well as individually adding and removing elements.