fetchSeRegistry
@totemsdk/statechain / fetchSeRegistry
Function: fetchSeRegistry()
fetchSeRegistry(
registryUrl?,fetchImpl?):Promise<SERegistryEntry[]>
Fetch and cache the SE registry from a given URL.
Parameters
registryUrl?
string = DEFAULT_REGISTRY_URL
fetchImpl?
{(input, init?): Promise<Response>; (input, init?): Promise<Response>; }
Returns
Promise<SERegistryEntry[]>