Module tx_data

Module tx_data 

Source
Expand description

Types that are meant to be serialized and used as the data component of a Namada transaction.

Structsยง

TxMintData
Represents minting of the specified token. This should be used alongside the test tx_mint_tokens.wasm.
TxWriteData
Represents an arbitrary write to storage at the specified key. This should be used alongside the test tx_write.wasm.