# Functions
No description provided by the author
BytesToBloom converts a byte slice to a bloom filter.
GetJsonStr returns the json string according to the output.
No description provided by the author
MakeSigner returns a Signer based on the given chain config and block number.
NewContractCreation creates a contract transaction.
No description provided by the author
No description provided by the author
NewTransaction returns a new transaction.
Sender returns the address derived from the signature (V, R, S) using secp256k1 elliptic curve and an error if it failed deriving or upon an incorrect signature.
SignTx signs the transaction using the given signer and private key.
TransferToJson returns the message json according to the status code.
TxDifference returns a new set which is the difference between a and b.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
precompile.
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
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
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
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
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
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
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
precompile success.
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
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
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
No description provided by the author
system table for authority control.
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
# Structs
No description provided by the author
No description provided by the author
EIP155Transaction implements Signer using the EIP155 rules.
No description provided by the author
No description provided by the author
HomesteadTransaction implements TransactionInterface using the homestead rules.
Log represents a contract log event.
Message is a fully derived transaction and implements core.Message
NOTE: In a future PR this will be removed.
NewLog is used for the receipt.
No description provided by the author
No description provided by the author
Receipt represents the results of a transaction.
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
# Interfaces
Signer encapsulates transaction signature handling.
# Type aliases
Bloom 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.
Transactions is a 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.