Module dharitri_wasm::contract_base
source · Structs§
- Interface to be used by the actual smart contract code.
- API that groups methods that either send MOAX or DCT, or that call other contracts.
Traits§
- CallableContract is the means by which the debugger calls methods in the contract.
- Required by contract ABI generators. Provides the same associated types as the
ContractBase, so that associated types that show up in arguments and results match. - Interface to be used by the actual smart contract code.