Othent JS SDK walletVersion property
Last updated 7 months ago
Indicates what Othent (@othent/kms) version you are using, following .
@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 }`);