SecretNET.NFT Namespace

MsgInstantiate Constructor

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

Syntax


public MsgInstantiate(
	ulong codeId,
	string label,
	InstantiateSnip721 initOptions,
	string codeHash,
	string sender
)
Public Sub New ( _
	codeId As ULong, _
	label As String, _
	initOptions As InstantiateSnip721, _
	codeHash As String, _
	sender As String _
)
public:
MsgInstantiate(
	unsigned long long^ codeId, 
	String^ label, 
	InstantiateSnip721^ initOptions, 
	String^ codeHash, 
	String^ sender
)

Parameters

codeId
Type: UInt64
label
Type: String
initOptions
Type: SecretNET.NFT..::..InstantiateSnip721
codeHash
Type: String
sender
Type: String