Type alias RawTokenAmount<AmountType>

RawTokenAmount<AmountType>: {
    amount: AmountType;
    token: Address;
}

Pair of a token address with raw amount.

Type Parameters

  • AmountType extends BigNumberish = BN

    the type for the amount. BigNumberish should be used instead of BN for input values.

Type declaration

Generated using TypeDoc