Type Alias NullablePrice

NullablePrice: string | null

A positive integer representing how much to charge in the smallest currency.
For example:

  • $12.34 would be 1234
  • 12.34 USDC (6 decimals) would be 12340000
  • ETH amounts (18 decimals) would be stored in wei