Type Alias pallet_transaction_storage::pallet::BlockTransactions
source · pub type BlockTransactions<T: Config> = StorageValue<_GeneratedPrefixForStorageBlockTransactions<T>, BoundedVec<TransactionInfo, T::MaxBlockTransactions>, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type BoundedVec < TransactionInfo, T :: MaxBlockTransactions >
.
Aliased Type§
struct BlockTransactions<T: Config>(/* private fields */);