Expand description
Definitions and utilities for calling chain extension methods.
Users should not use these types and definitions directly but rather use the provided
#[ink::chain_extension]
procedural macro defined in the ink
crate.
Modules§
- state
- Type states of the chain extension method instance.
Structs§
- Chain
Extension Method - A concrete instance of a chain extension method.
Traits§
- From
Status Code - Implemented by error codes in order to construct them from status codes.
- IsResult
Type - Extract
Ok
andErr
variants fromResult
type.