Get Signers

Get Signers

To get all the potential signers with respect to key type you can use the getSigners static method.

const signers:[string,number][] = HiveMultisig.getSigners(username:string,keyType:KeychainKeyTypes););

This function will return a tuple array of the public keys and its corresponding weight.

Parameters

Field
Description
Type

username

The username of the user in the transaction

string

keyType

The keyType used when initiating the transaction

KeychainKeyTypes enum

Last updated