Created
July 11, 2019 08:40
-
-
Save m-kus/3b7cfabb21230edc3e5973abaad4e319 to your computer and use it in GitHub Desktop.
Query scripts containing instruction
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.query(Account.account_id) \ | |
.filter(Account.script.like('SET_DELEGATE')) \ | |
.group_by(Account.script) \ | |
.vector() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment