interface Update {
    oracle: string;
    timestamp: number;
    value: BN;
}

Properties

oracle: string
timestamp: number
value: BN