Created
July 11, 2019 08:39
-
-
Save m-kus/29b9c6b8a35b3d9a99bcfbc6f46b9ef9 to your computer and use it in GitHub Desktop.
Query contract storage containing urls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from conseil import conseil | |
Account = conseil.tezos.alphanet.accounts | |
Account.storage.query() \ | |
.filter(Account.storage.like('.com')) \ | |
.all() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment