java.lang.Object
com.hedera.hashgraph.sdk.PendingAirdropId
A unique, composite, identifier for a pending airdrop.
Each pending airdrop SHALL be uniquely identified by a PendingAirdropId.
A PendingAirdropId SHALL be recorded when created and MUST be provided in any transaction
that would modify that pending airdrop (such as a `claimAirdrop` or `cancelAirdrop`).
-
Constructor Summary
ConstructorsConstructorDescriptionPendingAirdropId(AccountId sender, AccountId receiver, NftId nftId) PendingAirdropId(AccountId sender, AccountId receiver, TokenId tokenId) -
Method Summary
Modifier and TypeMethodDescription(package private) static PendingAirdropIdfromProtobuf(PendingAirdropId pendingAirdropId) getNftId()setReceiver(AccountId receiver) setTokenId(TokenId tokenId) (package private) PendingAirdropIdtoString()
-
Constructor Details
-
PendingAirdropId
public PendingAirdropId() -
PendingAirdropId
-
PendingAirdropId
-
-
Method Details
-
getSender
-
setSender
-
getReceiver
-
setReceiver
-
getTokenId
-
setTokenId
-
getNftId
-
setNftId
-
fromProtobuf
-
toProtobuf
PendingAirdropId toProtobuf() -
toString
-