Interface IConnectRequest

Argument interface for the Wallet.connect method.

interface IConnectRequest {
    networkId: string | NetworkId;
    url: string;
}

Properties

Properties

networkId: string | NetworkId
url: string