Get/Reset HiveMultisig instance
Last updated
Last updated
To make sure you always use a single instance of HiveMultisig,
you can make use of getInstance
static method, using the same parameters as in Quick Start.
To stop the current instance of HiveMultisig
and create a new one, you can make use of theresetInstance
static method, using the same parameters.
Field | Description | Type |
---|---|---|
window
Represents the window containing the DOM or the window which the script is running.
options
Contains the definitions of the backend api address, socket address, and the client RPC address.
{apiAddress: string socketAddress: string clientAddress: string} object