OraclePlugin: {
    authority: PluginAuthority;
    baseAddress: PublicKey<string>;
    baseAddressConfig?: undefined | ExtraAccount;
    lifecycleChecks?: undefined | LifecycleChecks;
    offset: undefined | bigint;
    resultsOffset: ValidationResultsOffset;
    type: "Oracle";
}

Type declaration

Generated using TypeDoc