SecretNET.NFT Namespace

RegisterReceiveNftRequest_Payload..::..AlsoImplementsBatchReceiveNft Property

true if the message sender contract also implements BatchReceiveNft so it can be informed that it was sent a list of tokens.

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

Field Value

null if [also implements batch receive NFT] contains no value, true if [also implements batch receive NFT]; otherwise, false.