Enum RoyaltyType
The known types of Royalties applied to token and asset transfers.
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public enum RoyaltyType
Fields
Name | Description |
---|---|
Asset | A Royalty computed from value given in exchange for receiving an Asset (NFT). |
Fixed | A single Fixed Royalty applied to the transaction as a whole when transferring an asset or token. |
Token | A Royalty computed from the amount of Fungible token exchanged, can be in the form as a deduction of the token echanged, or an exise amount taken from the sender of the fungible token. |