Last updated 1 year ago
To get all the potential signers with respect to key type you can use the getSigners static method.
getSigners
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.
username
The username of the user in the transaction
string
keyType
The keyType used when initiating the transaction
KeychainKeyTypes enum