Module instance

Source
Expand description

Defines a struct to use wasmer::Instance to perform method call according to ParallelChain Smart Contract Defintions.

Enums§

ContractValidateError
ContractValidateError enumerates through the possible reasons why the contract is not runnable
MethodCallError
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.