@hashgraph/sdk
    Preparing search index...

    Class PendingAirdropId

    Represents the identifier for a pending airdrop in the Hedera network.

    A PendingAirdropId contains information about a pending token or NFT airdrop, including the sender, receiver, and the token or NFT being airdropped. This class is used to track and identify specific airdrops in the system.

    Index

    Constructors

    Properties

    _nftId: null | NftId
    _receiverId: null | AccountId
    _senderId: null | AccountId
    _tokenId: null | TokenId

    Accessors

    Methods