Show / Hide Table of Contents

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 Source

Receiver

The account receiving the commission fee.

Declaration
EntityId Receiver { get; }
Property Value
Type Description
EntityId
| Edit this page View Source

RoyaltyType

The type of royalty this object represents, will match the concrete implementation type.

Declaration
RoyaltyType RoyaltyType { get; }
Property Value
Type Description
RoyaltyType
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph