SecretNetworkClient Constructor (String, String, Wallet)

Initializes a new instance of the SecretNetworkClient class.

Namespace:  SecretNET
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public SecretNetworkClient(
	string grpcWebUrl,
	string chainId,
	Wallet wallet
)

Parameters

grpcWebUrl
Type: String
The GRPC web URL.
chainId
Type: String
The chain identifier.
wallet
Type: SecretNET..::..Wallet
The wallet.