Type alias PriceTokenStruct<T>

PriceTokenStruct<T>: TokenStruct<T> & {
    price: BigNumber;
}

Type Parameters

Generated using TypeDoc