Expand description
Defines a struct to use wasmer::Instance to perform method call according to ParallelChain Smart Contract Defintions.
Enums§
- Contract
Validate Error - ContractValidateError enumerates through the possible reasons why the contract is not runnable
- Method
Call Error - MethodCallError enumerates through the possible reasons why a call into a contract Instance’s exported methods might terminate early.
Constants§
- CONTRACT_
METHOD - CONTRACT_METHOD is reserved by the ParallelChain Mainnet protocol to name callable function exports from smart contract Modules.