Show / Hide Table of Contents

Class AirdropRecord

A transaction record containing information regarding one or more newly created airdrops.

Inheritance
object
TransactionReceipt
TransactionRecord
AirdropRecord
Implements
IEquatable<TransactionReceipt>
IEquatable<TransactionRecord>
IEquatable<AirdropRecord>
Inherited Members
TransactionRecord.Hash
TransactionRecord.Consensus
TransactionRecord.Memo
TransactionRecord.Fee
TransactionRecord.Transfers
TransactionRecord.TokenTransfers
TransactionRecord.NftTransfers
TransactionRecord.TreasuryTransfer
TransactionRecord.Royalties
TransactionRecord.Associations
TransactionRecord.ParentTransactionConsensus
TransactionRecord.StakingRewards
TransactionReceipt.TransactionId
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
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 AirdropRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<AirdropRecord>

Properties

| Edit this page View Source

Airdrops

The list of pending airdrops created by this transaction.

Declaration
public IReadOnlyList<AirdropAmount> Airdrops { get; }
Property Value
Type Description
IReadOnlyList<AirdropAmount>

Implements

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