@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Type Alias ClientConfig

    The config used to create Wallet Provider Service backend client. Please refer to example backend service implementation for requirements that the backend service must fulfill.

    type ClientConfig = {
        apiVersion: ApiVersion;
        walletProviderUrl: string;
    }
    Index

    Properties

    apiVersion: ApiVersion

    The version of the API used to connect to the service

    walletProviderUrl: string

    The URL used to connect to the service