Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created January 14, 2020 00:06
Show Gist options
  • Save abuiles/c6ecf08ad91b462de7a98276dd6a7b3d to your computer and use it in GitHub Desktop.
Save abuiles/c6ecf08ad91b462de7a98276dd6a7b3d to your computer and use it in GitHub Desktop.
horizon_prod2=# select * from exp_history_effects where history_operation_id='119121304501768197' ORDER BY "order";
history_account_id | history_operation_id | order | type | details
--------------------+----------------------+-------+------+-----------------------------------------------------------------------------------------
7080 | 119121304501768197 | 1 | 12 | {"weight": 2, "public_key": "GAL3BHRWF6FR6L4AKSKYPYJCNWXNVCURMFRDMQM3V5OU25PARPJS52AT"}
7080 | 119121304501768197 | 2 | 12 | {"weight": 2, "public_key": "GCMJGZHL7C7KU4U5D6GQMMBMDFMVJO3V3JQPPBZXY7A6N5KSU4QQEGG6"}
7080 | 119121304501768197 | 3 | 10 | {"weight": 2, "public_key": "GATHCV4BJI7PE75C6FNFV25NFWSF5KH2AEA3NZ3JYUGVHSNKBYEUQ5RT"}
(3 rows)
horizon_prod2=# select * from history_effects where history_operation_id='119121304501768197' ORDER BY "order";
history_account_id | history_operation_id | order | type | details
n--------------------+----------------------+-------+------+-----------------------------------------------------------------------------------------
1329 | 119121304501768197 | 1 | 12 | {"weight": 2, "public_key": "GCMJGZHL7C7KU4U5D6GQMMBMDFMVJO3V3JQPPBZXY7A6N5KSU4QQEGG6"}
1329 | 119121304501768197 | 2 | 12 | {"weight": 2, "public_key": "GAL3BHRWF6FR6L4AKSKYPYJCNWXNVCURMFRDMQM3V5OU25PARPJS52AT"}
1329 | 119121304501768197 | 3 | 10 | {"weight": 2, "public_key": "GATHCV4BJI7PE75C6FNFV25NFWSF5KH2AEA3NZ3JYUGVHSNKBYEUQ5RT"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment