Expand description
A collection of common types used by the Oasis Contract SDK.
Modules§
- address
- A minimal representation of an Oasis Runtime SDK address.
- crypto
- Cryptography-related types.
- env
- Environment query-related types.
- event
- Events.
- message
- Messages that can be emitted by contracts.
- modules
- A collection of types for easier calling into existing SDK modules.
- storage
- Storage-related types.
- testing
- Testing helpers.
- token
- Token types.
Structs§
- CodeId
- Unique stored code identifier.
- Execution
Context - Execution context.
- Execution
Ok - Result of a successful contract execution.
- Instance
Id - Unique deployed code instance identifier.
Enums§
- Call
Format - Format used for encoding the call (and output) information.
- Execution
Result - Contract execution result.