SecretNET.NFT Namespace

GetRegisteredCodeHashResponse_Result..::..AlsoImplementsBatchReceiveNft Property

True if the registered contract also implements BatchReceiveNft.

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

Syntax


public bool AlsoImplementsBatchReceiveNft { get; set; }
Public Property AlsoImplementsBatchReceiveNft As Boolean
	Get
	Set
public:
property bool^ AlsoImplementsBatchReceiveNft {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [also implements batch receive NFT]; otherwise, false.