Interface InternalEmaPrice

interface InternalEmaPrice {
    emaPrice: BN;
    publishTime: BN;
}

Properties

emaPrice: BN
publishTime: BN