Coda by Ian Macalinao
    Preparing search index...
    type OracleUpdateInfoArgs = {
        baseAddressConfig: OptionOrNullable<ExtraAccountArgs>;
        lifecycleChecks: OptionOrNullable<
            (readonly [HookableLifecycleEventArgs, ExternalCheckResultArgs])[],
        >;
        resultsOffset: OptionOrNullable<ValidationResultsOffsetArgs>;
    }
    Index

    Properties

    baseAddressConfig: OptionOrNullable<ExtraAccountArgs>

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

    lifecycleChecks: OptionOrNullable<
        (readonly [HookableLifecycleEventArgs, ExternalCheckResultArgs])[],
    >

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

    resultsOffset: OptionOrNullable<ValidationResultsOffsetArgs>

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