Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BigNumberC

Codec of ethers.utils.BigNumber objects

Input can be anything BigNumber.from-able: number, string or jsonStringified BigNumber object Output is string, so we can JSON-serialize with 'number's types bigger than JS VM limits of ±2^53, as Raiden python client stdlib json encode longs as string.

Hierarchy

  • Type<BigNumber, string>
    • BigNumberC

Generated using TypeDoc