pub type CurrentReceipts<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentReceipts<T>, Vec<Receipt>>;
Expand description
The current Ethereum receipts.
Storage type is [StorageValue
] with value type Vec < Receipt >
.
Aliased Typeยง
struct CurrentReceipts<T: Config>(/* private fields */);