From 9fff6d63c627ebe058af23c65f79f6273116804f Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Wed, 25 Oct 2023 00:14:12 +0200 Subject: [PATCH] chore: tweaking docs --- src/clients/SubtopiaRegistryClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clients/SubtopiaRegistryClient.ts b/src/clients/SubtopiaRegistryClient.ts index 93935f8..65006f9 100644 --- a/src/clients/SubtopiaRegistryClient.ts +++ b/src/clients/SubtopiaRegistryClient.ts @@ -111,6 +111,7 @@ export class SubtopiaRegistryClient { * @param creator - An instance of the TransactionSignerAccount class from the algosdk library. * @param chainType - A value from the ChainType enum. * @param timeout - The timeout value in seconds for transaction signing. Defaults to DEFAULT_TXN_SIGN_TIMEOUT_SECONDS. + * @param registryID - The ID of the registry application. Defaults to official SUBTOPIA_REGISTRY_ID specific to supplied chainType. * @returns A new instance of the SubtopiaRegistryClient class with the specified parameters. * @example * ```typescript