Module dhatu::types

source ·
Expand description

global crate level types, code inside this modules is meant to be used globally.

Structs

  • internal channels for communicating between dhatu low levels module.
  • wrapped native substrate node client.
  • a wrapped native substrate extrinsics. you would not typically have to interact with this.
  • a blockchain currency unit. abstracts away the pains of dealing with decimals. this struct automatically parses the decimals and amount and converts them to a valid u128 under the hood.

Constants

Type Aliases