Quick Start
Last updated
Last updated
The best way to interact with our multisig API is to use our official SDK:
Simply create an instance, by passing the window
element (used for Keychain calls), and if needed, some options :
Name | Description | Type |
---|---|---|
To make sure you always use a single instance of HiveMultisig,
you can make use of getInstance
static method, using the same parameters.
window
Window element
Window
options?.socketAddress
Websocket URL
string
options?.apiAddress
Multisig API URL
string
options?.clientAddress
RPC Client URL
string