Coda by Ian Macalinao
    Preparing search index...
    type OracleArgs = {
        baseAddress: Address;
        baseAddressConfig: OptionOrNullable<ExtraAccountArgs>;
        resultsOffset: ValidationResultsOffsetArgs;
    }
    Index

    Properties

    baseAddress: Address

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

    baseAddressConfig: OptionOrNullable<ExtraAccountArgs>

    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.