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

    Interface HolderRegisterWalletUnitRequest

    interface HolderRegisterWalletUnitRequest {
        keyType: string;
        organisationId: string;
        trustedRpRequired: boolean;
        walletProvider: WalletProvider;
    }
    Index

    Properties

    keyType: string

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

    organisationId: string

    The wallet unit's organization.

    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.

    walletProvider: WalletProvider

    Wallet Provider details.