Interface IConnectRequest

Argument interface for the Wallet.connect method.

interface IConnectRequest {
    block?: boolean;
    networkId: string | NetworkId;
    requireSync?: boolean;
    retryOnError?: boolean;
    url?: string;
}

Properties

block?: boolean
networkId: string | NetworkId
requireSync?: boolean
retryOnError?: boolean
url?: string

Generated using TypeDoc