pub type CurrentTransactionStatuses<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentTransactionStatuses<T>, Vec<TransactionStatus>>;
Expand description

The current transaction statuses.

Storage type is [StorageValue] with value type Vec < TransactionStatus >.