SecretNET.NFT Namespace

MsgApprove Constructor

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

Syntax


public MsgApprove(
	ApproveRequest msg,
	string contractAddress,
	string codeHash,
	string sender,
	Coin[] sentFunds
)
Public Sub New ( _
	msg As ApproveRequest, _
	contractAddress As String, _
	codeHash As String, _
	sender As String, _
	sentFunds As Coin() _
)
public:
MsgApprove(
	ApproveRequest^ msg, 
	String^ contractAddress, 
	String^ codeHash, 
	String^ sender, 
	array<Coin^>^ sentFunds
)

Parameters

msg
Type: SecretNET.NFT..::..ApproveRequest
contractAddress
Type: String
codeHash
Type: String
sender
Type: String
sentFunds
Type: array<Coin>[]()[][]