Crate pallet_contracts_primitives[−][src]
Expand description
A crate that hosts a common definitions that are relevant for the pallet-contracts.
Structs
Result type of a bare_call
or bare_instantiate
call.
Output of a contract call or instantiation which ran to completion.
The result of a successful contract instantiation.
Flags used by a contract to customize exit behaviour.
Enums
Reference to an existing code hash or a new wasm module.
The possible errors that can happen querying the storage of a contract.
Type Definitions
Result type of a bare_call
call.
Result type of a bare_instantiate
call.
Result type of a get_storage
call.
Result type of a rent_projection
call.