Skip to content

Commit

Permalink
Update GroupManager README section
Browse files Browse the repository at this point in the history
  • Loading branch information
payton committed Feb 5, 2022
1 parent cdc9354 commit f209988
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<ul>
<li>ERC20OwnerManager</li>
<li>ERC721OwnerManager</li>
<li>ERC1155OwnerManager</li>
<li>ERC20Manager
<ul>
<li>ERC20OwnerManager</li>
</ul>
</li>
<li>ERC721Manager
<ul>
<li>ERC721OwnerManager</li>
</ul>
</li>
<li>ERC1155Manager
<ul>
<li>ERC1155OwnerManager</li>
</ul>
</li>
</ul>

#### Adding a Group
Expand Down

0 comments on commit f209988

Please sign in to comment.