Type alias Ratio

Ratio: {
    denom: Uint64;
    numer: Uint64;
}

Type declaration

  • denom: Uint64
  • numer: Uint64

Generated using TypeDoc