SecretNET.NFT Namespace

SendNftRequest_Payload..::..TokenId Property

Identifier of the token to be transferred (not optional).

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

Syntax


public string TokenId { get; set; }
Public Property TokenId As String
	Get
	Set
public:
property String^ TokenId {
	String^ get ();
	void set (String^ value);
}