approveJoinWalletRequest

fun approveJoinWalletRequest(requestId: String, callback: (result: Set<JoinWalletDescriptor>) -> Unit? = null)

Approve a join wallet request

Parameters

requestId

The request id to approve

callback

invoked with the Set of JoinWalletDescriptor with the information of all provisioned keys in the wallet

Throws

if the approveJoinWalletRequest method is already running