Crate snowbridge_ethereum

Crate snowbridge_ethereum 

Source

Modules§

mpt
Helper types to work with Ethereum’s Merkle Patricia Trie nodes

Structs§

Log
A log consists of an address, and some log data.
Receipt
Receipt containing result of transaction execution.
ReceiptWithBloom
Receipt with calculated bloom filter.

Enums§

ReceiptEnvelope
Receipt envelope, as defined in EIP-2718.

Traits§

Decodable
A type that can be decoded from an RLP blob.
Encodable
A type that can be encoded via RLP.
RlpDecodableReceipt
Receipt type that knows how to decode itself with a Bloom value.