Interface InternalPrice

interface InternalPrice {
    conf: BN;
    price: BN;
    publishTime: BN;
}

Properties

conf: BN
price: BN
publishTime: BN