HolderRegisterWalletUnitRequest

data class HolderRegisterWalletUnitRequest(var organisationId: String, var walletProvider: WalletProvider, var keyType: String, var trustedRpRequired: Boolean)

Constructors

Link copied to clipboard
constructor(organisationId: String, walletProvider: WalletProvider, keyType: String, trustedRpRequired: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Choose a key type and the system will generate a key to use for registration.

Link copied to clipboard

The wallet unit's organization.

Link copied to clipboard

When true, the wallet will only interact with entities that can be verified as trusted. Requires the Wallet Provider to have the trustEcosystemsEnabled feature flag enabled.

Link copied to clipboard

Wallet Provider details.