We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f576e8c commit e11afcbCopy full SHA for e11afcb
src/hiero_sdk_python/tokens/token_airdrop_claim.py
@@ -111,13 +111,7 @@ def add_pending_airdrop_ids(
111
self._pending_airdrop_ids = candidate
112
return self
113
114
- @property
115
def get_pending_airdrop_ids(self) -> List[PendingAirdropId]:
116
- """Get a copy of the current list of pending airdrop IDs.
117
-
118
- Returns:
119
- List[PendingAirdropId]: The list of pending airdrop IDs.
120
- """
121
return list(self._pending_airdrop_ids)
122
123
def _pending_airdrop_ids_to_proto(self) -> List[Any]:
0 commit comments