Interface IRoyalty
Represents a royalty (fee or royalty) associated with transfers of a token or asset.
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public interface IRoyalty
Properties
| Improve this Doc View SourceAccount
The account receiving the commision fee.
Declaration
Address Account { get; }
Property Value
Type | Description |
---|---|
Address |
RoyaltyType
The type of royalty this object represents, will match the concrete implementation type.
Declaration
RoyaltyType RoyaltyType { get; }
Property Value
Type | Description |
---|---|
RoyaltyType |