@procivis/react-native-one-core
    Preparing search index...

    Interface HolderWalletUnitUpdateRequest

    interface HolderWalletUnitUpdateRequest {
        trustCollections?: string[];
        trustedRpRequired?: boolean;
    }
    Index

    Properties

    trustCollections?: string[]

    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.

    trustedRpRequired?: boolean

    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.