Show / Hide Table of Contents

Class AirdropAmount

The identifier of an airdrop token, sender and receiver paired with the amount of token(s) to be transferred.

Inheritance
object
AirdropAmount
Implements
IEquatable<AirdropAmount>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record AirdropAmount : IEquatable<AirdropAmount>

Properties

| Edit this page View Source

Airdrop

Identifier of the airdrop.

Declaration
public Airdrop Airdrop { get; }
Property Value
Type Description
Airdrop
| Edit this page View Source

Amount

The amount of fungible tokens to be transferred or one if the airdrop is for an NFT.

Declaration
public ulong Amount { get; }
Property Value
Type Description
ulong

Implements

IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph