Created
July 11, 2019 08:40
-
-
Save m-kus/d4042830b345179a772ef67590dda0f7 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