identity_iota_interaction

Type Alias TransactionDataBcs

Source
pub type TransactionDataBcs = Vec<u8>;
Expand description

BCS serialized TransactionData TransactionData usually contain the ProgrammableTransaction, sender, kind = ProgrammableTransaction, gas_coin, gas_budget, gas_price, expiration, … Example usage:

  • TS: ExecuteTransactionBlockParams::transactionBlock - Base64 encoded TransactionDataBcs

Aliased Type§

struct TransactionDataBcs { /* private fields */ }