SecretNET.NFT Namespace

Metadata..::..TokenUri Property

Optional uri for off-chain metadata. This should be prefixed with `http://`, `https://`, `ipfs://`, or `ar://`. Only use this if you are not using `extension`Credentials or decryption key for a protected file

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);
}