Show / Hide Table of Contents

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 Source

Account

The account receiving the commision fee.

Declaration
Address Account { get; }
Property Value
Type Description
Address
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph