Structs§
- Example
Wallet Initialize Args - Data structure containing expected input for external method invocation, eventually calling
example_wallet_initialize()
on the other side by the host. - Internal
Args - Data structure containing expected input to
example_wallet_initialize()
, it is used internally by the contract, there should be no need to construct it explicitly except maybe in contract’s own tests
Constants§
- METADATA
- Method metadata, see
ContractMetadataKind
for encoding details
Functions§
- example_
wallet_ ⚠initialize - FFI interface into a method, called by the host.