Holder Wallet Unit Update Request
data class HolderWalletUnitUpdateRequest(var trustCollections: List<String>?, var trustedRpRequired: Boolean?)
Properties
Link copied to clipboard
The trust collections the wallet subscribes to, selected from those made available by the Wallet Provider. The wallet will evaluate trust against the lists contained in these collections. To keep subscribed collections in sync with the Wallet Provider, run the TRUST_COLLECTION_SYNC task.
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.