Type alias Amount<T>

Amount<T>: {
    basisPoints: BigNumber;
    currency: T;
}

Type Parameters

Type declaration

Generated using TypeDoc