Interface CurrentPrice

interface CurrentPrice {
    bids: string;
    price: string;
}

Properties

Properties

bids: string

Amount of bids

price: string

Price of the latest bid