package
2.11.1
Repository: https://github.com/wealdtech/ethereal.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AccountSigner generates a signer using an account.
BlockHasMinerTransactions returns true if the block contains any transactions signed by the same account that mined the block.
ConnectToConsensusNode connects to a consensus node at the given address.
ConsensusPubkey converts a string to a public key.
ConsensusValidatorInfo obtains information for a consensus validator.
DepositInfoFromJSON obtains deposit info from any supported JSON format.
DNSDomainHash hashes a domain name.
DNSWireFormat turns a domain name in to wire format.
DNSWireFormatDomainHash hashes a domain name in wire format.
GasPriceForBlocks attempts to calculate a suitable gas price for a transaction given the gas used and the number of blocks within which the transaction is desired to be included in.
IncrementSerial increments a SOA serial number as per RFC 1912.
KeySigner generates a signer using a private key.
MustDecodeHexString runs hex.DecodeString() and panics on error.
ParseCombinedJSON parses a combined JSON output of solc for a specific contract.
PrivateKeyForAccount returns the private key for an account.
StringToTokenValue converts a string to a number of tokens.
TokenValueToString converts a token value to a suitable string representation.
WaitForTransaction waits for the transaction to be mined, or for the limit to expire.

# Structs

No description provided by the author
Contract contains some basic information about a contract.
DepositInfo is a generic deposit structure.