interface Price {
    perToken: PriceInfo;
    total: PriceInfo;
}

Properties

Properties

perToken: PriceInfo
total: PriceInfo