Quick Start
Install the library
# Install via NPM
npm install --save hive-multisig-sdk# Install via yarn
yarn add hive-multisig-sdkCreate an Instance of Hive Mutisig SDK
const multisig = new HiveMultisig(window: Window,options?:MultisigOptions); Name
Description
Type
Get Instance
const multisig = HiveMultisig.getInstance(window: Window,options?:MultisigOptions); Last updated