SecretNET.NFT Namespace

InstantiateSnip721..::..RoyaltyInfo Property

Default RoyaltyInfo for the contract

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

Syntax


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