From 356205d06ec7e638b1698eb109871060010cc20b Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Mon, 26 Jun 2023 10:41:32 +0200 Subject: [PATCH] update nodejs create native token docs --- bindings/nodejs/lib/wallet/account.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/nodejs/lib/wallet/account.ts b/bindings/nodejs/lib/wallet/account.ts index 49fbafeedd..7ababab7b2 100644 --- a/bindings/nodejs/lib/wallet/account.ts +++ b/bindings/nodejs/lib/wallet/account.ts @@ -783,8 +783,8 @@ export class Account { } /** - * Mint native tokens. - * @param params The options for minting tokens. + * Create a native token. + * @param params The options for creating a native token. * @param transactionOptions The options to define a `RemainderValueStrategy` * or custom inputs. * @returns The minting transaction and the token ID.