pub trait ReceiptDecoder: Decoder<Item = Option<ReceiptWithBlockNumber<Self::Receipt>>> {
type Receipt;
}Expand description
Helper trait implemented for [Decoder] that decodes the receipt type.
pub trait ReceiptDecoder: Decoder<Item = Option<ReceiptWithBlockNumber<Self::Receipt>>> {
type Receipt;
}Helper trait implemented for [Decoder] that decodes the receipt type.