requestJoinExistingWallet

fun requestJoinExistingWallet(joinWalletHandler: FireblocksJoinWalletHandler, callback: (result: Set<KeyDescriptor>) -> Unit? = null)

Request to join an existing wallet

Parameters

callback

invoked with the Set of KeyDescriptor with the information of all keys in the wallet

joinWalletHandler

as as FireblocksJoinWalletHandler handle join wallet requests as a destination device.

Throws

if the requestJoinExistingWallet method is already running