Module ink::reflect

source ·
Expand description

Definitions and utilities for ink! smart contract static reflection.

Note

The ink! smart contract codegen uses these reflections in order to structure, solidify and manage the generated code.

However, the definitions in this module might be useful to ink! smart contract authors as well as they allow to inspect compile time information about the ink! smart contract at hand.

Structs

Enums

  • An error that can occur during dispatch of ink! dispatchables.

Traits