Skip to content

Instantly share code, notes, and snippets.

@m-kus
Created July 11, 2019 08:40
Show Gist options
  • Save m-kus/3b7cfabb21230edc3e5973abaad4e319 to your computer and use it in GitHub Desktop.
Save m-kus/3b7cfabb21230edc3e5973abaad4e319 to your computer and use it in GitHub Desktop.
Query scripts containing instruction
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