Type Alias Amount

Amount: string

Base units amount represented as a decimal string.

  • Units: uint64 base units of the native/token currency
  • Range: 0 to 2^64-1 (enforced by backend; SDK treats as string)
  • Never use floating point for on-chain amounts