Properties
Protected Readonly bridge
bridge: BridgeModule<BridgeParams<SchemaFields & PayloadFields & { archivist?: ArchivistModuleConfig; name?: string; paging?: Record<string, { size?: number; }>; schema: string; security?: { allowAnonymous?: boolean; allowed?: Record<string, (string | CosigningAddressSet)[]>; disallowed?: Record<string, string[]>; }; storeQueries?: boolean; } & Omit<Omit<SchemaFields & PayloadFields & { archivist?: ArchivistModuleConfig; name?: string; paging?: Record<string, { size?: number; }>; schema: "network.xyo.bridge.config"; security?: { allowAnonymous?: boolean; allowed?: Record<string, (string | CosigningAddressSet)[]>; disallowed?: Record<string, string[]>; }; storeQueries?: boolean; } & Omit<{ discoverCache?: true | CacheConfig; schema: "network.xyo.bridge.config"; }, "schema">, "schema"> & { schema: string; }, "schema">>, ModuleEventData, Module<ModuleParams<SchemaFields & PayloadFields & { archivist?: ArchivistModuleConfig; name?: string; paging?: Record<string, { size?: number; }>; schema: string; security?: { allowAnonymous?: boolean; allowed?: Record<string, (string | CosigningAddressSet)[]>; disallowed?: Record<string, string[]>; }; storeQueries?: boolean; } & Omit<Omit<SchemaFields & PayloadFields & { archivist?: ArchivistModuleConfig; name?: string; paging?: Record<string, { size?: number; }>; schema: "network.xyo.module.config"; security?: { allowAnonymous?: boolean; allowed?: Record<string, (string | CosigningAddressSet)[]>; disallowed?: Record<string, string[]>; }; storeQueries?: boolean; } & Omit<undefined, "schema">, "schema"> & { schema: string; }, "schema">, undefined>, ModuleEventData>>
Readonly params
params: BaseParamsFields
Private Optional remoteAddresses
remoteAddresses?: any
Private resolveByAddress
resolveByAddress: any
Private resolveByName
resolveByName: any
Private resolveByQuery
resolveByQuery: any
Private resolveRemoteModules
resolveRemoteModules: any
Private resolveRemoteModulesByAddress
resolveRemoteModulesByAddress: any
Private resolveRemoteModulesByName
resolveRemoteModulesByName: any
Private resolveRemoteModulesByQuery
resolveRemoteModulesByQuery: any
Private resolvedModules
resolvedModules: any
Static Optional defaultLogger
defaultLogger?: Logger
Resolves all modules matching the supplied filter. If no filter is supplied, all modules are returned