diff --git a/.env.example b/.env.example index 19cfd64..784ad69 100644 --- a/.env.example +++ b/.env.example @@ -4,10 +4,13 @@ TRUST_PROXY=1 SENTRYDSN= RPC= DATABASE_URL=postgresql://username:password@blocksync-db:5432/Blocksync-core?schema=public +# whether to use ssl for the database connection or not, for localhost db disable this +# 1 = true, 0 = false +DATABASE_USE_SSL=0 # whether to migrate the database programatically or not, if set to true, the database will be migrated programatically -# according to prisma migrations, for prod environtments where dont have direct db access or dont want to connect to db directly. -# Please note this has its own limitations, if this is used please dont modify the db schema manually a all, only rely on the -# programatic migrations. https://www.prisma.io/docs/orm/prisma-migrate/workflows/development-and-production#production-and-testing-environments +# according to postgres/migrations, for prod environtments where dont have direct db access or dont want to connect to db directly. +# Please note this has its own limitations, if this is used please dont modify the db schema manually at all, only rely on the +# programatic migrations. # 1 = true, 0 = false MIGRATE_DB_PROGRAMATICALLY=1 diff --git a/README.md b/README.md index 4898f76..6bb9e2e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Twitter](https://img.shields.io/twitter/follow/ixo_impact?style=social)](https://twitter.com/ixoworld) [![Medium](https://img.shields.io/badge/Medium-ixo-green)](https://ixoworld.medium.com/) -![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)![Prisma](https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white)![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)![GraphQL](https://img.shields.io/badge/-GraphQL-E10098?style=for-the-badge&logo=graphql&logoColor=white) +![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)![GraphQL](https://img.shields.io/badge/-GraphQL-E10098?style=for-the-badge&logo=graphql&logoColor=white) Syncs the core info from an ixo blockchain to an instance of PostgreSQL. The core info consists of the Block data, Transactions, Messages and Events. @@ -33,7 +33,6 @@ Copy `.env.example` to `.env` and configure. If this step is skipped, ixo-blocks ```bash yarn install -yarn prisma:reset yarn start ``` diff --git a/docs/assets/search.js b/docs/assets/search.js index 3ba4842..40f10a5 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"1024\":\"Property\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":2,\"name\":\"app\",\"url\":\"modules/app.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"app\",\"url\":\"functions/app.app.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"app\"},{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"handlers/chain_handler\",\"url\":\"modules/handlers_chain_handler.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"createChain\",\"url\":\"functions/handlers_chain_handler.createChain.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"handlers/chain_handler\"},{\"kind\":64,\"name\":\"updateChain\",\"url\":\"functions/handlers_chain_handler.updateChain.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"handlers/chain_handler\"},{\"kind\":64,\"name\":\"getChain\",\"url\":\"functions/handlers_chain_handler.getChain.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"handlers/chain_handler\"},{\"kind\":64,\"name\":\"getLastSyncedBlockHeight\",\"url\":\"functions/handlers_chain_handler.getLastSyncedBlockHeight.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"handlers/chain_handler\"},{\"kind\":2,\"name\":\"prisma/migration\",\"url\":\"modules/prisma_migration.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"prismaMigrate\",\"url\":\"functions/prisma_migration.prismaMigrate.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"prisma/migration\"},{\"kind\":2,\"name\":\"prisma/prisma_client\",\"url\":\"modules/prisma_prisma_client.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"prisma\",\"url\":\"variables/prisma_prisma_client.prisma.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"prisma/prisma_client\"},{\"kind\":2,\"name\":\"sync/sync_blocks\",\"url\":\"modules/sync_sync_blocks.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"startSync\",\"url\":\"functions/sync_sync_blocks.startSync.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync/sync_blocks\"},{\"kind\":2,\"name\":\"sync/sync_chain\",\"url\":\"modules/sync_sync_chain.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"currentChain\",\"url\":\"variables/sync_sync_chain.currentChain.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"sync/sync_chain\"},{\"kind\":32,\"name\":\"queryClient\",\"url\":\"variables/sync_sync_chain.queryClient.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"sync/sync_chain\"},{\"kind\":32,\"name\":\"registry\",\"url\":\"variables/sync_sync_chain.registry.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"sync/sync_chain\"},{\"kind\":32,\"name\":\"tendermintClient\",\"url\":\"variables/sync_sync_chain.tendermintClient.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"sync/sync_chain\"},{\"kind\":64,\"name\":\"syncChain\",\"url\":\"functions/sync_sync_chain.syncChain.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync/sync_chain\"},{\"kind\":2,\"name\":\"sync/sync_custom\",\"url\":\"modules/sync_sync_custom.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"startSync\",\"url\":\"functions/sync_sync_custom.startSync.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync/sync_custom\"},{\"kind\":2,\"name\":\"sync_handlers/block_sync_handler\",\"url\":\"modules/sync_handlers_block_sync_handler.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"syncBlock\",\"url\":\"functions/sync_handlers_block_sync_handler.syncBlock.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync_handlers/block_sync_handler\"},{\"kind\":2,\"name\":\"sync_handlers/event_sync_handler\",\"url\":\"modules/sync_handlers_event_sync_handler.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"syncEvents\",\"url\":\"functions/sync_handlers_event_sync_handler.syncEvents.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync_handlers/event_sync_handler\"},{\"kind\":2,\"name\":\"sync_handlers/transactions_sync_handler\",\"url\":\"modules/sync_handlers_transactions_sync_handler.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"syncTransactions\",\"url\":\"functions/sync_handlers_transactions_sync_handler.syncTransactions.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync_handlers/transactions_sync_handler\"},{\"kind\":2,\"name\":\"types/Event\",\"url\":\"modules/types_Event.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":8,\"name\":\"EventTypes\",\"url\":\"enums/types_Event.EventTypes.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-module\",\"parent\":\"types/Event\"},{\"kind\":16,\"name\":\"createIid\",\"url\":\"enums/types_Event.EventTypes.html#createIid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateIid\",\"url\":\"enums/types_Event.EventTypes.html#updateIid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"createEntity\",\"url\":\"enums/types_Event.EventTypes.html#createEntity\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateEntity\",\"url\":\"enums/types_Event.EventTypes.html#updateEntity\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"createCollection\",\"url\":\"enums/types_Event.EventTypes.html#createCollection\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateCollection\",\"url\":\"enums/types_Event.EventTypes.html#updateCollection\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"submitClaim\",\"url\":\"enums/types_Event.EventTypes.html#submitClaim\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateClaim\",\"url\":\"enums/types_Event.EventTypes.html#updateClaim\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"disputeClaim\",\"url\":\"enums/types_Event.EventTypes.html#disputeClaim\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"createToken\",\"url\":\"enums/types_Event.EventTypes.html#createToken\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateToken\",\"url\":\"enums/types_Event.EventTypes.html#updateToken\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"mintToken\",\"url\":\"enums/types_Event.EventTypes.html#mintToken\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"createBond\",\"url\":\"enums/types_Event.EventTypes.html#createBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateBond\",\"url\":\"enums/types_Event.EventTypes.html#updateBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"setNextAlphaBond\",\"url\":\"enums/types_Event.EventTypes.html#setNextAlphaBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"buyOrderBond\",\"url\":\"enums/types_Event.EventTypes.html#buyOrderBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"sellOrderBond\",\"url\":\"enums/types_Event.EventTypes.html#sellOrderBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"swapOrderBond\",\"url\":\"enums/types_Event.EventTypes.html#swapOrderBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"outcomePaymentBond\",\"url\":\"enums/types_Event.EventTypes.html#outcomePaymentBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"shareWithdrawalBond\",\"url\":\"enums/types_Event.EventTypes.html#shareWithdrawalBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"reserveWithdrawalBond\",\"url\":\"enums/types_Event.EventTypes.html#reserveWithdrawalBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"wasm\",\"url\":\"enums/types_Event.EventTypes.html#wasm\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":32,\"name\":\"EventTypesArray\",\"url\":\"variables/types_Event.EventTypesArray.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"types/Event\"},{\"kind\":4194304,\"name\":\"Attribute\",\"url\":\"types/types_Event.Attribute.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types/Event\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/types_Event.Attribute.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"types/Event.Attribute\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"types/types_Event.Attribute.html#__type.key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types/Event.Attribute.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/types_Event.Attribute.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types/Event.Attribute.__type\"},{\"kind\":4194304,\"name\":\"ConvertedEvent\",\"url\":\"types/types_Event.ConvertedEvent.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types/Event\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/types_Event.ConvertedEvent.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"types/Event.ConvertedEvent\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/types_Event.ConvertedEvent.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types/Event.ConvertedEvent.__type\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"types/types_Event.ConvertedEvent.html#__type.attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types/Event.ConvertedEvent.__type\"},{\"kind\":2,\"name\":\"util/helpers\",\"url\":\"modules/util_helpers.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"sleep\",\"url\":\"functions/util_helpers.sleep.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/helpers\"},{\"kind\":64,\"name\":\"upperHexFromUint8Array\",\"url\":\"functions/util_helpers.upperHexFromUint8Array.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/helpers\"},{\"kind\":2,\"name\":\"util/proto\",\"url\":\"modules/util_proto.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"getLatestBlock\",\"url\":\"functions/util_proto.getLatestBlock.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"getBlockbyHeight\",\"url\":\"functions/util_proto.getBlockbyHeight.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"getTxsEvent\",\"url\":\"functions/util_proto.getTxsEvent.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"getTMBlockbyHeight\",\"url\":\"functions/util_proto.getTMBlockbyHeight.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"getTx\",\"url\":\"functions/util_proto.getTx.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"decodeTransaction\",\"url\":\"functions/util_proto.decodeTransaction.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"decodeMessage\",\"url\":\"functions/util_proto.decodeMessage.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"decodeEvent\",\"url\":\"functions/util_proto.decodeEvent.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/util_proto.decodeEvent.html#decodeEvent.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"util/proto.decodeEvent.decodeEvent\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"functions/util_proto.decodeEvent.html#decodeEvent.__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"util/proto.decodeEvent.decodeEvent.__type\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"functions/util_proto.decodeEvent.html#decodeEvent.__type.attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"util/proto.decodeEvent.decodeEvent.__type\"},{\"kind\":2,\"name\":\"util/secrets\",\"url\":\"modules/util_secrets.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"PORT\",\"url\":\"variables/util_secrets.PORT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"SENTRYDSN\",\"url\":\"variables/util_secrets.SENTRYDSN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"RPC\",\"url\":\"variables/util_secrets.RPC.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"DATABASE_URL\",\"url\":\"variables/util_secrets.DATABASE_URL.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"TRUST_PROXY\",\"url\":\"variables/util_secrets.TRUST_PROXY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"MIGRATE_DB_PROGRAMATICALLY\",\"url\":\"variables/util_secrets.MIGRATE_DB_PROGRAMATICALLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,35.145]],[\"comment/0\",[]],[\"name/1\",[0,35.145]],[\"comment/1\",[]],[\"name/2\",[1,40.254]],[\"comment/2\",[]],[\"name/3\",[2,40.254]],[\"comment/3\",[]],[\"name/4\",[3,40.254]],[\"comment/4\",[]],[\"name/5\",[4,40.254]],[\"comment/5\",[]],[\"name/6\",[5,40.254]],[\"comment/6\",[]],[\"name/7\",[6,40.254]],[\"comment/7\",[]],[\"name/8\",[7,40.254]],[\"comment/8\",[]],[\"name/9\",[8,40.254]],[\"comment/9\",[]],[\"name/10\",[9,40.254]],[\"comment/10\",[]],[\"name/11\",[10,40.254]],[\"comment/11\",[]],[\"name/12\",[11,40.254]],[\"comment/12\",[]],[\"name/13\",[12,35.145]],[\"comment/13\",[]],[\"name/14\",[13,40.254]],[\"comment/14\",[]],[\"name/15\",[14,40.254]],[\"comment/15\",[]],[\"name/16\",[15,40.254]],[\"comment/16\",[]],[\"name/17\",[16,40.254]],[\"comment/17\",[]],[\"name/18\",[17,40.254]],[\"comment/18\",[]],[\"name/19\",[18,40.254]],[\"comment/19\",[]],[\"name/20\",[19,40.254]],[\"comment/20\",[]],[\"name/21\",[12,35.145]],[\"comment/21\",[]],[\"name/22\",[20,40.254]],[\"comment/22\",[]],[\"name/23\",[21,40.254]],[\"comment/23\",[]],[\"name/24\",[22,40.254]],[\"comment/24\",[]],[\"name/25\",[23,40.254]],[\"comment/25\",[]],[\"name/26\",[24,40.254]],[\"comment/26\",[]],[\"name/27\",[25,40.254]],[\"comment/27\",[]],[\"name/28\",[26,40.254]],[\"comment/28\",[]],[\"name/29\",[27,40.254]],[\"comment/29\",[]],[\"name/30\",[28,40.254]],[\"comment/30\",[]],[\"name/31\",[29,40.254]],[\"comment/31\",[]],[\"name/32\",[30,40.254]],[\"comment/32\",[]],[\"name/33\",[31,40.254]],[\"comment/33\",[]],[\"name/34\",[32,40.254]],[\"comment/34\",[]],[\"name/35\",[33,40.254]],[\"comment/35\",[]],[\"name/36\",[34,40.254]],[\"comment/36\",[]],[\"name/37\",[35,40.254]],[\"comment/37\",[]],[\"name/38\",[36,40.254]],[\"comment/38\",[]],[\"name/39\",[37,40.254]],[\"comment/39\",[]],[\"name/40\",[38,40.254]],[\"comment/40\",[]],[\"name/41\",[39,40.254]],[\"comment/41\",[]],[\"name/42\",[40,40.254]],[\"comment/42\",[]],[\"name/43\",[41,40.254]],[\"comment/43\",[]],[\"name/44\",[42,40.254]],[\"comment/44\",[]],[\"name/45\",[43,40.254]],[\"comment/45\",[]],[\"name/46\",[44,40.254]],[\"comment/46\",[]],[\"name/47\",[45,40.254]],[\"comment/47\",[]],[\"name/48\",[46,40.254]],[\"comment/48\",[]],[\"name/49\",[47,40.254]],[\"comment/49\",[]],[\"name/50\",[48,40.254]],[\"comment/50\",[]],[\"name/51\",[49,40.254]],[\"comment/51\",[]],[\"name/52\",[50,40.254]],[\"comment/52\",[]],[\"name/53\",[51,40.254]],[\"comment/53\",[]],[\"name/54\",[52,31.781]],[\"comment/54\",[]],[\"name/55\",[53,40.254]],[\"comment/55\",[]],[\"name/56\",[54,40.254]],[\"comment/56\",[]],[\"name/57\",[55,40.254]],[\"comment/57\",[]],[\"name/58\",[52,31.781]],[\"comment/58\",[]],[\"name/59\",[56,35.145]],[\"comment/59\",[]],[\"name/60\",[57,35.145]],[\"comment/60\",[]],[\"name/61\",[58,40.254]],[\"comment/61\",[]],[\"name/62\",[59,40.254]],[\"comment/62\",[]],[\"name/63\",[60,40.254]],[\"comment/63\",[]],[\"name/64\",[61,40.254]],[\"comment/64\",[]],[\"name/65\",[62,40.254]],[\"comment/65\",[]],[\"name/66\",[63,40.254]],[\"comment/66\",[]],[\"name/67\",[64,40.254]],[\"comment/67\",[]],[\"name/68\",[65,40.254]],[\"comment/68\",[]],[\"name/69\",[66,40.254]],[\"comment/69\",[]],[\"name/70\",[67,40.254]],[\"comment/70\",[]],[\"name/71\",[68,40.254]],[\"comment/71\",[]],[\"name/72\",[69,40.254]],[\"comment/72\",[]],[\"name/73\",[52,31.781]],[\"comment/73\",[]],[\"name/74\",[56,35.145]],[\"comment/74\",[]],[\"name/75\",[57,35.145]],[\"comment/75\",[]],[\"name/76\",[70,40.254]],[\"comment/76\",[]],[\"name/77\",[71,40.254]],[\"comment/77\",[]],[\"name/78\",[72,40.254]],[\"comment/78\",[]],[\"name/79\",[73,40.254]],[\"comment/79\",[]],[\"name/80\",[74,40.254]],[\"comment/80\",[]],[\"name/81\",[75,40.254]],[\"comment/81\",[]],[\"name/82\",[76,40.254]],[\"comment/82\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":52,\"name\":{\"54\":{},\"58\":{},\"73\":{}},\"comment\":{}}],[\"app\",{\"_index\":0,\"name\":{\"0\":{},\"1\":{}},\"comment\":{}}],[\"attribute\",{\"_index\":51,\"name\":{\"53\":{}},\"comment\":{}}],[\"attributes\",{\"_index\":57,\"name\":{\"60\":{},\"75\":{}},\"comment\":{}}],[\"buyorderbond\",{\"_index\":43,\"name\":{\"45\":{}},\"comment\":{}}],[\"convertedevent\",{\"_index\":55,\"name\":{\"57\":{}},\"comment\":{}}],[\"createbond\",{\"_index\":40,\"name\":{\"42\":{}},\"comment\":{}}],[\"createchain\",{\"_index\":3,\"name\":{\"4\":{}},\"comment\":{}}],[\"createcollection\",{\"_index\":32,\"name\":{\"34\":{}},\"comment\":{}}],[\"createentity\",{\"_index\":30,\"name\":{\"32\":{}},\"comment\":{}}],[\"createiid\",{\"_index\":28,\"name\":{\"30\":{}},\"comment\":{}}],[\"createtoken\",{\"_index\":37,\"name\":{\"39\":{}},\"comment\":{}}],[\"currentchain\",{\"_index\":14,\"name\":{\"15\":{}},\"comment\":{}}],[\"database_url\",{\"_index\":74,\"name\":{\"80\":{}},\"comment\":{}}],[\"decodeevent\",{\"_index\":69,\"name\":{\"72\":{}},\"comment\":{}}],[\"decodemessage\",{\"_index\":68,\"name\":{\"71\":{}},\"comment\":{}}],[\"decodetransaction\",{\"_index\":67,\"name\":{\"70\":{}},\"comment\":{}}],[\"disputeclaim\",{\"_index\":36,\"name\":{\"38\":{}},\"comment\":{}}],[\"eventtypes\",{\"_index\":27,\"name\":{\"29\":{}},\"comment\":{}}],[\"eventtypesarray\",{\"_index\":50,\"name\":{\"52\":{}},\"comment\":{}}],[\"getblockbyheight\",{\"_index\":63,\"name\":{\"66\":{}},\"comment\":{}}],[\"getchain\",{\"_index\":5,\"name\":{\"6\":{}},\"comment\":{}}],[\"getlastsyncedblockheight\",{\"_index\":6,\"name\":{\"7\":{}},\"comment\":{}}],[\"getlatestblock\",{\"_index\":62,\"name\":{\"65\":{}},\"comment\":{}}],[\"gettmblockbyheight\",{\"_index\":65,\"name\":{\"68\":{}},\"comment\":{}}],[\"gettx\",{\"_index\":66,\"name\":{\"69\":{}},\"comment\":{}}],[\"gettxsevent\",{\"_index\":64,\"name\":{\"67\":{}},\"comment\":{}}],[\"handlers/chain_handler\",{\"_index\":2,\"name\":{\"3\":{}},\"comment\":{}}],[\"index\",{\"_index\":1,\"name\":{\"2\":{}},\"comment\":{}}],[\"key\",{\"_index\":53,\"name\":{\"55\":{}},\"comment\":{}}],[\"migrate_db_programatically\",{\"_index\":76,\"name\":{\"82\":{}},\"comment\":{}}],[\"minttoken\",{\"_index\":39,\"name\":{\"41\":{}},\"comment\":{}}],[\"outcomepaymentbond\",{\"_index\":46,\"name\":{\"48\":{}},\"comment\":{}}],[\"port\",{\"_index\":71,\"name\":{\"77\":{}},\"comment\":{}}],[\"prisma\",{\"_index\":10,\"name\":{\"11\":{}},\"comment\":{}}],[\"prisma/migration\",{\"_index\":7,\"name\":{\"8\":{}},\"comment\":{}}],[\"prisma/prisma_client\",{\"_index\":9,\"name\":{\"10\":{}},\"comment\":{}}],[\"prismamigrate\",{\"_index\":8,\"name\":{\"9\":{}},\"comment\":{}}],[\"queryclient\",{\"_index\":15,\"name\":{\"16\":{}},\"comment\":{}}],[\"registry\",{\"_index\":16,\"name\":{\"17\":{}},\"comment\":{}}],[\"reservewithdrawalbond\",{\"_index\":48,\"name\":{\"50\":{}},\"comment\":{}}],[\"rpc\",{\"_index\":73,\"name\":{\"79\":{}},\"comment\":{}}],[\"sellorderbond\",{\"_index\":44,\"name\":{\"46\":{}},\"comment\":{}}],[\"sentrydsn\",{\"_index\":72,\"name\":{\"78\":{}},\"comment\":{}}],[\"setnextalphabond\",{\"_index\":42,\"name\":{\"44\":{}},\"comment\":{}}],[\"sharewithdrawalbond\",{\"_index\":47,\"name\":{\"49\":{}},\"comment\":{}}],[\"sleep\",{\"_index\":59,\"name\":{\"62\":{}},\"comment\":{}}],[\"startsync\",{\"_index\":12,\"name\":{\"13\":{},\"21\":{}},\"comment\":{}}],[\"submitclaim\",{\"_index\":34,\"name\":{\"36\":{}},\"comment\":{}}],[\"swaporderbond\",{\"_index\":45,\"name\":{\"47\":{}},\"comment\":{}}],[\"sync/sync_blocks\",{\"_index\":11,\"name\":{\"12\":{}},\"comment\":{}}],[\"sync/sync_chain\",{\"_index\":13,\"name\":{\"14\":{}},\"comment\":{}}],[\"sync/sync_custom\",{\"_index\":19,\"name\":{\"20\":{}},\"comment\":{}}],[\"sync_handlers/block_sync_handler\",{\"_index\":20,\"name\":{\"22\":{}},\"comment\":{}}],[\"sync_handlers/event_sync_handler\",{\"_index\":22,\"name\":{\"24\":{}},\"comment\":{}}],[\"sync_handlers/transactions_sync_handler\",{\"_index\":24,\"name\":{\"26\":{}},\"comment\":{}}],[\"syncblock\",{\"_index\":21,\"name\":{\"23\":{}},\"comment\":{}}],[\"syncchain\",{\"_index\":18,\"name\":{\"19\":{}},\"comment\":{}}],[\"syncevents\",{\"_index\":23,\"name\":{\"25\":{}},\"comment\":{}}],[\"synctransactions\",{\"_index\":25,\"name\":{\"27\":{}},\"comment\":{}}],[\"tendermintclient\",{\"_index\":17,\"name\":{\"18\":{}},\"comment\":{}}],[\"trust_proxy\",{\"_index\":75,\"name\":{\"81\":{}},\"comment\":{}}],[\"type\",{\"_index\":56,\"name\":{\"59\":{},\"74\":{}},\"comment\":{}}],[\"types/event\",{\"_index\":26,\"name\":{\"28\":{}},\"comment\":{}}],[\"updatebond\",{\"_index\":41,\"name\":{\"43\":{}},\"comment\":{}}],[\"updatechain\",{\"_index\":4,\"name\":{\"5\":{}},\"comment\":{}}],[\"updateclaim\",{\"_index\":35,\"name\":{\"37\":{}},\"comment\":{}}],[\"updatecollection\",{\"_index\":33,\"name\":{\"35\":{}},\"comment\":{}}],[\"updateentity\",{\"_index\":31,\"name\":{\"33\":{}},\"comment\":{}}],[\"updateiid\",{\"_index\":29,\"name\":{\"31\":{}},\"comment\":{}}],[\"updatetoken\",{\"_index\":38,\"name\":{\"40\":{}},\"comment\":{}}],[\"upperhexfromuint8array\",{\"_index\":60,\"name\":{\"63\":{}},\"comment\":{}}],[\"util/helpers\",{\"_index\":58,\"name\":{\"61\":{}},\"comment\":{}}],[\"util/proto\",{\"_index\":61,\"name\":{\"64\":{}},\"comment\":{}}],[\"util/secrets\",{\"_index\":70,\"name\":{\"76\":{}},\"comment\":{}}],[\"value\",{\"_index\":54,\"name\":{\"56\":{}},\"comment\":{}}],[\"wasm\",{\"_index\":49,\"name\":{\"51\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"1024\":\"Property\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":2,\"name\":\"app\",\"url\":\"modules/app.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"app\",\"url\":\"functions/app.app.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"app\"},{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"postgres/block\",\"url\":\"modules/postgres_block.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"BlockCore\",\"url\":\"types/postgres_block.BlockCore.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"postgres/block\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/postgres_block.BlockCore.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"postgres/block.BlockCore\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"types/postgres_block.BlockCore.html#__type.height\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.BlockCore.__type\"},{\"kind\":1024,\"name\":\"time\",\"url\":\"types/postgres_block.BlockCore.html#__type.time\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.BlockCore.__type\"},{\"kind\":1024,\"name\":\"hash\",\"url\":\"types/postgres_block.BlockCore.html#__type.hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.BlockCore.__type\"},{\"kind\":1024,\"name\":\"transactions\",\"url\":\"types/postgres_block.BlockCore.html#__type.transactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.BlockCore.__type\"},{\"kind\":1024,\"name\":\"messages\",\"url\":\"types/postgres_block.BlockCore.html#__type.messages\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.BlockCore.__type\"},{\"kind\":1024,\"name\":\"events\",\"url\":\"types/postgres_block.BlockCore.html#__type.events\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.BlockCore.__type\"},{\"kind\":4194304,\"name\":\"TransactionCore\",\"url\":\"types/postgres_block.TransactionCore.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"postgres/block\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/postgres_block.TransactionCore.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"postgres/block.TransactionCore\"},{\"kind\":1024,\"name\":\"hash\",\"url\":\"types/postgres_block.TransactionCore.html#__type.hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.TransactionCore.__type\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"types/postgres_block.TransactionCore.html#__type.code\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.TransactionCore.__type\"},{\"kind\":1024,\"name\":\"fee\",\"url\":\"types/postgres_block.TransactionCore.html#__type.fee\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.TransactionCore.__type\"},{\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"types/postgres_block.TransactionCore.html#__type.gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.TransactionCore.__type\"},{\"kind\":1024,\"name\":\"gasWanted\",\"url\":\"types/postgres_block.TransactionCore.html#__type.gasWanted\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.TransactionCore.__type\"},{\"kind\":1024,\"name\":\"memo\",\"url\":\"types/postgres_block.TransactionCore.html#__type.memo\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.TransactionCore.__type\"},{\"kind\":4194304,\"name\":\"MessageCore\",\"url\":\"types/postgres_block.MessageCore.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"postgres/block\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/postgres_block.MessageCore.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"postgres/block.MessageCore\"},{\"kind\":1024,\"name\":\"typeUrl\",\"url\":\"types/postgres_block.MessageCore.html#__type.typeUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.MessageCore.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/postgres_block.MessageCore.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.MessageCore.__type\"},{\"kind\":1024,\"name\":\"transactionHash\",\"url\":\"types/postgres_block.MessageCore.html#__type.transactionHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.MessageCore.__type\"},{\"kind\":4194304,\"name\":\"EventCore\",\"url\":\"types/postgres_block.EventCore.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"postgres/block\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/postgres_block.EventCore.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"postgres/block.EventCore\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/postgres_block.EventCore.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.EventCore.__type\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"types/postgres_block.EventCore.html#__type.attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.EventCore.__type\"},{\"kind\":1024,\"name\":\"beginBlockEvent\",\"url\":\"types/postgres_block.EventCore.html#__type.beginBlockEvent\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.EventCore.__type\"},{\"kind\":1024,\"name\":\"endBlockEvent\",\"url\":\"types/postgres_block.EventCore.html#__type.endBlockEvent\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/block.EventCore.__type\"},{\"kind\":64,\"name\":\"insertBlock\",\"url\":\"functions/postgres_block.insertBlock.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"postgres/block\"},{\"kind\":2,\"name\":\"postgres/chain\",\"url\":\"modules/postgres_chain.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"Chain\",\"url\":\"types/postgres_chain.Chain.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"postgres/chain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/postgres_chain.Chain.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"postgres/chain.Chain\"},{\"kind\":1024,\"name\":\"chainId\",\"url\":\"types/postgres_chain.Chain.html#__type.chainId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/chain.Chain.__type\"},{\"kind\":1024,\"name\":\"blockHeight\",\"url\":\"types/postgres_chain.Chain.html#__type.blockHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"postgres/chain.Chain.__type\"},{\"kind\":64,\"name\":\"getChain\",\"url\":\"functions/postgres_chain.getChain.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"postgres/chain\"},{\"kind\":64,\"name\":\"createChain\",\"url\":\"functions/postgres_chain.createChain.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"postgres/chain\"},{\"kind\":64,\"name\":\"updateChain\",\"url\":\"functions/postgres_chain.updateChain.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"postgres/chain\"},{\"kind\":2,\"name\":\"postgres/client\",\"url\":\"modules/postgres_client.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"pool\",\"url\":\"variables/postgres_client.pool.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"postgres/client\"},{\"kind\":64,\"name\":\"withTransaction\",\"url\":\"functions/postgres_client.withTransaction.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"postgres/client\"},{\"kind\":64,\"name\":\"withQuery\",\"url\":\"functions/postgres_client.withQuery.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"postgres/client\"},{\"kind\":2,\"name\":\"postgres/migrations\",\"url\":\"modules/postgres_migrations.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"postgresMigrate\",\"url\":\"functions/postgres_migrations.postgresMigrate.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"postgres/migrations\"},{\"kind\":2,\"name\":\"sync/sync_blocks\",\"url\":\"modules/sync_sync_blocks.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"startSync\",\"url\":\"functions/sync_sync_blocks.startSync.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync/sync_blocks\"},{\"kind\":2,\"name\":\"sync/sync_chain\",\"url\":\"modules/sync_sync_chain.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"currentChain\",\"url\":\"variables/sync_sync_chain.currentChain.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"sync/sync_chain\"},{\"kind\":32,\"name\":\"queryClient\",\"url\":\"variables/sync_sync_chain.queryClient.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"sync/sync_chain\"},{\"kind\":32,\"name\":\"registry\",\"url\":\"variables/sync_sync_chain.registry.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"sync/sync_chain\"},{\"kind\":32,\"name\":\"tendermintClient\",\"url\":\"variables/sync_sync_chain.tendermintClient.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"sync/sync_chain\"},{\"kind\":64,\"name\":\"syncChain\",\"url\":\"functions/sync_sync_chain.syncChain.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync/sync_chain\"},{\"kind\":2,\"name\":\"sync/sync_custom\",\"url\":\"modules/sync_sync_custom.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"sync_handlers/block_sync_handler\",\"url\":\"modules/sync_handlers_block_sync_handler.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"syncBlock\",\"url\":\"functions/sync_handlers_block_sync_handler.syncBlock.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync_handlers/block_sync_handler\"},{\"kind\":2,\"name\":\"sync_handlers/event_sync_handler\",\"url\":\"modules/sync_handlers_event_sync_handler.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"syncEvents\",\"url\":\"functions/sync_handlers_event_sync_handler.syncEvents.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync_handlers/event_sync_handler\"},{\"kind\":2,\"name\":\"sync_handlers/transactions_sync_handler\",\"url\":\"modules/sync_handlers_transactions_sync_handler.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"syncTransactions\",\"url\":\"functions/sync_handlers_transactions_sync_handler.syncTransactions.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"sync_handlers/transactions_sync_handler\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/sync_handlers_transactions_sync_handler.syncTransactions.html#syncTransactions.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"sync_handlers/transactions_sync_handler.syncTransactions.syncTransactions\"},{\"kind\":1024,\"name\":\"allMessages\",\"url\":\"functions/sync_handlers_transactions_sync_handler.syncTransactions.html#syncTransactions.__type.allMessages\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sync_handlers/transactions_sync_handler.syncTransactions.syncTransactions.__type\"},{\"kind\":1024,\"name\":\"allTransactions\",\"url\":\"functions/sync_handlers_transactions_sync_handler.syncTransactions.html#syncTransactions.__type.allTransactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sync_handlers/transactions_sync_handler.syncTransactions.syncTransactions.__type\"},{\"kind\":2,\"name\":\"types/Event\",\"url\":\"modules/types_Event.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":8,\"name\":\"EventTypes\",\"url\":\"enums/types_Event.EventTypes.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-module\",\"parent\":\"types/Event\"},{\"kind\":16,\"name\":\"createIid\",\"url\":\"enums/types_Event.EventTypes.html#createIid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateIid\",\"url\":\"enums/types_Event.EventTypes.html#updateIid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"createEntity\",\"url\":\"enums/types_Event.EventTypes.html#createEntity\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateEntity\",\"url\":\"enums/types_Event.EventTypes.html#updateEntity\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"createCollection\",\"url\":\"enums/types_Event.EventTypes.html#createCollection\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateCollection\",\"url\":\"enums/types_Event.EventTypes.html#updateCollection\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"submitClaim\",\"url\":\"enums/types_Event.EventTypes.html#submitClaim\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateClaim\",\"url\":\"enums/types_Event.EventTypes.html#updateClaim\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"disputeClaim\",\"url\":\"enums/types_Event.EventTypes.html#disputeClaim\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"createToken\",\"url\":\"enums/types_Event.EventTypes.html#createToken\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateToken\",\"url\":\"enums/types_Event.EventTypes.html#updateToken\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"mintToken\",\"url\":\"enums/types_Event.EventTypes.html#mintToken\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"createBond\",\"url\":\"enums/types_Event.EventTypes.html#createBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"updateBond\",\"url\":\"enums/types_Event.EventTypes.html#updateBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"setNextAlphaBond\",\"url\":\"enums/types_Event.EventTypes.html#setNextAlphaBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"buyOrderBond\",\"url\":\"enums/types_Event.EventTypes.html#buyOrderBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"sellOrderBond\",\"url\":\"enums/types_Event.EventTypes.html#sellOrderBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"swapOrderBond\",\"url\":\"enums/types_Event.EventTypes.html#swapOrderBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"outcomePaymentBond\",\"url\":\"enums/types_Event.EventTypes.html#outcomePaymentBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"shareWithdrawalBond\",\"url\":\"enums/types_Event.EventTypes.html#shareWithdrawalBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"reserveWithdrawalBond\",\"url\":\"enums/types_Event.EventTypes.html#reserveWithdrawalBond\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":16,\"name\":\"wasm\",\"url\":\"enums/types_Event.EventTypes.html#wasm\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"types/Event.EventTypes\"},{\"kind\":32,\"name\":\"EventTypesSet\",\"url\":\"variables/types_Event.EventTypesSet.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"types/Event\"},{\"kind\":4194304,\"name\":\"Attribute\",\"url\":\"types/types_Event.Attribute.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types/Event\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/types_Event.Attribute.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"types/Event.Attribute\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"types/types_Event.Attribute.html#__type.key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types/Event.Attribute.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/types_Event.Attribute.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types/Event.Attribute.__type\"},{\"kind\":4194304,\"name\":\"ConvertedEvent\",\"url\":\"types/types_Event.ConvertedEvent.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types/Event\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/types_Event.ConvertedEvent.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"types/Event.ConvertedEvent\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/types_Event.ConvertedEvent.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types/Event.ConvertedEvent.__type\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"types/types_Event.ConvertedEvent.html#__type.attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types/Event.ConvertedEvent.__type\"},{\"kind\":2,\"name\":\"util/helpers\",\"url\":\"modules/util_helpers.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"sleep\",\"url\":\"functions/util_helpers.sleep.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/helpers\"},{\"kind\":64,\"name\":\"upperHexFromUint8Array\",\"url\":\"functions/util_helpers.upperHexFromUint8Array.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/helpers\"},{\"kind\":2,\"name\":\"util/long\",\"url\":\"modules/util_long.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"util/memory\",\"url\":\"modules/util_memory.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"MemoryUsage\",\"url\":\"types/util_memory.MemoryUsage.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"util/memory\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/util_memory.MemoryUsage.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"util/memory.MemoryUsage\"},{\"kind\":1024,\"name\":\"rss\",\"url\":\"types/util_memory.MemoryUsage.html#__type.rss\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"util/memory.MemoryUsage.__type\"},{\"kind\":1024,\"name\":\"heapTotal\",\"url\":\"types/util_memory.MemoryUsage.html#__type.heapTotal\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"util/memory.MemoryUsage.__type\"},{\"kind\":1024,\"name\":\"heapUsed\",\"url\":\"types/util_memory.MemoryUsage.html#__type.heapUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"util/memory.MemoryUsage.__type\"},{\"kind\":1024,\"name\":\"external\",\"url\":\"types/util_memory.MemoryUsage.html#__type.external\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"util/memory.MemoryUsage.__type\"},{\"kind\":1024,\"name\":\"arrayBuffers\",\"url\":\"types/util_memory.MemoryUsage.html#__type.arrayBuffers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"util/memory.MemoryUsage.__type\"},{\"kind\":64,\"name\":\"byteSizePretty\",\"url\":\"functions/util_memory.byteSizePretty.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/memory\"},{\"kind\":64,\"name\":\"bytesSizesPretty\",\"url\":\"functions/util_memory.bytesSizesPretty.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/memory\"},{\"kind\":64,\"name\":\"getMemoryUsage\",\"url\":\"functions/util_memory.getMemoryUsage.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/memory\"},{\"kind\":2,\"name\":\"util/proto\",\"url\":\"modules/util_proto.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"getLatestBlock\",\"url\":\"functions/util_proto.getLatestBlock.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"getBlockbyHeight\",\"url\":\"functions/util_proto.getBlockbyHeight.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"getTxsEvent\",\"url\":\"functions/util_proto.getTxsEvent.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"getTMBlockbyHeight\",\"url\":\"functions/util_proto.getTMBlockbyHeight.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"getTx\",\"url\":\"functions/util_proto.getTx.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"decodeTransaction\",\"url\":\"functions/util_proto.decodeTransaction.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"decodeMessage\",\"url\":\"functions/util_proto.decodeMessage.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":64,\"name\":\"decodeEvent\",\"url\":\"functions/util_proto.decodeEvent.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"util/proto\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/util_proto.decodeEvent.html#decodeEvent.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"util/proto.decodeEvent.decodeEvent\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"functions/util_proto.decodeEvent.html#decodeEvent.__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"util/proto.decodeEvent.decodeEvent.__type\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"functions/util_proto.decodeEvent.html#decodeEvent.__type.attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"util/proto.decodeEvent.decodeEvent.__type\"},{\"kind\":2,\"name\":\"util/secrets\",\"url\":\"modules/util_secrets.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"PORT\",\"url\":\"variables/util_secrets.PORT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"SENTRYDSN\",\"url\":\"variables/util_secrets.SENTRYDSN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"RPC\",\"url\":\"variables/util_secrets.RPC.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"DATABASE_URL\",\"url\":\"variables/util_secrets.DATABASE_URL.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"TRUST_PROXY\",\"url\":\"variables/util_secrets.TRUST_PROXY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"MIGRATE_DB_PROGRAMATICALLY\",\"url\":\"variables/util_secrets.MIGRATE_DB_PROGRAMATICALLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"},{\"kind\":32,\"name\":\"DATABASE_USE_SSL\",\"url\":\"variables/util_secrets.DATABASE_USE_SSL.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"util/secrets\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,39.741]],[\"comment/0\",[]],[\"name/1\",[0,39.741]],[\"comment/1\",[]],[\"name/2\",[1,44.849]],[\"comment/2\",[]],[\"name/3\",[2,44.849]],[\"comment/3\",[]],[\"name/4\",[3,44.849]],[\"comment/4\",[]],[\"name/5\",[4,25.39]],[\"comment/5\",[]],[\"name/6\",[5,44.849]],[\"comment/6\",[]],[\"name/7\",[6,44.849]],[\"comment/7\",[]],[\"name/8\",[7,39.741]],[\"comment/8\",[]],[\"name/9\",[8,44.849]],[\"comment/9\",[]],[\"name/10\",[9,44.849]],[\"comment/10\",[]],[\"name/11\",[10,44.849]],[\"comment/11\",[]],[\"name/12\",[11,44.849]],[\"comment/12\",[]],[\"name/13\",[4,25.39]],[\"comment/13\",[]],[\"name/14\",[7,39.741]],[\"comment/14\",[]],[\"name/15\",[12,44.849]],[\"comment/15\",[]],[\"name/16\",[13,44.849]],[\"comment/16\",[]],[\"name/17\",[14,44.849]],[\"comment/17\",[]],[\"name/18\",[15,44.849]],[\"comment/18\",[]],[\"name/19\",[16,44.849]],[\"comment/19\",[]],[\"name/20\",[17,44.849]],[\"comment/20\",[]],[\"name/21\",[4,25.39]],[\"comment/21\",[]],[\"name/22\",[18,44.849]],[\"comment/22\",[]],[\"name/23\",[19,39.741]],[\"comment/23\",[]],[\"name/24\",[20,44.849]],[\"comment/24\",[]],[\"name/25\",[21,44.849]],[\"comment/25\",[]],[\"name/26\",[4,25.39]],[\"comment/26\",[]],[\"name/27\",[22,36.376]],[\"comment/27\",[]],[\"name/28\",[23,36.376]],[\"comment/28\",[]],[\"name/29\",[24,44.849]],[\"comment/29\",[]],[\"name/30\",[25,44.849]],[\"comment/30\",[]],[\"name/31\",[26,44.849]],[\"comment/31\",[]],[\"name/32\",[27,44.849]],[\"comment/32\",[]],[\"name/33\",[28,44.849]],[\"comment/33\",[]],[\"name/34\",[4,25.39]],[\"comment/34\",[]],[\"name/35\",[29,44.849]],[\"comment/35\",[]],[\"name/36\",[30,44.849]],[\"comment/36\",[]],[\"name/37\",[31,44.849]],[\"comment/37\",[]],[\"name/38\",[32,44.849]],[\"comment/38\",[]],[\"name/39\",[33,44.849]],[\"comment/39\",[]],[\"name/40\",[34,44.849]],[\"comment/40\",[]],[\"name/41\",[35,44.849]],[\"comment/41\",[]],[\"name/42\",[36,44.849]],[\"comment/42\",[]],[\"name/43\",[37,44.849]],[\"comment/43\",[]],[\"name/44\",[38,44.849]],[\"comment/44\",[]],[\"name/45\",[39,44.849]],[\"comment/45\",[]],[\"name/46\",[40,44.849]],[\"comment/46\",[]],[\"name/47\",[41,44.849]],[\"comment/47\",[]],[\"name/48\",[42,44.849]],[\"comment/48\",[]],[\"name/49\",[43,44.849]],[\"comment/49\",[]],[\"name/50\",[44,44.849]],[\"comment/50\",[]],[\"name/51\",[45,44.849]],[\"comment/51\",[]],[\"name/52\",[46,44.849]],[\"comment/52\",[]],[\"name/53\",[47,44.849]],[\"comment/53\",[]],[\"name/54\",[48,44.849]],[\"comment/54\",[]],[\"name/55\",[49,44.849]],[\"comment/55\",[]],[\"name/56\",[50,44.849]],[\"comment/56\",[]],[\"name/57\",[51,44.849]],[\"comment/57\",[]],[\"name/58\",[52,44.849]],[\"comment/58\",[]],[\"name/59\",[53,44.849]],[\"comment/59\",[]],[\"name/60\",[54,44.849]],[\"comment/60\",[]],[\"name/61\",[4,25.39]],[\"comment/61\",[]],[\"name/62\",[55,44.849]],[\"comment/62\",[]],[\"name/63\",[56,44.849]],[\"comment/63\",[]],[\"name/64\",[57,44.849]],[\"comment/64\",[]],[\"name/65\",[58,44.849]],[\"comment/65\",[]],[\"name/66\",[59,44.849]],[\"comment/66\",[]],[\"name/67\",[60,44.849]],[\"comment/67\",[]],[\"name/68\",[61,44.849]],[\"comment/68\",[]],[\"name/69\",[62,44.849]],[\"comment/69\",[]],[\"name/70\",[63,44.849]],[\"comment/70\",[]],[\"name/71\",[64,44.849]],[\"comment/71\",[]],[\"name/72\",[65,44.849]],[\"comment/72\",[]],[\"name/73\",[66,44.849]],[\"comment/73\",[]],[\"name/74\",[67,44.849]],[\"comment/74\",[]],[\"name/75\",[68,44.849]],[\"comment/75\",[]],[\"name/76\",[69,44.849]],[\"comment/76\",[]],[\"name/77\",[70,44.849]],[\"comment/77\",[]],[\"name/78\",[71,44.849]],[\"comment/78\",[]],[\"name/79\",[72,44.849]],[\"comment/79\",[]],[\"name/80\",[73,44.849]],[\"comment/80\",[]],[\"name/81\",[74,44.849]],[\"comment/81\",[]],[\"name/82\",[75,44.849]],[\"comment/82\",[]],[\"name/83\",[76,44.849]],[\"comment/83\",[]],[\"name/84\",[77,44.849]],[\"comment/84\",[]],[\"name/85\",[78,44.849]],[\"comment/85\",[]],[\"name/86\",[79,44.849]],[\"comment/86\",[]],[\"name/87\",[80,44.849]],[\"comment/87\",[]],[\"name/88\",[81,44.849]],[\"comment/88\",[]],[\"name/89\",[82,44.849]],[\"comment/89\",[]],[\"name/90\",[4,25.39]],[\"comment/90\",[]],[\"name/91\",[83,44.849]],[\"comment/91\",[]],[\"name/92\",[19,39.741]],[\"comment/92\",[]],[\"name/93\",[84,44.849]],[\"comment/93\",[]],[\"name/94\",[4,25.39]],[\"comment/94\",[]],[\"name/95\",[22,36.376]],[\"comment/95\",[]],[\"name/96\",[23,36.376]],[\"comment/96\",[]],[\"name/97\",[85,44.849]],[\"comment/97\",[]],[\"name/98\",[86,44.849]],[\"comment/98\",[]],[\"name/99\",[87,44.849]],[\"comment/99\",[]],[\"name/100\",[88,44.849]],[\"comment/100\",[]],[\"name/101\",[89,44.849]],[\"comment/101\",[]],[\"name/102\",[90,44.849]],[\"comment/102\",[]],[\"name/103\",[4,25.39]],[\"comment/103\",[]],[\"name/104\",[91,44.849]],[\"comment/104\",[]],[\"name/105\",[92,44.849]],[\"comment/105\",[]],[\"name/106\",[93,44.849]],[\"comment/106\",[]],[\"name/107\",[94,44.849]],[\"comment/107\",[]],[\"name/108\",[95,44.849]],[\"comment/108\",[]],[\"name/109\",[96,44.849]],[\"comment/109\",[]],[\"name/110\",[97,44.849]],[\"comment/110\",[]],[\"name/111\",[98,44.849]],[\"comment/111\",[]],[\"name/112\",[99,44.849]],[\"comment/112\",[]],[\"name/113\",[100,44.849]],[\"comment/113\",[]],[\"name/114\",[101,44.849]],[\"comment/114\",[]],[\"name/115\",[102,44.849]],[\"comment/115\",[]],[\"name/116\",[103,44.849]],[\"comment/116\",[]],[\"name/117\",[104,44.849]],[\"comment/117\",[]],[\"name/118\",[105,44.849]],[\"comment/118\",[]],[\"name/119\",[106,44.849]],[\"comment/119\",[]],[\"name/120\",[107,44.849]],[\"comment/120\",[]],[\"name/121\",[4,25.39]],[\"comment/121\",[]],[\"name/122\",[22,36.376]],[\"comment/122\",[]],[\"name/123\",[23,36.376]],[\"comment/123\",[]],[\"name/124\",[108,44.849]],[\"comment/124\",[]],[\"name/125\",[109,44.849]],[\"comment/125\",[]],[\"name/126\",[110,44.849]],[\"comment/126\",[]],[\"name/127\",[111,44.849]],[\"comment/127\",[]],[\"name/128\",[112,44.849]],[\"comment/128\",[]],[\"name/129\",[113,44.849]],[\"comment/129\",[]],[\"name/130\",[114,44.849]],[\"comment/130\",[]],[\"name/131\",[115,44.849]],[\"comment/131\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":4,\"name\":{\"5\":{},\"13\":{},\"21\":{},\"26\":{},\"34\":{},\"61\":{},\"90\":{},\"94\":{},\"103\":{},\"121\":{}},\"comment\":{}}],[\"allmessages\",{\"_index\":55,\"name\":{\"62\":{}},\"comment\":{}}],[\"alltransactions\",{\"_index\":56,\"name\":{\"63\":{}},\"comment\":{}}],[\"app\",{\"_index\":0,\"name\":{\"0\":{},\"1\":{}},\"comment\":{}}],[\"arraybuffers\",{\"_index\":95,\"name\":{\"108\":{}},\"comment\":{}}],[\"attribute\",{\"_index\":82,\"name\":{\"89\":{}},\"comment\":{}}],[\"attributes\",{\"_index\":23,\"name\":{\"28\":{},\"96\":{},\"123\":{}},\"comment\":{}}],[\"beginblockevent\",{\"_index\":24,\"name\":{\"29\":{}},\"comment\":{}}],[\"blockcore\",{\"_index\":3,\"name\":{\"4\":{}},\"comment\":{}}],[\"blockheight\",{\"_index\":30,\"name\":{\"36\":{}},\"comment\":{}}],[\"buyorderbond\",{\"_index\":74,\"name\":{\"81\":{}},\"comment\":{}}],[\"bytesizepretty\",{\"_index\":96,\"name\":{\"109\":{}},\"comment\":{}}],[\"bytessizespretty\",{\"_index\":97,\"name\":{\"110\":{}},\"comment\":{}}],[\"chain\",{\"_index\":28,\"name\":{\"33\":{}},\"comment\":{}}],[\"chainid\",{\"_index\":29,\"name\":{\"35\":{}},\"comment\":{}}],[\"code\",{\"_index\":12,\"name\":{\"15\":{}},\"comment\":{}}],[\"convertedevent\",{\"_index\":84,\"name\":{\"93\":{}},\"comment\":{}}],[\"createbond\",{\"_index\":71,\"name\":{\"78\":{}},\"comment\":{}}],[\"createchain\",{\"_index\":32,\"name\":{\"38\":{}},\"comment\":{}}],[\"createcollection\",{\"_index\":63,\"name\":{\"70\":{}},\"comment\":{}}],[\"createentity\",{\"_index\":61,\"name\":{\"68\":{}},\"comment\":{}}],[\"createiid\",{\"_index\":59,\"name\":{\"66\":{}},\"comment\":{}}],[\"createtoken\",{\"_index\":68,\"name\":{\"75\":{}},\"comment\":{}}],[\"currentchain\",{\"_index\":43,\"name\":{\"49\":{}},\"comment\":{}}],[\"database_url\",{\"_index\":112,\"name\":{\"128\":{}},\"comment\":{}}],[\"database_use_ssl\",{\"_index\":115,\"name\":{\"131\":{}},\"comment\":{}}],[\"decodeevent\",{\"_index\":107,\"name\":{\"120\":{}},\"comment\":{}}],[\"decodemessage\",{\"_index\":106,\"name\":{\"119\":{}},\"comment\":{}}],[\"decodetransaction\",{\"_index\":105,\"name\":{\"118\":{}},\"comment\":{}}],[\"disputeclaim\",{\"_index\":67,\"name\":{\"74\":{}},\"comment\":{}}],[\"endblockevent\",{\"_index\":25,\"name\":{\"30\":{}},\"comment\":{}}],[\"eventcore\",{\"_index\":21,\"name\":{\"25\":{}},\"comment\":{}}],[\"events\",{\"_index\":10,\"name\":{\"11\":{}},\"comment\":{}}],[\"eventtypes\",{\"_index\":58,\"name\":{\"65\":{}},\"comment\":{}}],[\"eventtypesset\",{\"_index\":81,\"name\":{\"88\":{}},\"comment\":{}}],[\"external\",{\"_index\":94,\"name\":{\"107\":{}},\"comment\":{}}],[\"fee\",{\"_index\":13,\"name\":{\"16\":{}},\"comment\":{}}],[\"gasused\",{\"_index\":14,\"name\":{\"17\":{}},\"comment\":{}}],[\"gaswanted\",{\"_index\":15,\"name\":{\"18\":{}},\"comment\":{}}],[\"getblockbyheight\",{\"_index\":101,\"name\":{\"114\":{}},\"comment\":{}}],[\"getchain\",{\"_index\":31,\"name\":{\"37\":{}},\"comment\":{}}],[\"getlatestblock\",{\"_index\":100,\"name\":{\"113\":{}},\"comment\":{}}],[\"getmemoryusage\",{\"_index\":98,\"name\":{\"111\":{}},\"comment\":{}}],[\"gettmblockbyheight\",{\"_index\":103,\"name\":{\"116\":{}},\"comment\":{}}],[\"gettx\",{\"_index\":104,\"name\":{\"117\":{}},\"comment\":{}}],[\"gettxsevent\",{\"_index\":102,\"name\":{\"115\":{}},\"comment\":{}}],[\"hash\",{\"_index\":7,\"name\":{\"8\":{},\"14\":{}},\"comment\":{}}],[\"heaptotal\",{\"_index\":92,\"name\":{\"105\":{}},\"comment\":{}}],[\"heapused\",{\"_index\":93,\"name\":{\"106\":{}},\"comment\":{}}],[\"height\",{\"_index\":5,\"name\":{\"6\":{}},\"comment\":{}}],[\"index\",{\"_index\":1,\"name\":{\"2\":{}},\"comment\":{}}],[\"insertblock\",{\"_index\":26,\"name\":{\"31\":{}},\"comment\":{}}],[\"key\",{\"_index\":83,\"name\":{\"91\":{}},\"comment\":{}}],[\"memo\",{\"_index\":16,\"name\":{\"19\":{}},\"comment\":{}}],[\"memoryusage\",{\"_index\":90,\"name\":{\"102\":{}},\"comment\":{}}],[\"messagecore\",{\"_index\":17,\"name\":{\"20\":{}},\"comment\":{}}],[\"messages\",{\"_index\":9,\"name\":{\"10\":{}},\"comment\":{}}],[\"migrate_db_programatically\",{\"_index\":114,\"name\":{\"130\":{}},\"comment\":{}}],[\"minttoken\",{\"_index\":70,\"name\":{\"77\":{}},\"comment\":{}}],[\"outcomepaymentbond\",{\"_index\":77,\"name\":{\"84\":{}},\"comment\":{}}],[\"pool\",{\"_index\":35,\"name\":{\"41\":{}},\"comment\":{}}],[\"port\",{\"_index\":109,\"name\":{\"125\":{}},\"comment\":{}}],[\"postgres/block\",{\"_index\":2,\"name\":{\"3\":{}},\"comment\":{}}],[\"postgres/chain\",{\"_index\":27,\"name\":{\"32\":{}},\"comment\":{}}],[\"postgres/client\",{\"_index\":34,\"name\":{\"40\":{}},\"comment\":{}}],[\"postgres/migrations\",{\"_index\":38,\"name\":{\"44\":{}},\"comment\":{}}],[\"postgresmigrate\",{\"_index\":39,\"name\":{\"45\":{}},\"comment\":{}}],[\"queryclient\",{\"_index\":44,\"name\":{\"50\":{}},\"comment\":{}}],[\"registry\",{\"_index\":45,\"name\":{\"51\":{}},\"comment\":{}}],[\"reservewithdrawalbond\",{\"_index\":79,\"name\":{\"86\":{}},\"comment\":{}}],[\"rpc\",{\"_index\":111,\"name\":{\"127\":{}},\"comment\":{}}],[\"rss\",{\"_index\":91,\"name\":{\"104\":{}},\"comment\":{}}],[\"sellorderbond\",{\"_index\":75,\"name\":{\"82\":{}},\"comment\":{}}],[\"sentrydsn\",{\"_index\":110,\"name\":{\"126\":{}},\"comment\":{}}],[\"setnextalphabond\",{\"_index\":73,\"name\":{\"80\":{}},\"comment\":{}}],[\"sharewithdrawalbond\",{\"_index\":78,\"name\":{\"85\":{}},\"comment\":{}}],[\"sleep\",{\"_index\":86,\"name\":{\"98\":{}},\"comment\":{}}],[\"startsync\",{\"_index\":41,\"name\":{\"47\":{}},\"comment\":{}}],[\"submitclaim\",{\"_index\":65,\"name\":{\"72\":{}},\"comment\":{}}],[\"swaporderbond\",{\"_index\":76,\"name\":{\"83\":{}},\"comment\":{}}],[\"sync/sync_blocks\",{\"_index\":40,\"name\":{\"46\":{}},\"comment\":{}}],[\"sync/sync_chain\",{\"_index\":42,\"name\":{\"48\":{}},\"comment\":{}}],[\"sync/sync_custom\",{\"_index\":48,\"name\":{\"54\":{}},\"comment\":{}}],[\"sync_handlers/block_sync_handler\",{\"_index\":49,\"name\":{\"55\":{}},\"comment\":{}}],[\"sync_handlers/event_sync_handler\",{\"_index\":51,\"name\":{\"57\":{}},\"comment\":{}}],[\"sync_handlers/transactions_sync_handler\",{\"_index\":53,\"name\":{\"59\":{}},\"comment\":{}}],[\"syncblock\",{\"_index\":50,\"name\":{\"56\":{}},\"comment\":{}}],[\"syncchain\",{\"_index\":47,\"name\":{\"53\":{}},\"comment\":{}}],[\"syncevents\",{\"_index\":52,\"name\":{\"58\":{}},\"comment\":{}}],[\"synctransactions\",{\"_index\":54,\"name\":{\"60\":{}},\"comment\":{}}],[\"tendermintclient\",{\"_index\":46,\"name\":{\"52\":{}},\"comment\":{}}],[\"time\",{\"_index\":6,\"name\":{\"7\":{}},\"comment\":{}}],[\"transactioncore\",{\"_index\":11,\"name\":{\"12\":{}},\"comment\":{}}],[\"transactionhash\",{\"_index\":20,\"name\":{\"24\":{}},\"comment\":{}}],[\"transactions\",{\"_index\":8,\"name\":{\"9\":{}},\"comment\":{}}],[\"trust_proxy\",{\"_index\":113,\"name\":{\"129\":{}},\"comment\":{}}],[\"type\",{\"_index\":22,\"name\":{\"27\":{},\"95\":{},\"122\":{}},\"comment\":{}}],[\"types/event\",{\"_index\":57,\"name\":{\"64\":{}},\"comment\":{}}],[\"typeurl\",{\"_index\":18,\"name\":{\"22\":{}},\"comment\":{}}],[\"updatebond\",{\"_index\":72,\"name\":{\"79\":{}},\"comment\":{}}],[\"updatechain\",{\"_index\":33,\"name\":{\"39\":{}},\"comment\":{}}],[\"updateclaim\",{\"_index\":66,\"name\":{\"73\":{}},\"comment\":{}}],[\"updatecollection\",{\"_index\":64,\"name\":{\"71\":{}},\"comment\":{}}],[\"updateentity\",{\"_index\":62,\"name\":{\"69\":{}},\"comment\":{}}],[\"updateiid\",{\"_index\":60,\"name\":{\"67\":{}},\"comment\":{}}],[\"updatetoken\",{\"_index\":69,\"name\":{\"76\":{}},\"comment\":{}}],[\"upperhexfromuint8array\",{\"_index\":87,\"name\":{\"99\":{}},\"comment\":{}}],[\"util/helpers\",{\"_index\":85,\"name\":{\"97\":{}},\"comment\":{}}],[\"util/long\",{\"_index\":88,\"name\":{\"100\":{}},\"comment\":{}}],[\"util/memory\",{\"_index\":89,\"name\":{\"101\":{}},\"comment\":{}}],[\"util/proto\",{\"_index\":99,\"name\":{\"112\":{}},\"comment\":{}}],[\"util/secrets\",{\"_index\":108,\"name\":{\"124\":{}},\"comment\":{}}],[\"value\",{\"_index\":19,\"name\":{\"23\":{},\"92\":{}},\"comment\":{}}],[\"wasm\",{\"_index\":80,\"name\":{\"87\":{}},\"comment\":{}}],[\"withquery\",{\"_index\":37,\"name\":{\"43\":{}},\"comment\":{}}],[\"withtransaction\",{\"_index\":36,\"name\":{\"42\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/enums/types_Event.EventTypes.html b/docs/enums/types_Event.EventTypes.html index 7b09c9c..c0539d7 100644 --- a/docs/enums/types_Event.EventTypes.html +++ b/docs/enums/types_Event.EventTypes.html @@ -182,10 +182,11 @@