Class AirdropAmount
The identifier of an airdrop token, sender and receiver paired with the amount of token(s) to be transferred.
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record AirdropAmount : IEquatable<AirdropAmount>
Properties
| Edit this page View SourceAirdrop
Identifier of the airdrop.
Declaration
public Airdrop Airdrop { get; }
Property Value
| Type | Description |
|---|---|
| Airdrop |
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 |