Module tx

Module tx 

Source
Expand description

Transaction structure

Structs§

ContractCall
A ContractCall is the part of a transaction that executes a certain contract_id with data as the call’s payload.
ContractCallImport
This is a wrapper around ContractCall that also adds secret keys that should sign the entire transaction and any relevant ZK proofs. This is normally created by external smart contract clients, and used by the wallet when creating transactions.
TransactionHash