SecretNET.NFT Namespace

PostInitCallback..::..CodeHash Property

A 32-byte hex encoded string, with the code hash of the contract to call after initialization (not optional).

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

Syntax


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