Mint..::..RoyaltyInfo Property
RoyaltyInfo for this token
Value If Omitted: default RoyaltyInfo
Setting royalties for a non-transferable token has no purpose, because it can never be transferred as part of a sale,
so this implementation will not store any RoyaltyInfo for non-transferable tokens.
Namespace:
SecretNET.NFTAssembly: 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); }