package
0.0.0-20211115064344-43d3c15679dd
Repository: https://github.com/oldmanfan/platon-go-sdk.git
Documentation: pkg.go.dev
# Variables
ErrBlacklistedHash is returned if a block to import is on the blacklist.
ErrGasLimitReached is returned by the gas pool if the amount of gas required by a transaction is higher than what's left in the block.
ErrKnownBlock is returned when a block to import is already known locally.
ErrNonceTooHigh is returned if the nonce of a transaction is higher than the next one expected based on the local chain.
# Type aliases
GasPool tracks the amount of gas available during execution of the transactions in a block.