Skip to content

Commit 2a8100d

Browse files
committed
chore: improved docstring for clarity
Signed-off-by: exploreriii <[email protected]>
1 parent 1046253 commit 2a8100d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/hiero_sdk_python/tokens/token_airdrop_pending_id.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
"""
22
PendingAirdropId 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+
914
from typing import Optional
1015
from hiero_sdk_python.account.account_id import AccountId
1116
from hiero_sdk_python.hapi.services import basic_types_pb2

0 commit comments

Comments
 (0)