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.