SecretNET.NFT Namespace

MintNftClonesRequest_Payload..::..Owner Property

Address of the owner of the minted token. Value If Omitted: env.message.sender

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

Syntax


public Nullable<string> Owner { get; set; }
Public Property Owner As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> Owner {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}