JoinWalletDescriptor

data class JoinWalletDescriptor(val requestId: String? = null, var provisionKeyId: String? = null, var algorithm: Algorithm? = null, var status: JoinWalletStatus? = null)

Information about the approval request to join an existing wallet or the join request to an existing wallet.

Constructors

Link copied to clipboard
constructor(requestId: String? = null, provisionKeyId: String? = null, algorithm: Algorithm? = null, status: JoinWalletStatus? = null)

Properties

Link copied to clipboard
Link copied to clipboard

the id of the provision key. This is the new key that will be created for the device that requested to join the existing wallet.

Link copied to clipboard
val requestId: String? = null

the id of this approval request.

Link copied to clipboard

the status of this approval request.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String