Structs§
- Blockchain
Wrapper - Interface to be used by the actual smart contract code.
- Call
Value Wrapper - Crypto
Wrapper - Error
Helper - Exit
Codec Error Handler - Managed
Serializer - Send
RawWrapper - Send
Wrapper - API that groups methods that either send EGLD or ESDT, or that call other contracts.
- Storage
RawWrapper - Universal
Contract Obj - A unique empty structure that automatically implements all smart contract traits.
Traits§
- Callable
Contract - CallableContract is the means by which the debugger calls methods in the contract.
- Callable
Contract Builder - Describes objects that can create instances of contract objects, with the given API.
- Callback
Proxy ObjBase - Contract
AbiProvider - 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. - Contract
Base - Interface to be used by the actual smart contract code.
- Proxy
ObjBase - Proxy
ObjNew