Definition of the BigInt type required by the API.
Definition of the BigUint type required by the API.
The API doesn’t care about the actual BigInt implementation.
The Arwen VM provides an implementation directly in the protocol.
For debugging we use a different implementation, based on Rust’s BigInt.
Interface to be used by the actual smart contract code.
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.
Governs the instantiation process of contract implementation.
Using a trait for the instantiation helps with code generation.
Definition of the EllipticCurve type required by the API
Interface to only be used by code generated by the macros.
The smart contract code doesn’t have access to these methods directly.
Interface to only be used by code generated by the macros.
The smart contract code doesn’t have access to these methods directly.
Interface to only be used by code generated by the macros.
The smart contract code doesn’t have access to these methods directly.
API that groups methods that either send MOAX or DCT, or that call other contracts.