Othent JS SDK walletVersion property
Indicates what Othent (@othent/kms) version you are using, following semver.
@othent/kms
walletVersion: string;
import { Othent } from "@othent/kms"; console.log(`Wallet Version = ${ Othent.walletVersion }`); // or: const othent = new Othent({ appInfo, throwErrors: false, ... }); console.log(`Wallet Version = ${ othent.walletVersion }`);
Last updated 2 months ago