Type alias ReadOptions

ReadOptions: {
    allowedKASEndpoints?: string[];
    assertionVerificationKeys?: AssertionVerificationKeys;
    concurrencyLimit?: number;
    ignoreAllowlist?: boolean;
    noVerify?: boolean;
    source: Source;
}

Type declaration

  • Optional allowedKASEndpoints?: string[]
  • Optional assertionVerificationKeys?: AssertionVerificationKeys
  • Optional concurrencyLimit?: number
  • Optional ignoreAllowlist?: boolean
  • Optional noVerify?: boolean
  • source: Source

Generated using TypeDoc