IO Wallet SDK
    Preparing search index...

    Interface IoWalletSdkConfigOptions<V>

    Configuration options for the IO Wallet SDK

    interface IoWalletSdkConfigOptions<
        V extends ItWalletSpecsVersion = ItWalletSpecsVersion,
    > {
        itWalletSpecsVersion: V;
    }

    Type Parameters

    Index

    Properties

    itWalletSpecsVersion: V

    The version of the Italian Wallet specification to use. REQUIRED - must be explicitly set by the user.

    const config = new IoWalletSdkConfig({ itWalletSpecsVersion: ItWalletSpecsVersion.V1_3 });