Type alias RawAmount

RawAmount: {
    decimals: number;
    value: bigint;
}

Type declaration

  • decimals: number
  • value: bigint