Type alias ConnectParams<TOpts>

ConnectParams<TOpts>: {
    chainId?: number;
} & TOpts

Type Parameters

  • TOpts extends Record<string, any> = {}

Type declaration

  • Optional chainId?: number

Generated using TypeDoc