UpdateDataRequest: {
    factory: Address;
    id: Hex;
    minValidTime: bigint;
    staleAfter?: bigint;
    subOracle: Address;
    underlyingId: Hex;
}

Type declaration

  • factory: Address
  • id: Hex
  • minValidTime: bigint
  • Optional staleAfter?: bigint
  • subOracle: Address
  • underlyingId: Hex