CreateClientOptions Constructor

Initializes a new instance of the CreateClientOptions class.

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

Syntax


public CreateClientOptions(
	string grpcWebUrl,
	string chainId,
	Wallet wallet,
	string walletAddress
)

Parameters

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