Options
All
  • Public
  • Public/Protected
  • All
Menu

Module muta-types

Index

References

Address

Re-exports Address

Hash

Re-exports Hash

Type aliases

Address

Address: string

an address, encoded by bech32

Any

Any: Record<string, unknown>

Bytes

Bytes: string

a short hand for string

Hash

Hash: string

a hash, represented by string, not sure the real length

Int

Int: number

a short hand for number

Maybe

Maybe<T>: T | null

something like Option

Type parameters

  • T

Uint64

Uint64: string

a 64bits number, represented by string

Vec

Vec<T>: T[]

vector

Type parameters

  • T

u32

u32: number

uint32

u64

u64: number | BigNumber

uint64

Generated using TypeDoc