Crate ink_metadata

source ·

Modules

Structs

Enums

  • An error emitted by the smart contracting language.

Statics

  • Any event which derives #[derive(ink::EventMetadata)] and is used in the contract binary will have its implementation added to this distributed slice at linking time.

Traits

  • Provides metadata about an ink! event.
  • Implementors return their meta type information.

Functions

Type Aliases

  • Describes the syntactical name of a type at a given type position.

Derive Macros