SecretNET.NFT Namespace

Snip721Tx..::..BatchMintNft Method

BatchMintNft mints a list of tokens. Only an authorized minting address my execute BatchMintNft. SNIP-722 adds the ability to optionally mint non-transferable tokens, which are NFTs that can never have a different owner than the address it was minted to.

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

Syntax


public Task<SingleSecretTx<BatchMintNftResponse>> BatchMintNft(
	MsgBatchMintNft msg,
	Nullable<TxOptions> txOptions
)
Public Function BatchMintNft ( _
	msg As MsgBatchMintNft, _
	txOptions As Nullable(Of TxOptions) _
) As Task(Of SingleSecretTx(Of BatchMintNftResponse))
public:
Task<SingleSecretTx<BatchMintNftResponse^>^>^ BatchMintNft(
	MsgBatchMintNft^ msg, 
	Nullable<TxOptions^> txOptions
)

Parameters

msg
Type: SecretNET.NFT..::..MsgBatchMintNft
The MSG.
txOptions
Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options.

Return Value

SingleSecretTx<BatchMintNftResponse>.