Class AirdropRecord
A transaction record containing information regarding one or more newly created airdrops.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record AirdropRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<AirdropRecord>
Properties
| Edit this page View SourceAirdrops
The list of pending airdrops created by this transaction.
Declaration
public IReadOnlyList<AirdropAmount> Airdrops { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<AirdropAmount> |