Module oasis_runtime_sdk_contracts::types
source · Expand description
Contracts module types.
Structs§
- Contract call.
- Contract call result.
- Change upgrade policy call.
- Stored code information.
- Unique stored code identifier.
- Code information query.
- Code storage information query.
- Code storage query result.
- An event emitted from a contract, wrapped to include additional metadata.
- Custom contract query.
- Custom query result.
- Deployed code instance information.
- Unique deployed code instance identifier.
- Instance information query.
- Instance raw storage query.
- Instance raw storage query result.
- Instance storage query.
- Instantiate call.
- Instantiate call result.
- Public key query.
- Public key query result.
- Upgrade call.
- Upload call.
- Upload call result.
Enums§
- ABI that the given contract should conform to.
- A generic policy that specifies who is allowed to perform an action.
- Public key kind.
- Exposed wrapper for oasis-contract-sdk-types::StoreKind.