Module gekko::common[][src]

Expand description

This module contains useful primitives when working with the runtime.

Re-exports

pub extern crate parity_scale_codec as scale;
pub extern crate sp_core;

Structs

An opaque 32-byte identifier of an on-chain account.

Represents the balance of a chains native currency with metric conversion utilities.

Enums

A multi-format address wrapper for on-chain accounts. This is the recommended type to decode transactions, while AccountId can be used for convenience when encoding.

Type Definitions