SecretNET.NFT Namespace

ApproveRequest_Payload..::..Expires Property

The expiration of this token transfer approval. Can be a blockheight, time, or never. Of type => "never" | {"at_height": 999999} | {"at_time":999999}

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

Syntax


public Object Expires { get; set; }
Public Property Expires As Object
	Get
	Set
public:
property Object^ Expires {
	Object^ get ();
	void set (Object^ value);
}