SetRoyaltyInfoRequest_Payload..::..RoyaltyInfo Property
Gets or sets the royalty information.
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); }