Documentation
    Preparing search index...

    Interface WalletClientOptions

    interface WalletClientOptions {
        appUrl?: string;
        iconUrl?: string;
        matrixNodes?: NodeDistributions;
        name: string;
        storage?: Storage;
    }
    Index

    Properties

    appUrl?: string

    A URL to the website of the application

    iconUrl?: string

    A URL to the icon of the application

    matrixNodes?: NodeDistributions

    A list of matrix nodes to connect to. If a non-empty array is passed, the default options will be overwritten. One node will be randomly selected based on the local keypair and the other nodes will be used as a fallback in case the primary node goes down.

    Only provide the hostname, no https:// prefix. Eg. { [Regions.EU1]: ['matrix.example.com'] }

    name: string

    Name of the application

    storage?: Storage

    The storage that will be used by the SDK