# Functions

No description provided by the author
BytesToBloom converts a byte slice to a bloom filter.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewReceipt creates a barebone transaction receipt, copying the init fields.
No description provided by the author
SignTx signs the transaction using the given signer and private key.

# Constants

No description provided by the author
BloomBitLength represents the number of bits used in a header log bloom.
BloomByteLength represents the number of bytes used in a header log bloom.
No description provided by the author
ReceiptStatusFailed is the status code of a transaction if execution failed.
ReceiptStatusSuccessful is the status code of a transaction if execution succeeded.

# Variables

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
FilterQuery contains options for contract log filtering.
No description provided by the author
HomesteadTransaction implements TransactionInterface using the homestead rules.
Log represents a contract log event.
Receipt represents the results of a transaction.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

LogsBloom represents a 2048 bit bloom filter.
LogForStorage is a wrapper around a Log that flattens and parses the entire content of a log including non-consensus fields.
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 DerivableList.