pub trait ReceiptDecoder: Decoder<Item = Option<ReceiptWithBlockNumber<Self::Receipt>>> {
type Receipt;
}
Available on crate features
file-client
only.Expand description
Helper trait implemented for [Decoder
] that decodes the receipt type.