Skip to content

Instantly share code, notes, and snippets.

@harryscholes
Last active November 25, 2021 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harryscholes/c481f1fde66e273cabb1b3a0c06866f8 to your computer and use it in GitHub Desktop.
Save harryscholes/c481f1fde66e273cabb1b3a0c06866f8 to your computer and use it in GitHub Desktop.
Terra graphql query for tx log event KV pairs
{
tx {
byHeight(height: 6708762) {
tx {
body {
messages
}
}
logs {
events {
attributes {
key,
value,
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment