From f209988faa679bbcf3afdb0635daea612b728778 Mon Sep 17 00:00:00 2001 From: Payton Garland Date: Sat, 5 Feb 2022 15:09:43 -0500 Subject: [PATCH] Update GroupManager README section --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00638dd..09ed5fa 100644 --- a/README.md +++ b/README.md @@ -378,16 +378,28 @@ class GroupManager(ABC): pass @abstractmethod - def is_member(self, ethereum_address: str) -> bool: + def is_member(self, wallet: object) -> bool: pass ``` #### Included Managers #### Adding a Group