arweave-synchronizer
Version:
A cool tool to process and sync all transactions from a custom GQL query in order to gather metrics for from a specific data protocol.
2 lines (1 loc) • 542 B
TypeScript
export declare const gqlTransactionConnection = "\n{\n edges {\n cursor\n node {\n id\n anchor\n signature\n recipient\n owner {\n key\n address\n }\n fee {\n winston\n ar\n }\n quantity {\n winston\n ar\n }\n data {\n size\n type\n }\n tags {\n name\n value\n }\n block {\n id\n timestamp\n height\n previous\n }\n bundledIn { id }\n }\n }\n}\n";