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