Protected
allowed
allowed: Record<string, string[]>
Protected
disallowed
disallowed: Record<string, string[]>
Protected
Readonly
hasAllowedRules
hasAllowedRules: boolean
Protected
Readonly
hasDisallowedRules
hasDisallowedRules: boolean
Protected
Readonly
hasRules
hasRules: boolean
Protected
queryAllowed
queryAllowed: (schema: string, addresses: Lowercase<string>[]) => boolean
Protected
queryDisallowed
queryDisallowed: (schema: string, addresses: string[]) => boolean