SecretNET.NFT Namespace

ReceiverInfo..::..RecipientCodeHash Property

Code hash of the recipient contract (not optional).

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

Syntax


public string RecipientCodeHash { get; set; }
Public Property RecipientCodeHash As String
	Get
	Set
public:
property String^ RecipientCodeHash {
	String^ get ();
	void set (String^ value);
}