SecretNET.NFT Namespace

GetNftInfoResponse..::..Result Property

Payload of the response.

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

Syntax


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