Documentation ¶
Index ¶
- func BloomFilter(bloom types.Bloom, addresses []common.Address, topics [][]common.Hash) bool
- func DecodeCallMsg(data []byte) (ret ethereum.CallMsg, err error)
- func DecodeReceipt(b []byte) (*types.Receipt, error)
- func DecodeTransaction(b []byte) (*types.Transaction, error)
- func EncodeCallMsg(c ethereum.CallMsg) []byte
- func EncodeReceipt(receipt *types.Receipt) []byte
- func EncodeTransaction(tx *types.Transaction) []byte
- func LogMatches(log *types.Log, addresses []common.Address, topics [][]common.Hash) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BloomFilter ¶ added in v1.0.3
func DecodeCallMsg ¶
func DecodeTransaction ¶
func DecodeTransaction(b []byte) (*types.Transaction, error)
func EncodeCallMsg ¶
func EncodeCallMsg(c ethereum.CallMsg) []byte
func EncodeReceipt ¶
EncodeReceipt serializes the receipt in RLP format
func EncodeTransaction ¶
func EncodeTransaction(tx *types.Transaction) []byte
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.