File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
src/hiero_sdk_python/tokens Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11"""
22PendingAirdropId module.
33
4- Defines the PendingAirdropId class used to uniquely identify a token that is pending airdrop.
4+ Defines the PendingAirdropId class used to uniquely identify a specific pending token airdrop.
55
6- This class provides safe construction, validation, and protobuf serialization/deserialization
7- for use in token airdrop claim transactions within the Hiero SDK.
6+ A PendingAirdropId acts as a reference to a single unclaimed token or NFT transfer,
7+ typically created by an airdrop transaction. It is required when constructing a
8+ TokenClaimAirdropTransaction to finalize and receive the associated asset.
9+
10+ This class supports safe construction, validation, and conversion to/from protobuf
11+ for use within the Hiero SDK.
812"""
13+
914from typing import Optional
1015from hiero_sdk_python .account .account_id import AccountId
1116from hiero_sdk_python .hapi .services import basic_types_pb2
You can’t perform that action at this time.
0 commit comments