# 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
No description provided by the author
SortByPriceAndNonce sorts the transactions by price in such a way that the nonce orderings within a single account are maintained.
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
# 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.