saveObservations
saveObservations
is a method on the ARIO
class that submits gateway observations for the current epoch. This method is used by observers to report their assessment of gateway performance and any failed gateways they identified during their evaluation.
saveObservations
requires authentication.
Examples
saveObservations
Parameters
Parameter | Type | Description | Optional |
---|---|---|---|
reportTxId | string | The Arweave transaction ID containing the detailed observation data | false |
failedGateways | array | An array of wallet addresses for gateways that failed the assessment | false |
tags | array | An array of GQL tag objects to attach to the transfer AO message | true |