Documentation
    Preparing search index...

    Interface WalletConnectionSourceInfo

    What describeWalletConnectionSource could determine about a connection source.

    interface WalletConnectionSourceInfo {
        bridgeUrl?: string;
        jsBridgeKey?: string;
        kind: WalletConnectionSourceKind;
    }
    Index

    Properties

    bridgeUrl?: string

    Set for http-specific-wallet.

    jsBridgeKey?: string

    Set for js-embedded and js-injected.