Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/story_protocol_python_sdk/resources/Group.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def register_group(self, group_pool: str, tx_options: dict | None = None) -> dic
Registers a Group IPA.

:param group_pool str: The address of the group pool.
:param tx_options dict: [Optional] The transaction options.
:param tx_options dict: [xxxxOptional] The transaction options.
:return dict: A dictionary with the transaction hash and group ID.
"""
try:
Expand Down
Loading