MsgExecuteContract<(Of <(<'T>)>)> Constructor

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

Syntax


public MsgExecuteContract(
	string contractAddress,
	T msg,
	string codeHash,
	string sender,
	Coin[] sentFunds
)

Parameters

contractAddress
Type: String
msg
Type: T
codeHash
Type: String
sender
Type: String
sentFunds
Type: array<Coin>[]()[][]