Documentation ¶
Index ¶
- func ByteToHash(data []byte) (hash types.Hash)
- func BytesToBloom(b []byte) types.Bloom
- func CreateBloom(receipts types.Receipts) types.Bloom
- func HashAlg() hash.Hash
- func HashToByte(hash types.Hash) []byte
- func HeaderDigest(header *types.Header) (hash types.Hash)
- func HeaderHash(block *types.Block) types.Hash
- func LogsBloom(logs []*types.Log) *big.Int
- func SetBytes(d []byte, b *types.Bloom)
- func Sum(bz []byte) []byte
- func TxHash(tx *types.Transaction) types.Hash
- type RefAddress
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteToHash ¶
func BytesToBloom ¶ added in v1.0.0
BytesToBloom converts a byte slice to a bloom filter. It panics if b is not of suitable size.
func HashToByte ¶
Types ¶
type RefAddress ¶
func NewRefAddress ¶
func NewRefAddress(addr types.Address) *RefAddress
func (*RefAddress) Address ¶
func (self *RefAddress) Address() types.Address
Click to show internal directories.
Click to hide internal directories.