Type Alias frame_support::pallet_prelude::TransactionTag
source · pub type TransactionTag = Vec<u8>;
Expand description
Tag for a transaction. No two transactions with the same tag should be placed on-chain.
Aliased Type§
struct TransactionTag { /* private fields */ }