API

We also provide an API to quickly request a list of all signature requests.

const signatureRequests = await multisig.api.getSignatureRequests(data:SignerConnectMessage);

SignerConnectMessage object

Field
Description
Type

username

Username subscribing

string

keyType

The type of key subscribing to the WebSocket. Can be "Active" or "Posting"

KeychainKeyTypes enum

message

Encrypted Message (through Keychain signBuffer). If none is provided, a request will be sent to sign username using Keychain.

string (optional)

Last updated