ab_
example_
contract_
wallet
0.0.1
Module execute
Module Items
Structs
Constants
Functions
In ab_
example_
contract_
wallet::
tx_
handler_
ffi
ab_example_contract_wallet
::
tx_handler_ffi
Module
execute
Copy item path
Source
Structs
§
Internal
Args
Data structure containing expected input to
tx_handler_execute()
, it is used internally by the contract, there should be no need to construct it explicitly except maybe in contract’s own tests
TxHandler
Execute
Args
Data structure containing expected input for external method invocation, eventually calling
tx_handler_execute()
on the other side by the host.
Constants
§
METADATA
Method metadata, see
ContractMetadataKind
for encoding details
Functions
§
tx_
handler_
execute
⚠
FFI interface into a method, called by the host.