Interface ExtensionWalletConnectArgs

Connection parameters for ExtensionWallet.connect

interface ExtensionWalletConnectArgs {
    appName: string;
    networkName: string;
}

Properties

Properties

appName: string

The name of the app to be connected.

networkName: string

The name of the network to be used. The network name is available with getNetworkInfo. For original Signum Network it is Signum and Signum-TESTNET respectively.