# Functions
BigToHash sets byte representation of b to hash.
BytesToAddress returns Address with value b.
BytesToBloom converts a byte slice to a bloom filter.
BytesToHash sets b to hash.
FromHex returns the bytes represented by the hexadecimal string s.
Hex2Bytes returns the bytes represented by the hexadecimal string str.
HexToAddress returns Address with byte values of s.
# 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.
# Structs
AccessTuple is the element type of an access list.
Log represents a contract log event.
# Type aliases
AccessList is an EIP-2930 access list.
Address represents the 20 byte address of an Ethereum account.
Bloom represents a 2048 bit bloom filter.
Hash represents the 32 byte Keccak256 hash of arbitrary data.