SecretNET.NFT Namespace

GetContractConfigResponse_Result..::..OwnerIsPublic Property

True if newly minted coins have public ownership as default.

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

Syntax


public bool OwnerIsPublic { get; set; }
Public Property OwnerIsPublic As Boolean
	Get
	Set
public:
property bool^ OwnerIsPublic {
	bool^ get ();
	void set (bool^ value);
}