You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TopicCreateTransaction line 66 has the identical self.memo: str = memo or "" ... colliding with the base Transaction.memo, which for example, can clear its memo
TopicCreateTransaction line 66 has the identical self.memo: str = memo or "" ... colliding with the base Transaction.memo, which for example, can clear its memo
This is also in TopicUpdateTransaction