Holder Register Wallet Unit Request
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)
Properties
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.