pub type TransactionTag = Vec<u8>;
Tag for a transaction. No two transactions with the same tag should be placed on-chain.
struct TransactionTag { /* private fields */ }