Interface IRoyalty
Represents a royalty (fee or royalty) associated with transfers of a token or asset.
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public interface IRoyalty
Properties
| Edit this page View SourceReceiver
The account receiving the commission fee.
Declaration
EntityId Receiver { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
RoyaltyType
The type of royalty this object represents, will match the concrete implementation type.
Declaration
RoyaltyType RoyaltyType { get; }
Property Value
| Type | Description |
|---|---|
| RoyaltyType |