SecretNET.NFT Namespace

Snip721Tx..::..Instantiate Method

Instantiates / configures the NFT contract (https://github.com/baedrik/snip721-reference-impl at 2022-07-11).

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

Syntax


public Task<SingleSecretTx<MsgInstantiateContractResponse>> Instantiate(
	MsgInstantiate msg,
	Nullable<TxOptions> txOptions
)
Public Function Instantiate ( _
	msg As MsgInstantiate, _
	txOptions As Nullable(Of TxOptions) _
) As Task(Of SingleSecretTx(Of MsgInstantiateContractResponse))
public:
Task<SingleSecretTx<MsgInstantiateContractResponse^>^>^ Instantiate(
	MsgInstantiate^ msg, 
	Nullable<TxOptions^> txOptions
)

Parameters

msg
Type: SecretNET.NFT..::..MsgInstantiate
txOptions
Type: Nullable<(Of <(<'TxOptions>)>)>

Return Value