SecretNET.NFT Namespace

TransferNftRequest Constructor

Initializes a new instance of the TransferNftRequest class.

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

Syntax


public TransferNftRequest(
	string recipient,
	string tokenId,
	string memo,
	string padding
)
Public Sub New ( _
	recipient As String, _
	tokenId As String, _
	memo As String, _
	padding As String _
)
public:
TransferNftRequest(
	String^ recipient, 
	String^ tokenId, 
	String^ memo, 
	String^ padding
)

Parameters

recipient
Type: String
Address receiving the token.
tokenId
Type: String
ID of the token to be transferred.
memo
Type: String
Memo for the transfer transaction that is only viewable by addresses involved in the transfer (recipient, sender, previous owner).
padding
Type: String
The padding.