Coda by Ian Macalinao
    Preparing search index...

    External plugin adapter that reads a ValidationResult from an external account to gate lifecycle events.

    type Oracle = {
        baseAddress: Address;
        baseAddressConfig: Option<ExtraAccount>;
        resultsOffset: ValidationResultsOffset;
    }
    Index

    Properties

    baseAddress: Address

    The address of the oracle account, or the base address used to derive it.

    baseAddressConfig: Option<ExtraAccount>

    How to derive the actual oracle account from baseAddress (e.g. a PDA keyed by the asset), if not baseAddress itself.

    Where within the oracle account to read the OracleValidation result.