SecretNET.NFT Namespace

GetNftDossierResponse_Result..::..PublicOwnershipExpiration Property

When public ownership expires for this token. 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 PublicOwnershipExpiration { get; set; }
Public Property PublicOwnershipExpiration As Object
	Get
	Set
public:
property Object^ PublicOwnershipExpiration {
	Object^ get ();
	void set (Object^ value);
}