Coda by Ian Macalinao
    Preparing search index...

    Update data for the Oracle external plugin adapter.

    type OracleUpdateInfo = {
        baseAddressConfig: Option<ExtraAccount>;
        lifecycleChecks: Option<
            (readonly [HookableLifecycleEvent, ExternalCheckResult])[],
        >;
        resultsOffset: Option<ValidationResultsOffset>;
    }
    Index

    Properties

    baseAddressConfig: Option<ExtraAccount>

    How to derive the oracle account from its base address, if changing.

    lifecycleChecks: Option<
        (readonly [HookableLifecycleEvent, ExternalCheckResult])[],
    >

    The lifecycle events this adapter should be consulted for, if changing.

    resultsOffset: Option<ValidationResultsOffset>

    Where within the oracle account to read the result, if changing.