SecretNET.NFT Namespace

GetPrivateMetadataResponse_Result..::..TokenUri Property

Uri pointing to off-chain JSON metadata (optional) - extension should be set if empty.

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

Syntax


public Nullable<string> TokenUri { get; set; }
Public Property TokenUri As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> TokenUri {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}

Field Value

The token URI.