SecretNET.NFT Namespace

ReceiverInfo..::..AlsoImplementsBatchReceiveNft Property

True if the recipient contract implements BatchReceiveNft in addition to ReceiveNft.

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

Syntax


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