Module ink_env::chain_extension::state[][src]

Type states of the chain extension method instance.

Structs

HandleErrorCode

Type state meaning that the chain extension method uses the chain extension’s error code.

NoResult

Type state meaning that the chain extension method deliberately does not return a Result type.

Enums

IgnoreErrorCode

Type state meaning that the chain extension method ignores the chain extension’s error code.