Type Definition pallet_ethereum::pallet::CurrentReceipts

source ·
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 >.