From b2d2431a0a667cd5f12fc2c9820a4c2b2b05804a Mon Sep 17 00:00:00 2001 From: Kenedy Ribeiro Date: Fri, 29 Sep 2023 17:28:37 -0300 Subject: [PATCH 1/2] CU-86a0yz7tw - Add calculateFee method on Neo3Invoker to be used on WcSdk --- common/config/rush/pnpm-lock.yaml | 354 +++++++++--------- .../neon-dappkit-types/dist/Neo3Invoker.d.ts | 11 + .../neon-dappkit-types/docs/assets/search.js | 2 +- .../docs/enums/SignMessageVersion.html | 8 +- packages/neon-dappkit-types/docs/index.html | 1 + .../docs/interfaces/AndWitnessCondition.html | 6 +- .../interfaces/BooleanWitnessCondition.html | 6 +- .../CalledByContractWitnessCondition.html | 6 +- .../CalledByEntryWitnessCondition.html | 4 +- .../CalledByGroupWitnessCondition.html | 6 +- .../interfaces/DecryptFromArrayResult.html | 6 +- .../docs/interfaces/EncryptedPayload.html | 10 +- .../interfaces/GroupWitnessCondition.html | 6 +- .../docs/interfaces/InvokeResult.html | 16 +- .../docs/interfaces/Neo3ApplicationLog.html | 6 +- .../docs/interfaces/Neo3Event.html | 6 +- .../docs/interfaces/Neo3EventListener.html | 10 +- .../docs/interfaces/Neo3EventWithState.html | 8 +- .../docs/interfaces/Neo3Invoker.html | 46 ++- .../docs/interfaces/Neo3Parser.html | 42 +-- .../docs/interfaces/Neo3Signer.html | 14 +- .../docs/interfaces/Neo3StackItem.html | 6 +- .../docs/interfaces/NotWitnessCondition.html | 6 +- .../docs/interfaces/OrWitnessCondition.html | 6 +- .../ScriptHashWitnessCondition.html | 6 +- .../docs/interfaces/WitnessRule.html | 6 +- packages/neon-dappkit-types/docs/modules.html | 2 + .../docs/types/AnyArgType.html | 3 +- .../docs/types/AnyConfigArgType.html | 3 +- .../neon-dappkit-types/docs/types/Arg.html | 3 +- .../docs/types/ArrayArgType.html | 3 +- .../docs/types/ArrayConfigArgType.html | 3 +- .../docs/types/ArrayResponseArgType.html | 3 +- .../docs/types/BooleanArgType.html | 3 +- .../docs/types/BooleanConfigArgType.html | 3 +- .../docs/types/BufferArgType.html | 3 +- .../docs/types/BuiltTransaction.html | 3 +- .../docs/types/BuiltTransactionWitness.html | 3 +- .../docs/types/ByteArrayArgType.html | 3 +- .../docs/types/ByteArrayConfigArgType.html | 3 +- .../docs/types/ByteStringArgType.html | 3 +- .../docs/types/CalculateFee.html | 122 ++++++ .../docs/types/ContractInvocation.html | 3 +- .../docs/types/ContractInvocationMulti.html | 3 +- .../docs/types/Hash160ArgType.html | 3 +- .../docs/types/Hash160ConfigArgType.html | 3 +- .../docs/types/Hash256ArgType.html | 3 +- .../docs/types/Hash256ConfigArgType.html | 3 +- .../docs/types/IntegerArgType.html | 3 +- .../docs/types/IntegerConfigArgType.html | 3 +- .../docs/types/InteropInterfaceArgType.html | 3 +- .../types/InteropInterfaceConfigArgType.html | 3 +- .../docs/types/MapArgType.html | 3 +- .../docs/types/MapConfigArgType.html | 3 +- .../docs/types/MapResponseArgType.html | 3 +- .../docs/types/Neo3EventListenerCallback.html | 3 +- .../docs/types/ParseConfig.html | 3 +- .../docs/types/PointerArgType.html | 3 +- .../docs/types/PublicKeyArgType.html | 3 +- .../docs/types/PublicKeyConfigArgType.html | 3 +- .../docs/types/RpcResponseStackItem.html | 3 +- .../docs/types/SignMessagePayload.html | 3 +- .../docs/types/SignedMessage.html | 3 +- .../neon-dappkit-types/docs/types/Signer.html | 3 +- .../docs/types/StringArgType.html | 3 +- .../docs/types/StringConfigArgType.html | 3 +- .../docs/types/StructArgType.html | 3 +- .../docs/types/WitnessCondition.html | 3 +- .../docs/variables/ABI_TYPES.html | 3 +- .../docs/variables/HINT_TYPES.html | 3 +- .../docs/variables/INTERNAL_TYPES.html | 3 +- .../docs/variables/TypeChecker.html | 25 +- .../neon-dappkit-types/src/Neo3Invoker.ts | 13 + packages/neon-dappkit/src/NeonInvoker.ts | 11 +- 74 files changed, 565 insertions(+), 341 deletions(-) create mode 100644 packages/neon-dappkit-types/docs/types/CalculateFee.html diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 14dfa00..3d4ff32 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -35,11 +35,11 @@ importers: '@types/elliptic': 6.4.14 '@types/expect': 24.3.0 '@types/mocha': 10.0.0 - '@types/node': 18.17.5 - '@typescript-eslint/eslint-plugin': 6.5.0_s2ebrnfj2tchesaj5vnqubauu4 - '@typescript-eslint/parser': 6.5.0_cgvy6hrg3pjeapqw5wnuqcmdo4 - chai: 4.3.7 - eslint: 8.48.0 + '@types/node': 18.18.1 + '@typescript-eslint/eslint-plugin': 6.7.3_yb36ehkogwm3p23ki55peuskem + '@typescript-eslint/parser': 6.7.3_lzjxfqafrx6u5zphy74qutkali + chai: 4.3.10 + eslint: 8.50.0 mocha: 10.2.0 ts-mocha: 10.0.0_mocha@10.2.0 typescript: 4.9.5 @@ -52,9 +52,9 @@ importers: typedoc: ^0.23.14 typescript: ^4.3.2 devDependencies: - '@typescript-eslint/eslint-plugin': 6.5.0_s2ebrnfj2tchesaj5vnqubauu4 - '@typescript-eslint/parser': 6.5.0_cgvy6hrg3pjeapqw5wnuqcmdo4 - eslint: 8.48.0 + '@typescript-eslint/eslint-plugin': 6.7.3_yb36ehkogwm3p23ki55peuskem + '@typescript-eslint/parser': 6.7.3_lzjxfqafrx6u5zphy74qutkali + eslint: 8.50.0 typedoc: 0.23.28_typescript@4.9.5 typescript: 4.9.5 @@ -65,24 +65,24 @@ packages: engines: {node: '>=0.10.0'} dev: true - /@babel/code-frame/7.22.10: - resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==} + /@babel/code-frame/7.22.13: + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.22.10 + '@babel/highlight': 7.22.20 chalk: 2.4.2 dev: true - /@babel/helper-validator-identifier/7.22.5: - resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} + /@babel/helper-validator-identifier/7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} dev: true - /@babel/highlight/7.22.10: - resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} + /@babel/highlight/7.22.20: + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: true @@ -121,18 +121,18 @@ packages: - encoding dev: false - /@eslint-community/eslint-utils/4.4.0_eslint@8.48.0: + /@eslint-community/eslint-utils/4.4.0_eslint@8.50.0: resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.48.0 + eslint: 8.50.0 eslint-visitor-keys: 3.4.3 dev: true - /@eslint-community/regexpp/4.8.0: - resolution: {integrity: sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==} + /@eslint-community/regexpp/4.9.0: + resolution: {integrity: sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true @@ -143,7 +143,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 9.6.1 - globals: 13.21.0 + globals: 13.22.0 ignore: 5.2.4 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -153,8 +153,8 @@ packages: - supports-color dev: true - /@eslint/js/8.48.0: - resolution: {integrity: sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==} + /@eslint/js/8.50.0: + resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -178,29 +178,29 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@jest/expect-utils/29.6.2: - resolution: {integrity: sha512-6zIhM8go3RV2IG4aIZaZbxwpOzz3ZiM23oxAlkquOIole+G6TrbeXnykxWYlqF7kz2HlBjdKtca20x9atkEQYg==} + /@jest/expect-utils/29.7.0: + resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-get-type: 29.4.3 + jest-get-type: 29.6.3 dev: true - /@jest/schemas/29.6.0: - resolution: {integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==} + /@jest/schemas/29.6.3: + resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@sinclair/typebox': 0.27.8 dev: true - /@jest/types/29.6.1: - resolution: {integrity: sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==} + /@jest/types/29.6.3: + resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 29.6.0 + '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.1 - '@types/node': 18.17.5 - '@types/yargs': 17.0.24 + '@types/istanbul-reports': 3.0.2 + '@types/node': 18.18.1 + '@types/yargs': 17.0.26 chalk: 4.1.2 dev: true @@ -233,63 +233,63 @@ packages: fastq: 1.15.0 dev: true - /@scure/base/1.1.1: - resolution: {integrity: sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==} + /@scure/base/1.1.3: + resolution: {integrity: sha512-/+SgoRjLq7Xlf0CWuLHq2LUZeL/w65kfzAPG5NH9pcmBhs+nunQTn4gvdwgMTIXnt9b2C/1SeL2XiysZEyIC9Q==} /@scure/bip32/1.3.0: resolution: {integrity: sha512-bcKpo1oj54hGholplGLpqPHRbIsnbixFtc06nwuNM5/dwSXOq/AAYoIBRsBmnZJSdfeNW5rnff7NTAz3ZCqR9Q==} dependencies: '@noble/curves': 1.0.0 '@noble/hashes': 1.3.0 - '@scure/base': 1.1.1 + '@scure/base': 1.1.3 /@scure/bip39/1.2.0: resolution: {integrity: sha512-SX/uKq52cuxm4YFXWFaVByaSHJh2w3BnokVSeUJVCv6K7WulT9u2BuNRBhuFl8vAuYnzx9bEu9WgpcNYTrYieg==} dependencies: '@noble/hashes': 1.3.0 - '@scure/base': 1.1.1 + '@scure/base': 1.1.3 /@sinclair/typebox/0.27.8: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@types/bn.js/5.1.1: - resolution: {integrity: sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==} + /@types/bn.js/5.1.2: + resolution: {integrity: sha512-dkpZu0szUtn9UXTmw+e0AJFd4D2XAxDnsCLdc05SfqpqzPEBft8eQr8uaFitfo/dUUOZERaLec2hHMG87A4Dxg==} dependencies: - '@types/node': 18.17.5 + '@types/node': 18.18.1 dev: true /@types/elliptic/6.4.14: resolution: {integrity: sha512-z4OBcDAU0GVwDTuwJzQCiL6188QvZMkvoERgcVjq0/mPM8jCfdwZ3x5zQEVoL9WCAru3aG5wl3Z5Ww5wBWn7ZQ==} dependencies: - '@types/bn.js': 5.1.1 + '@types/bn.js': 5.1.2 dev: true /@types/expect/24.3.0: resolution: {integrity: sha512-aq5Z+YFBz5o2b6Sp1jigx5nsmoZMK5Ceurjwy6PZmRv7dEi1jLtkARfvB1ME+OXJUG+7TZUDcv3WoCr/aor6dQ==} deprecated: This is a stub types definition. expect provides its own type definitions, so you do not need this installed. dependencies: - expect: 29.6.2 + expect: 29.7.0 dev: true /@types/istanbul-lib-coverage/2.0.4: resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} dev: true - /@types/istanbul-lib-report/3.0.0: - resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} + /@types/istanbul-lib-report/3.0.1: + resolution: {integrity: sha512-gPQuzaPR5h/djlAv2apEG1HVOyj1IUs7GpfMZixU0/0KXT3pm64ylHuMUI1/Akh+sq/iikxg6Z2j+fcMDXaaTQ==} dependencies: '@types/istanbul-lib-coverage': 2.0.4 dev: true - /@types/istanbul-reports/3.0.1: - resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==} + /@types/istanbul-reports/3.0.2: + resolution: {integrity: sha512-kv43F9eb3Lhj+lr/Hn6OcLCs/sSM8bt+fIaP11rCYngfV6NVjzWXJ17owQtDQTL9tQ8WSLUrGsSJ6rJz0F1w1A==} dependencies: - '@types/istanbul-lib-report': 3.0.0 + '@types/istanbul-lib-report': 3.0.1 dev: true - /@types/json-schema/7.0.12: - resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} + /@types/json-schema/7.0.13: + resolution: {integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==} dev: true /@types/json5/0.0.29: @@ -301,30 +301,30 @@ packages: resolution: {integrity: sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==} dev: true - /@types/node/18.17.5: - resolution: {integrity: sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==} + /@types/node/18.18.1: + resolution: {integrity: sha512-3G42sxmm0fF2+Vtb9TJQpnjmP+uKlWvFa8KoEGquh4gqRmoUG/N0ufuhikw6HEsdG2G2oIKhog1GCTfz9v5NdQ==} dev: true - /@types/semver/7.5.1: - resolution: {integrity: sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==} + /@types/semver/7.5.3: + resolution: {integrity: sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==} dev: true /@types/stack-utils/2.0.1: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} dev: true - /@types/yargs-parser/21.0.0: - resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} + /@types/yargs-parser/21.0.1: + resolution: {integrity: sha512-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ==} dev: true - /@types/yargs/17.0.24: - resolution: {integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==} + /@types/yargs/17.0.26: + resolution: {integrity: sha512-Y3vDy2X6zw/ZCumcwLpdhM5L7jmyGpmBCTYMHDLqT2IKVMYRRLdv6ZakA+wxhra6Z/3bwhNbNl9bDGXaFU+6rw==} dependencies: - '@types/yargs-parser': 21.0.0 + '@types/yargs-parser': 21.0.1 dev: true - /@typescript-eslint/eslint-plugin/6.5.0_s2ebrnfj2tchesaj5vnqubauu4: - resolution: {integrity: sha512-2pktILyjvMaScU6iK3925uvGU87E+N9rh372uGZgiMYwafaw9SXq86U04XPq3UH6tzRvNgBsub6x2DacHc33lw==} + /@typescript-eslint/eslint-plugin/6.7.3_yb36ehkogwm3p23ki55peuskem: + resolution: {integrity: sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -334,26 +334,26 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.8.0 - '@typescript-eslint/parser': 6.5.0_cgvy6hrg3pjeapqw5wnuqcmdo4 - '@typescript-eslint/scope-manager': 6.5.0 - '@typescript-eslint/type-utils': 6.5.0_cgvy6hrg3pjeapqw5wnuqcmdo4 - '@typescript-eslint/utils': 6.5.0_cgvy6hrg3pjeapqw5wnuqcmdo4 - '@typescript-eslint/visitor-keys': 6.5.0 + '@eslint-community/regexpp': 4.9.0 + '@typescript-eslint/parser': 6.7.3_lzjxfqafrx6u5zphy74qutkali + '@typescript-eslint/scope-manager': 6.7.3 + '@typescript-eslint/type-utils': 6.7.3_lzjxfqafrx6u5zphy74qutkali + '@typescript-eslint/utils': 6.7.3_lzjxfqafrx6u5zphy74qutkali + '@typescript-eslint/visitor-keys': 6.7.3 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.2_typescript@4.9.5 + ts-api-utils: 1.0.3_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/6.5.0_cgvy6hrg3pjeapqw5wnuqcmdo4: - resolution: {integrity: sha512-LMAVtR5GN8nY0G0BadkG0XIe4AcNMeyEy3DyhKGAh9k4pLSMBO7rF29JvDBpZGCmp5Pgz5RLHP6eCpSYZJQDuQ==} + /@typescript-eslint/parser/6.7.3_lzjxfqafrx6u5zphy74qutkali: + resolution: {integrity: sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -362,27 +362,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.5.0 - '@typescript-eslint/types': 6.5.0 - '@typescript-eslint/typescript-estree': 6.5.0_typescript@4.9.5 - '@typescript-eslint/visitor-keys': 6.5.0 + '@typescript-eslint/scope-manager': 6.7.3 + '@typescript-eslint/types': 6.7.3 + '@typescript-eslint/typescript-estree': 6.7.3_typescript@4.9.5 + '@typescript-eslint/visitor-keys': 6.7.3 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/6.5.0: - resolution: {integrity: sha512-A8hZ7OlxURricpycp5kdPTH3XnjG85UpJS6Fn4VzeoH4T388gQJ/PGP4ole5NfKt4WDVhmLaQ/dBLNDC4Xl/Kw==} + /@typescript-eslint/scope-manager/6.7.3: + resolution: {integrity: sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.5.0 - '@typescript-eslint/visitor-keys': 6.5.0 + '@typescript-eslint/types': 6.7.3 + '@typescript-eslint/visitor-keys': 6.7.3 dev: true - /@typescript-eslint/type-utils/6.5.0_cgvy6hrg3pjeapqw5wnuqcmdo4: - resolution: {integrity: sha512-f7OcZOkRivtujIBQ4yrJNIuwyCQO1OjocVqntl9dgSIZAdKqicj3xFDqDOzHDlGCZX990LqhLQXWRnQvsapq8A==} + /@typescript-eslint/type-utils/6.7.3_lzjxfqafrx6u5zphy74qutkali: + resolution: {integrity: sha512-Fc68K0aTDrKIBvLnKTZ5Pf3MXK495YErrbHb1R6aTpfK5OdSFj0rVN7ib6Tx6ePrZ2gsjLqr0s98NG7l96KSQw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -391,23 +391,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.5.0_typescript@4.9.5 - '@typescript-eslint/utils': 6.5.0_cgvy6hrg3pjeapqw5wnuqcmdo4 + '@typescript-eslint/typescript-estree': 6.7.3_typescript@4.9.5 + '@typescript-eslint/utils': 6.7.3_lzjxfqafrx6u5zphy74qutkali debug: 4.3.4 - eslint: 8.48.0 - ts-api-utils: 1.0.2_typescript@4.9.5 + eslint: 8.50.0 + ts-api-utils: 1.0.3_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/6.5.0: - resolution: {integrity: sha512-eqLLOEF5/lU8jW3Bw+8auf4lZSbbljHR2saKnYqON12G/WsJrGeeDHWuQePoEf9ro22+JkbPfWQwKEC5WwLQ3w==} + /@typescript-eslint/types/6.7.3: + resolution: {integrity: sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==} engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree/6.5.0_typescript@4.9.5: - resolution: {integrity: sha512-q0rGwSe9e5Kk/XzliB9h2LBc9tmXX25G0833r7kffbl5437FPWb2tbpIV9wAATebC/018pGa9fwPDuvGN+LxWQ==} + /@typescript-eslint/typescript-estree/6.7.3_typescript@4.9.5: + resolution: {integrity: sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -415,42 +415,42 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.5.0 - '@typescript-eslint/visitor-keys': 6.5.0 + '@typescript-eslint/types': 6.7.3 + '@typescript-eslint/visitor-keys': 6.7.3 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - ts-api-utils: 1.0.2_typescript@4.9.5 + ts-api-utils: 1.0.3_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/6.5.0_cgvy6hrg3pjeapqw5wnuqcmdo4: - resolution: {integrity: sha512-9nqtjkNykFzeVtt9Pj6lyR9WEdd8npPhhIPM992FWVkZuS6tmxHfGVnlUcjpUP2hv8r4w35nT33mlxd+Be1ACQ==} + /@typescript-eslint/utils/6.7.3_lzjxfqafrx6u5zphy74qutkali: + resolution: {integrity: sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.48.0 - '@types/json-schema': 7.0.12 - '@types/semver': 7.5.1 - '@typescript-eslint/scope-manager': 6.5.0 - '@typescript-eslint/types': 6.5.0 - '@typescript-eslint/typescript-estree': 6.5.0_typescript@4.9.5 - eslint: 8.48.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.50.0 + '@types/json-schema': 7.0.13 + '@types/semver': 7.5.3 + '@typescript-eslint/scope-manager': 6.7.3 + '@typescript-eslint/types': 6.7.3 + '@typescript-eslint/typescript-estree': 6.7.3_typescript@4.9.5 + eslint: 8.50.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/6.5.0: - resolution: {integrity: sha512-yCB/2wkbv3hPsh02ZS8dFQnij9VVQXJMN/gbQsaaY+zxALkZnxa/wagvLEFsAWMPv7d7lxQmNsIzGU1w/T/WyA==} + /@typescript-eslint/visitor-keys/6.7.3: + resolution: {integrity: sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.5.0 + '@typescript-eslint/types': 6.7.3 eslint-visitor-keys: 3.4.3 dev: true @@ -609,14 +609,14 @@ packages: engines: {node: '>=10'} dev: true - /chai/4.3.7: - resolution: {integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==} + /chai/4.3.10: + resolution: {integrity: sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==} engines: {node: '>=4'} dependencies: assertion-error: 1.1.0 - check-error: 1.0.2 + check-error: 1.0.3 deep-eql: 4.1.3 - get-func-name: 2.0.0 + get-func-name: 2.0.2 loupe: 2.3.6 pathval: 1.1.1 type-detect: 4.0.8 @@ -639,8 +639,10 @@ packages: supports-color: 7.2.0 dev: true - /check-error/1.0.2: - resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} + /check-error/1.0.3: + resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} + dependencies: + get-func-name: 2.0.2 dev: true /chokidar/3.5.3: @@ -655,7 +657,7 @@ packages: normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /ci-info/3.8.0: @@ -699,7 +701,7 @@ packages: /cross-fetch/3.1.8: resolution: {integrity: sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==} dependencies: - node-fetch: 2.6.12 + node-fetch: 2.7.0 transitivePeerDependencies: - encoding @@ -756,8 +758,8 @@ packages: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: true - /diff-sequences/29.4.3: - resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} + /diff-sequences/29.6.3: + resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true @@ -833,15 +835,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.48.0: - resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==} + /eslint/8.50.0: + resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.48.0 - '@eslint-community/regexpp': 4.8.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.50.0 + '@eslint-community/regexpp': 4.9.0 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.48.0 + '@eslint/js': 8.50.0 '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -860,7 +862,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.21.0 + globals: 13.22.0 graphemer: 1.4.0 ignore: 5.2.4 imurmurhash: 0.1.4 @@ -920,16 +922,15 @@ packages: '@scure/bip32': 1.3.0 '@scure/bip39': 1.2.0 - /expect/29.6.2: - resolution: {integrity: sha512-iAErsLxJ8C+S02QbLAwgSGSezLQK+XXRDt8IuFXFpwCNw2ECmzZSmjKcCaFVp5VRMk+WAvz6h6jokzEzBFZEuA==} + /expect/29.7.0: + resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/expect-utils': 29.6.2 - '@types/node': 18.17.5 - jest-get-type: 29.4.3 - jest-matcher-utils: 29.6.2 - jest-message-util: 29.6.2 - jest-util: 29.6.2 + '@jest/expect-utils': 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 dev: true /fast-deep-equal/3.1.3: @@ -987,7 +988,7 @@ packages: resolution: {integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==} engines: {node: '>=12.0.0'} dependencies: - flatted: 3.2.7 + flatted: 3.2.9 keyv: 4.5.3 rimraf: 3.0.2 dev: true @@ -997,16 +998,16 @@ packages: hasBin: true dev: true - /flatted/3.2.7: - resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} + /flatted/3.2.9: + resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} dev: true /fs.realpath/1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: true - /fsevents/2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + /fsevents/2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true @@ -1018,8 +1019,8 @@ packages: engines: {node: 6.* || 8.* || >= 10.*} dev: true - /get-func-name/2.0.0: - resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} + /get-func-name/2.0.2: + resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} dev: true /glob-parent/5.1.2: @@ -1047,8 +1048,19 @@ packages: path-is-absolute: 1.0.1 dev: true - /globals/13.21.0: - resolution: {integrity: sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==} + /glob/7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + dev: true + + /globals/13.22.0: + resolution: {integrity: sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -1181,52 +1193,52 @@ packages: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: true - /jest-diff/29.6.2: - resolution: {integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==} + /jest-diff/29.7.0: + resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 29.4.3 - jest-get-type: 29.4.3 - pretty-format: 29.6.2 + diff-sequences: 29.6.3 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 dev: true - /jest-get-type/29.4.3: - resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} + /jest-get-type/29.6.3: + resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-matcher-utils/29.6.2: - resolution: {integrity: sha512-4LiAk3hSSobtomeIAzFTe+N8kL6z0JtF3n6I4fg29iIW7tt99R7ZcIFW34QkX+DuVrf+CUe6wuVOpm7ZKFJzZQ==} + /jest-matcher-utils/29.7.0: + resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - jest-diff: 29.6.2 - jest-get-type: 29.4.3 - pretty-format: 29.6.2 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 dev: true - /jest-message-util/29.6.2: - resolution: {integrity: sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ==} + /jest-message-util/29.7.0: + resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/code-frame': 7.22.10 - '@jest/types': 29.6.1 + '@babel/code-frame': 7.22.13 + '@jest/types': 29.6.3 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 - pretty-format: 29.6.2 + pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 dev: true - /jest-util/29.6.2: - resolution: {integrity: sha512-3eX1qb6L88lJNCFlEADKOkjpXJQyZRiavX1INZ4tRnrBVr2COd3RgcTLyUiEXMNBlDU/cgYq6taUS0fExrWW4w==} + /jest-util/29.7.0: + resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.6.1 - '@types/node': 18.17.5 + '@jest/types': 29.6.3 + '@types/node': 18.18.1 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -1314,7 +1326,7 @@ packages: /loupe/2.3.6: resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} dependencies: - get-func-name: 2.0.0 + get-func-name: 2.0.2 dev: true /lru-cache/6.0.0: @@ -1434,8 +1446,8 @@ packages: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true - /node-fetch/2.6.12: - resolution: {integrity: sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==} + /node-fetch/2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 @@ -1523,11 +1535,11 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /pretty-format/29.6.2: - resolution: {integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==} + /pretty-format/29.7.0: + resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 29.6.0 + '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 react-is: 18.2.0 dev: true @@ -1576,7 +1588,7 @@ packages: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: - glob: 7.2.0 + glob: 7.2.3 dev: true /run-parallel/1.2.0: @@ -1614,8 +1626,8 @@ packages: engines: {node: '>=8'} dev: true - /shiki/0.14.3: - resolution: {integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==} + /shiki/0.14.4: + resolution: {integrity: sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==} dependencies: ansi-sequence-parser: 1.1.1 jsonc-parser: 3.2.0 @@ -1709,8 +1721,8 @@ packages: /tr46/0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - /ts-api-utils/1.0.2_typescript@4.9.5: - resolution: {integrity: sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==} + /ts-api-utils/1.0.3_typescript@4.9.5: + resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==} engines: {node: '>=16.13.0'} peerDependencies: typescript: '>=4.2.0' @@ -1784,7 +1796,7 @@ packages: lunr: 2.3.9 marked: 4.3.0 minimatch: 7.4.6 - shiki: 0.14.3 + shiki: 0.14.4 typescript: 4.9.5 dev: true diff --git a/packages/neon-dappkit-types/dist/Neo3Invoker.d.ts b/packages/neon-dappkit-types/dist/Neo3Invoker.d.ts index 89d2151..e3feb2a 100644 --- a/packages/neon-dappkit-types/dist/Neo3Invoker.d.ts +++ b/packages/neon-dappkit-types/dist/Neo3Invoker.d.ts @@ -235,6 +235,11 @@ export interface InvokeResult Promise; + /** + * This method is used to calculate a fee. + * @param params the contract invocation options + * @return the call result promise + */ + calculateFee: (cim: ContractInvocationMulti) => Promise; } diff --git a/packages/neon-dappkit-types/docs/assets/search.js b/packages/neon-dappkit-types/docs/assets/search.js index cc3f924..2b8803f 100644 --- a/packages/neon-dappkit-types/docs/assets/search.js +++ b/packages/neon-dappkit-types/docs/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"256\":\"Interface\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":256,\"name\":\"Neo3Event\",\"url\":\"interfaces/Neo3Event.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/Neo3Event.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Event\"},{\"kind\":1024,\"name\":\"eventname\",\"url\":\"interfaces/Neo3Event.html#eventname\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Event\"},{\"kind\":256,\"name\":\"Neo3EventWithState\",\"url\":\"interfaces/Neo3EventWithState.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/Neo3EventWithState.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3EventWithState\"},{\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/Neo3EventWithState.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Neo3EventWithState\"},{\"kind\":1024,\"name\":\"eventname\",\"url\":\"interfaces/Neo3EventWithState.html#eventname\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Neo3EventWithState\"},{\"kind\":4194304,\"name\":\"Neo3EventListenerCallback\",\"url\":\"types/Neo3EventListenerCallback.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Neo3EventListenerCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Neo3EventListenerCallback\"},{\"kind\":256,\"name\":\"Neo3StackItem\",\"url\":\"interfaces/Neo3StackItem.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/Neo3StackItem.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3StackItem\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/Neo3StackItem.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3StackItem\"},{\"kind\":256,\"name\":\"Neo3ApplicationLog\",\"url\":\"interfaces/Neo3ApplicationLog.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"txid\",\"url\":\"interfaces/Neo3ApplicationLog.html#txid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3ApplicationLog\"},{\"kind\":1024,\"name\":\"executions\",\"url\":\"interfaces/Neo3ApplicationLog.html#executions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3ApplicationLog\"},{\"kind\":256,\"name\":\"Neo3EventListener\",\"url\":\"interfaces/Neo3EventListener.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"addEventListener\",\"url\":\"interfaces/Neo3EventListener.html#addEventListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3EventListener\"},{\"kind\":2048,\"name\":\"removeEventListener\",\"url\":\"interfaces/Neo3EventListener.html#removeEventListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3EventListener\"},{\"kind\":2048,\"name\":\"waitForApplicationLog\",\"url\":\"interfaces/Neo3EventListener.html#waitForApplicationLog\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3EventListener\"},{\"kind\":2048,\"name\":\"confirmTransaction\",\"url\":\"interfaces/Neo3EventListener.html#confirmTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3EventListener\"},{\"kind\":256,\"name\":\"BooleanWitnessCondition\",\"url\":\"interfaces/BooleanWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/BooleanWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BooleanWitnessCondition\"},{\"kind\":1024,\"name\":\"expression\",\"url\":\"interfaces/BooleanWitnessCondition.html#expression\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BooleanWitnessCondition\"},{\"kind\":256,\"name\":\"NotWitnessCondition\",\"url\":\"interfaces/NotWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NotWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NotWitnessCondition\"},{\"kind\":1024,\"name\":\"expression\",\"url\":\"interfaces/NotWitnessCondition.html#expression\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NotWitnessCondition\"},{\"kind\":256,\"name\":\"AndWitnessCondition\",\"url\":\"interfaces/AndWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/AndWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AndWitnessCondition\"},{\"kind\":1024,\"name\":\"expressions\",\"url\":\"interfaces/AndWitnessCondition.html#expressions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AndWitnessCondition\"},{\"kind\":256,\"name\":\"OrWitnessCondition\",\"url\":\"interfaces/OrWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/OrWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OrWitnessCondition\"},{\"kind\":1024,\"name\":\"expressions\",\"url\":\"interfaces/OrWitnessCondition.html#expressions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OrWitnessCondition\"},{\"kind\":256,\"name\":\"ScriptHashWitnessCondition\",\"url\":\"interfaces/ScriptHashWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ScriptHashWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScriptHashWitnessCondition\"},{\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/ScriptHashWitnessCondition.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScriptHashWitnessCondition\"},{\"kind\":256,\"name\":\"GroupWitnessCondition\",\"url\":\"interfaces/GroupWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/GroupWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GroupWitnessCondition\"},{\"kind\":1024,\"name\":\"group\",\"url\":\"interfaces/GroupWitnessCondition.html#group\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GroupWitnessCondition\"},{\"kind\":256,\"name\":\"CalledByEntryWitnessCondition\",\"url\":\"interfaces/CalledByEntryWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/CalledByEntryWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CalledByEntryWitnessCondition\"},{\"kind\":256,\"name\":\"CalledByContractWitnessCondition\",\"url\":\"interfaces/CalledByContractWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/CalledByContractWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CalledByContractWitnessCondition\"},{\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/CalledByContractWitnessCondition.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CalledByContractWitnessCondition\"},{\"kind\":256,\"name\":\"CalledByGroupWitnessCondition\",\"url\":\"interfaces/CalledByGroupWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/CalledByGroupWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CalledByGroupWitnessCondition\"},{\"kind\":1024,\"name\":\"group\",\"url\":\"interfaces/CalledByGroupWitnessCondition.html#group\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CalledByGroupWitnessCondition\"},{\"kind\":4194304,\"name\":\"WitnessCondition\",\"url\":\"types/WitnessCondition.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"WitnessRule\",\"url\":\"interfaces/WitnessRule.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"action\",\"url\":\"interfaces/WitnessRule.html#action\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WitnessRule\"},{\"kind\":1024,\"name\":\"condition\",\"url\":\"interfaces/WitnessRule.html#condition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WitnessRule\"},{\"kind\":4194304,\"name\":\"Signer\",\"url\":\"types/Signer.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Signer.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Signer\"},{\"kind\":1024,\"name\":\"scopes\",\"url\":\"types/Signer.html#__type.scopes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signer.__type\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"types/Signer.html#__type.account\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signer.__type\"},{\"kind\":1024,\"name\":\"allowedContracts\",\"url\":\"types/Signer.html#__type.allowedContracts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signer.__type\"},{\"kind\":1024,\"name\":\"allowedGroups\",\"url\":\"types/Signer.html#__type.allowedGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signer.__type\"},{\"kind\":1024,\"name\":\"rules\",\"url\":\"types/Signer.html#__type.rules\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signer.__type\"},{\"kind\":4194304,\"name\":\"AnyArgType\",\"url\":\"types/AnyArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/AnyArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"AnyArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/AnyArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AnyArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/AnyArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AnyArgType.__type\"},{\"kind\":4194304,\"name\":\"StringArgType\",\"url\":\"types/StringArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/StringArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"StringArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/StringArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StringArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/StringArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StringArgType.__type\"},{\"kind\":4194304,\"name\":\"BooleanArgType\",\"url\":\"types/BooleanArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/BooleanArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BooleanArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/BooleanArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BooleanArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/BooleanArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BooleanArgType.__type\"},{\"kind\":4194304,\"name\":\"PublicKeyArgType\",\"url\":\"types/PublicKeyArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/PublicKeyArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"PublicKeyArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/PublicKeyArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PublicKeyArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/PublicKeyArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PublicKeyArgType.__type\"},{\"kind\":4194304,\"name\":\"Hash160ArgType\",\"url\":\"types/Hash160ArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Hash160ArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Hash160ArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Hash160ArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash160ArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/Hash160ArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash160ArgType.__type\"},{\"kind\":4194304,\"name\":\"Hash256ArgType\",\"url\":\"types/Hash256ArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Hash256ArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Hash256ArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Hash256ArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash256ArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/Hash256ArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash256ArgType.__type\"},{\"kind\":4194304,\"name\":\"IntegerArgType\",\"url\":\"types/IntegerArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/IntegerArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"IntegerArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/IntegerArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IntegerArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/IntegerArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IntegerArgType.__type\"},{\"kind\":4194304,\"name\":\"ArrayArgType\",\"url\":\"types/ArrayArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ArrayArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ArrayArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ArrayArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/ArrayArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayArgType.__type\"},{\"kind\":4194304,\"name\":\"MapArgType\",\"url\":\"types/MapArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MapArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/MapArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/MapArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapArgType.__type\"},{\"kind\":4194304,\"name\":\"ByteArrayArgType\",\"url\":\"types/ByteArrayArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ByteArrayArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ByteArrayArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ByteArrayArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ByteArrayArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/ByteArrayArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ByteArrayArgType.__type\"},{\"kind\":4194304,\"name\":\"Arg\",\"url\":\"types/Arg.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ContractInvocation\",\"url\":\"types/ContractInvocation.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ContractInvocation.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ContractInvocation\"},{\"kind\":1024,\"name\":\"scriptHash\",\"url\":\"types/ContractInvocation.html#__type.scriptHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocation.__type\"},{\"kind\":1024,\"name\":\"operation\",\"url\":\"types/ContractInvocation.html#__type.operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocation.__type\"},{\"kind\":1024,\"name\":\"args\",\"url\":\"types/ContractInvocation.html#__type.args\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocation.__type\"},{\"kind\":1024,\"name\":\"abortOnFail\",\"url\":\"types/ContractInvocation.html#__type.abortOnFail\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocation.__type\"},{\"kind\":4194304,\"name\":\"ContractInvocationMulti\",\"url\":\"types/ContractInvocationMulti.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ContractInvocationMulti.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ContractInvocationMulti\"},{\"kind\":1024,\"name\":\"signers\",\"url\":\"types/ContractInvocationMulti.html#__type.signers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":1024,\"name\":\"invocations\",\"url\":\"types/ContractInvocationMulti.html#__type.invocations\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":1024,\"name\":\"extraSystemFee\",\"url\":\"types/ContractInvocationMulti.html#__type.extraSystemFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":1024,\"name\":\"systemFeeOverride\",\"url\":\"types/ContractInvocationMulti.html#__type.systemFeeOverride\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":1024,\"name\":\"extraNetworkFee\",\"url\":\"types/ContractInvocationMulti.html#__type.extraNetworkFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":1024,\"name\":\"networkFeeOverride\",\"url\":\"types/ContractInvocationMulti.html#__type.networkFeeOverride\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":4194304,\"name\":\"BuiltTransactionWitness\",\"url\":\"types/BuiltTransactionWitness.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/BuiltTransactionWitness.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BuiltTransactionWitness\"},{\"kind\":1024,\"name\":\"invocation\",\"url\":\"types/BuiltTransactionWitness.html#__type.invocation\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BuiltTransactionWitness.__type\"},{\"kind\":1024,\"name\":\"verification\",\"url\":\"types/BuiltTransactionWitness.html#__type.verification\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BuiltTransactionWitness.__type\"},{\"kind\":4194304,\"name\":\"BuiltTransaction\",\"url\":\"types/BuiltTransaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ArrayResponseArgType\",\"url\":\"types/ArrayResponseArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ArrayResponseArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ArrayResponseArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ArrayResponseArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayResponseArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/ArrayResponseArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayResponseArgType.__type\"},{\"kind\":4194304,\"name\":\"MapResponseArgType\",\"url\":\"types/MapResponseArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MapResponseArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapResponseArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/MapResponseArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapResponseArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/MapResponseArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapResponseArgType.__type\"},{\"kind\":4194304,\"name\":\"ByteStringArgType\",\"url\":\"types/ByteStringArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ByteStringArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ByteStringArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ByteStringArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ByteStringArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/ByteStringArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ByteStringArgType.__type\"},{\"kind\":4194304,\"name\":\"InteropInterfaceArgType\",\"url\":\"types/InteropInterfaceArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/InteropInterfaceArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"InteropInterfaceArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/InteropInterfaceArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InteropInterfaceArgType.__type\"},{\"kind\":1024,\"name\":\"interface\",\"url\":\"types/InteropInterfaceArgType.html#__type.interface\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InteropInterfaceArgType.__type\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/InteropInterfaceArgType.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InteropInterfaceArgType.__type\"},{\"kind\":4194304,\"name\":\"PointerArgType\",\"url\":\"types/PointerArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/PointerArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"PointerArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/PointerArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PointerArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/PointerArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PointerArgType.__type\"},{\"kind\":4194304,\"name\":\"BufferArgType\",\"url\":\"types/BufferArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/BufferArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BufferArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/BufferArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BufferArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/BufferArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BufferArgType.__type\"},{\"kind\":4194304,\"name\":\"StructArgType\",\"url\":\"types/StructArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/StructArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"StructArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/StructArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StructArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/StructArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StructArgType.__type\"},{\"kind\":4194304,\"name\":\"RpcResponseStackItem\",\"url\":\"types/RpcResponseStackItem.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"InvokeResult\",\"url\":\"interfaces/InvokeResult.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"script\",\"url\":\"interfaces/InvokeResult.html#script\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/InvokeResult.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"gasconsumed\",\"url\":\"interfaces/InvokeResult.html#gasconsumed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"exception\",\"url\":\"interfaces/InvokeResult.html#exception\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"stack\",\"url\":\"interfaces/InvokeResult.html#stack\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"tx\",\"url\":\"interfaces/InvokeResult.html#tx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/InvokeResult.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":256,\"name\":\"Neo3Invoker\",\"url\":\"interfaces/Neo3Invoker.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"invokeFunction\",\"url\":\"interfaces/Neo3Invoker.html#invokeFunction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Invoker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Invoker.html#invokeFunction.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Invoker.invokeFunction\"},{\"kind\":1024,\"name\":\"testInvoke\",\"url\":\"interfaces/Neo3Invoker.html#testInvoke\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Invoker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Invoker.html#testInvoke.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Invoker.testInvoke\"},{\"kind\":1024,\"name\":\"traverseIterator\",\"url\":\"interfaces/Neo3Invoker.html#traverseIterator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Invoker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Invoker.html#traverseIterator.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Invoker.traverseIterator\"},{\"kind\":1024,\"name\":\"signTransaction\",\"url\":\"interfaces/Neo3Invoker.html#signTransaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Invoker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Invoker.html#signTransaction.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Invoker.signTransaction\"},{\"kind\":256,\"name\":\"Neo3Parser\",\"url\":\"interfaces/Neo3Parser.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"abToStr\",\"url\":\"interfaces/Neo3Parser.html#abToStr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#abToStr.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.abToStr\"},{\"kind\":1024,\"name\":\"strToAb\",\"url\":\"interfaces/Neo3Parser.html#strToAb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#strToAb.__type-32\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.strToAb\"},{\"kind\":1024,\"name\":\"hexToAb\",\"url\":\"interfaces/Neo3Parser.html#hexToAb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#hexToAb.__type-16\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.hexToAb\"},{\"kind\":1024,\"name\":\"abToHex\",\"url\":\"interfaces/Neo3Parser.html#abToHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#abToHex.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.abToHex\"},{\"kind\":1024,\"name\":\"strToHex\",\"url\":\"interfaces/Neo3Parser.html#strToHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#strToHex.__type-36\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.strToHex\"},{\"kind\":1024,\"name\":\"hexToStr\",\"url\":\"interfaces/Neo3Parser.html#hexToStr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#hexToStr.__type-20\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.hexToStr\"},{\"kind\":1024,\"name\":\"intToHex\",\"url\":\"interfaces/Neo3Parser.html#intToHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#intToHex.__type-22\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.intToHex\"},{\"kind\":1024,\"name\":\"numToHex\",\"url\":\"interfaces/Neo3Parser.html#numToHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#numToHex.__type-24\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.numToHex\"},{\"kind\":1024,\"name\":\"numToVarInt\",\"url\":\"interfaces/Neo3Parser.html#numToVarInt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#numToVarInt.__type-26\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.numToVarInt\"},{\"kind\":1024,\"name\":\"hexToBase64\",\"url\":\"interfaces/Neo3Parser.html#hexToBase64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#hexToBase64.__type-18\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.hexToBase64\"},{\"kind\":1024,\"name\":\"base64ToHex\",\"url\":\"interfaces/Neo3Parser.html#base64ToHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#base64ToHex.__type-10\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.base64ToHex\"},{\"kind\":1024,\"name\":\"utf8ToBase64\",\"url\":\"interfaces/Neo3Parser.html#utf8ToBase64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#utf8ToBase64.__type-38\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.utf8ToBase64\"},{\"kind\":1024,\"name\":\"asciiToBase64\",\"url\":\"interfaces/Neo3Parser.html#asciiToBase64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#asciiToBase64.__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.asciiToBase64\"},{\"kind\":1024,\"name\":\"base64ToUtf8\",\"url\":\"interfaces/Neo3Parser.html#base64ToUtf8\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#base64ToUtf8.__type-12\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.base64ToUtf8\"},{\"kind\":1024,\"name\":\"accountInputToScripthash\",\"url\":\"interfaces/Neo3Parser.html#accountInputToScripthash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#accountInputToScripthash.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.accountInputToScripthash\"},{\"kind\":1024,\"name\":\"strToBase64\",\"url\":\"interfaces/Neo3Parser.html#strToBase64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#strToBase64.__type-34\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.strToBase64\"},{\"kind\":1024,\"name\":\"accountInputToAddress\",\"url\":\"interfaces/Neo3Parser.html#accountInputToAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#accountInputToAddress.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.accountInputToAddress\"},{\"kind\":1024,\"name\":\"reverseHex\",\"url\":\"interfaces/Neo3Parser.html#reverseHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#reverseHex.__type-30\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.reverseHex\"},{\"kind\":1024,\"name\":\"parseRpcResponse\",\"url\":\"interfaces/Neo3Parser.html#parseRpcResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#parseRpcResponse.__type-28\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.parseRpcResponse\"},{\"kind\":1024,\"name\":\"formatRpcArgument\",\"url\":\"interfaces/Neo3Parser.html#formatRpcArgument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#formatRpcArgument.__type-14\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.formatRpcArgument\"},{\"kind\":4194304,\"name\":\"AnyConfigArgType\",\"url\":\"types/AnyConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/AnyConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"AnyConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/AnyConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AnyConfigArgType.__type\"},{\"kind\":1024,\"name\":\"union\",\"url\":\"types/AnyConfigArgType.html#__type.union\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AnyConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"StringConfigArgType\",\"url\":\"types/StringConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/StringConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"StringConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/StringConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StringConfigArgType.__type\"},{\"kind\":1024,\"name\":\"hint\",\"url\":\"types/StringConfigArgType.html#__type.hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StringConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"BooleanConfigArgType\",\"url\":\"types/BooleanConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/BooleanConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BooleanConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/BooleanConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BooleanConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"ByteArrayConfigArgType\",\"url\":\"types/ByteArrayConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ByteArrayConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ByteArrayConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ByteArrayConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ByteArrayConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"PublicKeyConfigArgType\",\"url\":\"types/PublicKeyConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/PublicKeyConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"PublicKeyConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/PublicKeyConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PublicKeyConfigArgType.__type\"},{\"kind\":1024,\"name\":\"hint\",\"url\":\"types/PublicKeyConfigArgType.html#__type.hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PublicKeyConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"Hash160ConfigArgType\",\"url\":\"types/Hash160ConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Hash160ConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Hash160ConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Hash160ConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash160ConfigArgType.__type\"},{\"kind\":1024,\"name\":\"hint\",\"url\":\"types/Hash160ConfigArgType.html#__type.hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash160ConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"Hash256ConfigArgType\",\"url\":\"types/Hash256ConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Hash256ConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Hash256ConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Hash256ConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash256ConfigArgType.__type\"},{\"kind\":1024,\"name\":\"hint\",\"url\":\"types/Hash256ConfigArgType.html#__type.hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash256ConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"IntegerConfigArgType\",\"url\":\"types/IntegerConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/IntegerConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"IntegerConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/IntegerConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IntegerConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"ArrayConfigArgType\",\"url\":\"types/ArrayConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ArrayConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ArrayConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ArrayConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayConfigArgType.__type\"},{\"kind\":1024,\"name\":\"generic\",\"url\":\"types/ArrayConfigArgType.html#__type.generic\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"MapConfigArgType\",\"url\":\"types/MapConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MapConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/MapConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapConfigArgType.__type\"},{\"kind\":1024,\"name\":\"genericKey\",\"url\":\"types/MapConfigArgType.html#__type.genericKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapConfigArgType.__type\"},{\"kind\":1024,\"name\":\"genericItem\",\"url\":\"types/MapConfigArgType.html#__type.genericItem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"InteropInterfaceConfigArgType\",\"url\":\"types/InteropInterfaceConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/InteropInterfaceConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"InteropInterfaceConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/InteropInterfaceConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InteropInterfaceConfigArgType.__type\"},{\"kind\":1024,\"name\":\"hint\",\"url\":\"types/InteropInterfaceConfigArgType.html#__type.hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InteropInterfaceConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"ParseConfig\",\"url\":\"types/ParseConfig.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"INTERNAL_TYPES\",\"url\":\"variables/INTERNAL_TYPES.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/INTERNAL_TYPES.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"INTERNAL_TYPES\"},{\"kind\":1024,\"name\":\"ARRAY\",\"url\":\"variables/INTERNAL_TYPES.html#__type.ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"BYTESTRING\",\"url\":\"variables/INTERNAL_TYPES.html#__type.BYTESTRING\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"BUFFER\",\"url\":\"variables/INTERNAL_TYPES.html#__type.BUFFER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"INTEGER\",\"url\":\"variables/INTERNAL_TYPES.html#__type.INTEGER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"INTEROPINTERFACE\",\"url\":\"variables/INTERNAL_TYPES.html#__type.INTEROPINTERFACE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"BOOLEAN\",\"url\":\"variables/INTERNAL_TYPES.html#__type.BOOLEAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"MAP\",\"url\":\"variables/INTERNAL_TYPES.html#__type.MAP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"NULL\",\"url\":\"variables/INTERNAL_TYPES.html#__type.NULL\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"POINTER\",\"url\":\"variables/INTERNAL_TYPES.html#__type.POINTER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"STRUCT\",\"url\":\"variables/INTERNAL_TYPES.html#__type.STRUCT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":32,\"name\":\"ABI_TYPES\",\"url\":\"variables/ABI_TYPES.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"ABI_TYPES\"},{\"kind\":1024,\"name\":\"ANY\",\"url\":\"variables/ABI_TYPES.html#__type.ANY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.ANY.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.ANY\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.ANY.__type-1.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.ANY.__type\"},{\"kind\":1024,\"name\":\"SIGNATURE\",\"url\":\"variables/ABI_TYPES.html#__type.SIGNATURE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.SIGNATURE.__type-11\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.SIGNATURE\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.SIGNATURE.__type-11.name-10\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.SIGNATURE.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.SIGNATURE.__type-11.internal-9\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.SIGNATURE.__type\"},{\"kind\":1024,\"name\":\"BOOLEAN\",\"url\":\"variables/ABI_TYPES.html#__type.BOOLEAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.BOOLEAN.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.BOOLEAN\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.BOOLEAN.__type-3.name-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.BOOLEAN.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.BOOLEAN.__type-3.internal-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.BOOLEAN.__type\"},{\"kind\":1024,\"name\":\"INTEGER\",\"url\":\"variables/ABI_TYPES.html#__type.INTEGER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.INTEGER.__type-7\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.INTEGER\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.INTEGER.__type-7.name-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.INTEGER.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.INTEGER.__type-7.internal-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.INTEGER.__type\"},{\"kind\":1024,\"name\":\"HASH160\",\"url\":\"variables/ABI_TYPES.html#__type.HASH160\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.HASH160.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.HASH160\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.HASH160.__type-5.name-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.HASH160.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.HASH160.__type-5.internal-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.HASH160.__type\"},{\"kind\":1024,\"name\":\"HASH256\",\"url\":\"variables/ABI_TYPES.html#__type.HASH256\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.HASH256.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.HASH256\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.HASH256.__type-6.name-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.HASH256.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.HASH256.__type-6.internal-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.HASH256.__type\"},{\"kind\":1024,\"name\":\"BYTEARRAY\",\"url\":\"variables/ABI_TYPES.html#__type.BYTEARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.BYTEARRAY.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.BYTEARRAY\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.BYTEARRAY.__type-4.name-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.BYTEARRAY.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.BYTEARRAY.__type-4.internal-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.BYTEARRAY.__type\"},{\"kind\":1024,\"name\":\"PUBLICKEY\",\"url\":\"variables/ABI_TYPES.html#__type.PUBLICKEY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.PUBLICKEY.__type-10\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.PUBLICKEY\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.PUBLICKEY.__type-10.name-9\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.PUBLICKEY.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.PUBLICKEY.__type-10.internal-8\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.PUBLICKEY.__type\"},{\"kind\":1024,\"name\":\"STRING\",\"url\":\"variables/ABI_TYPES.html#__type.STRING\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.STRING.__type-12\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.STRING\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.STRING.__type-12.name-11\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.STRING.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.STRING.__type-12.internal-10\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.STRING.__type\"},{\"kind\":1024,\"name\":\"ARRAY\",\"url\":\"variables/ABI_TYPES.html#__type.ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.ARRAY.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.ARRAY\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.ARRAY.__type-2.name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.ARRAY.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.ARRAY.__type-2.internal\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.ARRAY.__type\"},{\"kind\":1024,\"name\":\"MAP\",\"url\":\"variables/ABI_TYPES.html#__type.MAP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.MAP.__type-9\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.MAP\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.MAP.__type-9.name-8\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.MAP.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.MAP.__type-9.internal-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.MAP.__type\"},{\"kind\":1024,\"name\":\"INTEROPINTERFACE\",\"url\":\"variables/ABI_TYPES.html#__type.INTEROPINTERFACE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.INTEROPINTERFACE.__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.INTEROPINTERFACE\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.INTEROPINTERFACE.__type-8.name-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.INTEROPINTERFACE.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.INTEROPINTERFACE.__type-8.internal-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.INTEROPINTERFACE.__type\"},{\"kind\":1024,\"name\":\"VOID\",\"url\":\"variables/ABI_TYPES.html#__type.VOID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.VOID.__type-13\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.VOID\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.VOID.__type-13.name-12\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.VOID.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.VOID.__type-13.internal-11\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.VOID.__type\"},{\"kind\":32,\"name\":\"HINT_TYPES\",\"url\":\"variables/HINT_TYPES.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"HINT_TYPES\"},{\"kind\":1024,\"name\":\"ADDRESS\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.ADDRESS\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1.name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ADDRESS.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1.abi\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ADDRESS.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1.abi.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.ADDRESS.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1.abi.__type-2.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ADDRESS.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1.abi.__type-2.internal\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ADDRESS.__type.abi.__type\"},{\"kind\":1024,\"name\":\"PUBLICKEY\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7.name-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7.abi-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7.abi-3.__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7.abi-3.__type-8.name-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7.abi-3.__type-8.internal-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY.__type.abi.__type\"},{\"kind\":1024,\"name\":\"SCRIPTHASH\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9.name-9\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9.abi-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9.abi-4.__type-10\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9.abi-4.__type-10.name-8\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9.abi-4.__type-10.internal-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH.__type.abi.__type\"},{\"kind\":1024,\"name\":\"SCRIPTHASHLITTLEENDING\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11.name-11\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11.abi-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11.abi-5.__type-12\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11.abi-5.__type-12.name-10\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11.abi-5.__type-12.internal-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING.__type.abi.__type\"},{\"kind\":1024,\"name\":\"BLOCKHASH\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3.name-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3.abi-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3.abi-1.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3.abi-1.__type-4.name-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3.abi-1.__type-4.internal-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH.__type.abi.__type\"},{\"kind\":1024,\"name\":\"TRANSACTIONID\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15.name-15\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15.abi-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15.abi-7.__type-16\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15.abi-7.__type-16.name-14\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15.abi-7.__type-16.internal-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID.__type.abi.__type\"},{\"kind\":1024,\"name\":\"STORAGECONTEXT\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13.name-13\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13.abi-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13.abi-6.__type-14\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13.abi-6.__type-14.name-12\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13.abi-6.__type-14.internal-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT.__type.abi.__type\"},{\"kind\":1024,\"name\":\"ITERATOR\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.ITERATOR\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5.name-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ITERATOR.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5.abi-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ITERATOR.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5.abi-2.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.ITERATOR.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5.abi-2.__type-6.name-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ITERATOR.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5.abi-2.__type-6.internal-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ITERATOR.__type.abi.__type\"},{\"kind\":8,\"name\":\"SignMessageVersion\",\"url\":\"enums/SignMessageVersion.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"CLASSIC\",\"url\":\"enums/SignMessageVersion.html#CLASSIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SignMessageVersion\"},{\"kind\":16,\"name\":\"DEFAULT\",\"url\":\"enums/SignMessageVersion.html#DEFAULT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SignMessageVersion\"},{\"kind\":16,\"name\":\"WITHOUT_SALT\",\"url\":\"enums/SignMessageVersion.html#WITHOUT_SALT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SignMessageVersion\"},{\"kind\":4194304,\"name\":\"SignMessagePayload\",\"url\":\"types/SignMessagePayload.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SignMessagePayload.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SignMessagePayload\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"types/SignMessagePayload.html#__type.message\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignMessagePayload.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/SignMessagePayload.html#__type.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignMessagePayload.__type\"},{\"kind\":4194304,\"name\":\"SignedMessage\",\"url\":\"types/SignedMessage.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SignedMessage.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SignedMessage\"},{\"kind\":1024,\"name\":\"publicKey\",\"url\":\"types/SignedMessage.html#__type.publicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignedMessage.__type\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"types/SignedMessage.html#__type.data\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignedMessage.__type\"},{\"kind\":1024,\"name\":\"salt\",\"url\":\"types/SignedMessage.html#__type.salt\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignedMessage.__type\"},{\"kind\":1024,\"name\":\"messageHex\",\"url\":\"types/SignedMessage.html#__type.messageHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignedMessage.__type\"},{\"kind\":256,\"name\":\"EncryptedPayload\",\"url\":\"interfaces/EncryptedPayload.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"randomVector\",\"url\":\"interfaces/EncryptedPayload.html#randomVector\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncryptedPayload\"},{\"kind\":1024,\"name\":\"cipherText\",\"url\":\"interfaces/EncryptedPayload.html#cipherText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncryptedPayload\"},{\"kind\":1024,\"name\":\"dataTag\",\"url\":\"interfaces/EncryptedPayload.html#dataTag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncryptedPayload\"},{\"kind\":1024,\"name\":\"ephemPublicKey\",\"url\":\"interfaces/EncryptedPayload.html#ephemPublicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncryptedPayload\"},{\"kind\":256,\"name\":\"DecryptFromArrayResult\",\"url\":\"interfaces/DecryptFromArrayResult.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/DecryptFromArrayResult.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecryptFromArrayResult\"},{\"kind\":1024,\"name\":\"keyIndex\",\"url\":\"interfaces/DecryptFromArrayResult.html#keyIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecryptFromArrayResult\"},{\"kind\":256,\"name\":\"Neo3Signer\",\"url\":\"interfaces/Neo3Signer.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"signMessage\",\"url\":\"interfaces/Neo3Signer.html#signMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":2048,\"name\":\"verifyMessage\",\"url\":\"interfaces/Neo3Signer.html#verifyMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":2048,\"name\":\"getAccountAddress\",\"url\":\"interfaces/Neo3Signer.html#getAccountAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":2048,\"name\":\"encrypt\",\"url\":\"interfaces/Neo3Signer.html#encrypt\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":2048,\"name\":\"decrypt\",\"url\":\"interfaces/Neo3Signer.html#decrypt\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":2048,\"name\":\"decryptFromArray\",\"url\":\"interfaces/Neo3Signer.html#decryptFromArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":32,\"name\":\"TypeChecker\",\"url\":\"variables/TypeChecker.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/TypeChecker.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"TypeChecker\"},{\"kind\":2048,\"name\":\"isStackTypeAny\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeAny\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeBoolean\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeBoolean\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeInteger\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeInteger\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeArray\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeMap\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeMap\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeByteString\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeByteString\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeInteropInterface\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeInteropInterface\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypePointer\",\"url\":\"variables/TypeChecker.html#__type.isStackTypePointer\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeBuffer\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeBuffer\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeStruct\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeStruct\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isRpcResponseStackItem\",\"url\":\"variables/TypeChecker.html#__type.isRpcResponseStackItem\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,56.204]],[\"comment/0\",[]],[\"name/1\",[1,51.096]],[\"comment/1\",[]],[\"name/2\",[2,51.096]],[\"comment/2\",[]],[\"name/3\",[3,56.204]],[\"comment/3\",[]],[\"name/4\",[4,51.096]],[\"comment/4\",[]],[\"name/5\",[1,51.096]],[\"comment/5\",[]],[\"name/6\",[2,51.096]],[\"comment/6\",[]],[\"name/7\",[5,56.204]],[\"comment/7\",[]],[\"name/8\",[6,14.987]],[\"comment/8\",[]],[\"name/9\",[7,56.204]],[\"comment/9\",[]],[\"name/10\",[8,23.752]],[\"comment/10\",[]],[\"name/11\",[9,31.637]],[\"comment/11\",[]],[\"name/12\",[10,56.204]],[\"comment/12\",[]],[\"name/13\",[11,56.204]],[\"comment/13\",[]],[\"name/14\",[12,56.204]],[\"comment/14\",[]],[\"name/15\",[13,56.204]],[\"comment/15\",[]],[\"name/16\",[14,56.204]],[\"comment/16\",[]],[\"name/17\",[15,56.204]],[\"comment/17\",[]],[\"name/18\",[16,56.204]],[\"comment/18\",[]],[\"name/19\",[17,56.204]],[\"comment/19\",[]],[\"name/20\",[18,56.204]],[\"comment/20\",[]],[\"name/21\",[8,23.752]],[\"comment/21\",[]],[\"name/22\",[19,51.096]],[\"comment/22\",[]],[\"name/23\",[20,56.204]],[\"comment/23\",[]],[\"name/24\",[8,23.752]],[\"comment/24\",[]],[\"name/25\",[19,51.096]],[\"comment/25\",[]],[\"name/26\",[21,56.204]],[\"comment/26\",[]],[\"name/27\",[8,23.752]],[\"comment/27\",[]],[\"name/28\",[22,51.096]],[\"comment/28\",[]],[\"name/29\",[23,56.204]],[\"comment/29\",[]],[\"name/30\",[8,23.752]],[\"comment/30\",[]],[\"name/31\",[22,51.096]],[\"comment/31\",[]],[\"name/32\",[24,56.204]],[\"comment/32\",[]],[\"name/33\",[8,23.752]],[\"comment/33\",[]],[\"name/34\",[25,51.096]],[\"comment/34\",[]],[\"name/35\",[26,56.204]],[\"comment/35\",[]],[\"name/36\",[8,23.752]],[\"comment/36\",[]],[\"name/37\",[27,51.096]],[\"comment/37\",[]],[\"name/38\",[28,56.204]],[\"comment/38\",[]],[\"name/39\",[8,23.752]],[\"comment/39\",[]],[\"name/40\",[29,56.204]],[\"comment/40\",[]],[\"name/41\",[8,23.752]],[\"comment/41\",[]],[\"name/42\",[25,51.096]],[\"comment/42\",[]],[\"name/43\",[30,56.204]],[\"comment/43\",[]],[\"name/44\",[8,23.752]],[\"comment/44\",[]],[\"name/45\",[27,51.096]],[\"comment/45\",[]],[\"name/46\",[31,56.204]],[\"comment/46\",[]],[\"name/47\",[32,56.204]],[\"comment/47\",[]],[\"name/48\",[33,56.204]],[\"comment/48\",[]],[\"name/49\",[34,56.204]],[\"comment/49\",[]],[\"name/50\",[35,56.204]],[\"comment/50\",[]],[\"name/51\",[6,14.987]],[\"comment/51\",[]],[\"name/52\",[36,56.204]],[\"comment/52\",[]],[\"name/53\",[37,56.204]],[\"comment/53\",[]],[\"name/54\",[38,56.204]],[\"comment/54\",[]],[\"name/55\",[39,56.204]],[\"comment/55\",[]],[\"name/56\",[40,56.204]],[\"comment/56\",[]],[\"name/57\",[41,56.204]],[\"comment/57\",[]],[\"name/58\",[6,14.987]],[\"comment/58\",[]],[\"name/59\",[8,23.752]],[\"comment/59\",[]],[\"name/60\",[9,31.637]],[\"comment/60\",[]],[\"name/61\",[42,56.204]],[\"comment/61\",[]],[\"name/62\",[6,14.987]],[\"comment/62\",[]],[\"name/63\",[8,23.752]],[\"comment/63\",[]],[\"name/64\",[9,31.637]],[\"comment/64\",[]],[\"name/65\",[43,56.204]],[\"comment/65\",[]],[\"name/66\",[6,14.987]],[\"comment/66\",[]],[\"name/67\",[8,23.752]],[\"comment/67\",[]],[\"name/68\",[9,31.637]],[\"comment/68\",[]],[\"name/69\",[44,56.204]],[\"comment/69\",[]],[\"name/70\",[6,14.987]],[\"comment/70\",[]],[\"name/71\",[8,23.752]],[\"comment/71\",[]],[\"name/72\",[9,31.637]],[\"comment/72\",[]],[\"name/73\",[45,56.204]],[\"comment/73\",[]],[\"name/74\",[6,14.987]],[\"comment/74\",[]],[\"name/75\",[8,23.752]],[\"comment/75\",[]],[\"name/76\",[9,31.637]],[\"comment/76\",[]],[\"name/77\",[46,56.204]],[\"comment/77\",[]],[\"name/78\",[6,14.987]],[\"comment/78\",[]],[\"name/79\",[8,23.752]],[\"comment/79\",[]],[\"name/80\",[9,31.637]],[\"comment/80\",[]],[\"name/81\",[47,56.204]],[\"comment/81\",[]],[\"name/82\",[6,14.987]],[\"comment/82\",[]],[\"name/83\",[8,23.752]],[\"comment/83\",[]],[\"name/84\",[9,31.637]],[\"comment/84\",[]],[\"name/85\",[48,56.204]],[\"comment/85\",[]],[\"name/86\",[6,14.987]],[\"comment/86\",[]],[\"name/87\",[8,23.752]],[\"comment/87\",[]],[\"name/88\",[9,31.637]],[\"comment/88\",[]],[\"name/89\",[49,56.204]],[\"comment/89\",[]],[\"name/90\",[6,14.987]],[\"comment/90\",[]],[\"name/91\",[8,23.752]],[\"comment/91\",[]],[\"name/92\",[9,31.637]],[\"comment/92\",[]],[\"name/93\",[50,56.204]],[\"comment/93\",[]],[\"name/94\",[6,14.987]],[\"comment/94\",[]],[\"name/95\",[8,23.752]],[\"comment/95\",[]],[\"name/96\",[9,31.637]],[\"comment/96\",[]],[\"name/97\",[51,56.204]],[\"comment/97\",[]],[\"name/98\",[52,56.204]],[\"comment/98\",[]],[\"name/99\",[6,14.987]],[\"comment/99\",[]],[\"name/100\",[53,51.096]],[\"comment/100\",[]],[\"name/101\",[54,56.204]],[\"comment/101\",[]],[\"name/102\",[55,56.204]],[\"comment/102\",[]],[\"name/103\",[56,56.204]],[\"comment/103\",[]],[\"name/104\",[57,56.204]],[\"comment/104\",[]],[\"name/105\",[6,14.987]],[\"comment/105\",[]],[\"name/106\",[58,56.204]],[\"comment/106\",[]],[\"name/107\",[59,56.204]],[\"comment/107\",[]],[\"name/108\",[60,56.204]],[\"comment/108\",[]],[\"name/109\",[61,56.204]],[\"comment/109\",[]],[\"name/110\",[62,56.204]],[\"comment/110\",[]],[\"name/111\",[63,56.204]],[\"comment/111\",[]],[\"name/112\",[64,56.204]],[\"comment/112\",[]],[\"name/113\",[6,14.987]],[\"comment/113\",[]],[\"name/114\",[65,56.204]],[\"comment/114\",[]],[\"name/115\",[66,56.204]],[\"comment/115\",[]],[\"name/116\",[67,56.204]],[\"comment/116\",[]],[\"name/117\",[68,56.204]],[\"comment/117\",[]],[\"name/118\",[6,14.987]],[\"comment/118\",[]],[\"name/119\",[8,23.752]],[\"comment/119\",[]],[\"name/120\",[9,31.637]],[\"comment/120\",[]],[\"name/121\",[69,56.204]],[\"comment/121\",[]],[\"name/122\",[6,14.987]],[\"comment/122\",[]],[\"name/123\",[8,23.752]],[\"comment/123\",[]],[\"name/124\",[9,31.637]],[\"comment/124\",[]],[\"name/125\",[70,56.204]],[\"comment/125\",[]],[\"name/126\",[6,14.987]],[\"comment/126\",[]],[\"name/127\",[8,23.752]],[\"comment/127\",[]],[\"name/128\",[9,31.637]],[\"comment/128\",[]],[\"name/129\",[71,56.204]],[\"comment/129\",[]],[\"name/130\",[6,14.987]],[\"comment/130\",[]],[\"name/131\",[8,23.752]],[\"comment/131\",[]],[\"name/132\",[72,56.204]],[\"comment/132\",[]],[\"name/133\",[73,56.204]],[\"comment/133\",[]],[\"name/134\",[74,56.204]],[\"comment/134\",[]],[\"name/135\",[6,14.987]],[\"comment/135\",[]],[\"name/136\",[8,23.752]],[\"comment/136\",[]],[\"name/137\",[9,31.637]],[\"comment/137\",[]],[\"name/138\",[75,56.204]],[\"comment/138\",[]],[\"name/139\",[6,14.987]],[\"comment/139\",[]],[\"name/140\",[8,23.752]],[\"comment/140\",[]],[\"name/141\",[9,31.637]],[\"comment/141\",[]],[\"name/142\",[76,56.204]],[\"comment/142\",[]],[\"name/143\",[6,14.987]],[\"comment/143\",[]],[\"name/144\",[8,23.752]],[\"comment/144\",[]],[\"name/145\",[9,31.637]],[\"comment/145\",[]],[\"name/146\",[77,56.204]],[\"comment/146\",[]],[\"name/147\",[78,56.204]],[\"comment/147\",[]],[\"name/148\",[79,56.204]],[\"comment/148\",[]],[\"name/149\",[4,51.096]],[\"comment/149\",[]],[\"name/150\",[80,56.204]],[\"comment/150\",[]],[\"name/151\",[81,56.204]],[\"comment/151\",[]],[\"name/152\",[82,56.204]],[\"comment/152\",[]],[\"name/153\",[83,56.204]],[\"comment/153\",[]],[\"name/154\",[84,56.204]],[\"comment/154\",[]],[\"name/155\",[85,56.204]],[\"comment/155\",[]],[\"name/156\",[86,56.204]],[\"comment/156\",[]],[\"name/157\",[6,14.987]],[\"comment/157\",[]],[\"name/158\",[87,56.204]],[\"comment/158\",[]],[\"name/159\",[6,14.987]],[\"comment/159\",[]],[\"name/160\",[88,56.204]],[\"comment/160\",[]],[\"name/161\",[6,14.987]],[\"comment/161\",[]],[\"name/162\",[89,56.204]],[\"comment/162\",[]],[\"name/163\",[6,14.987]],[\"comment/163\",[]],[\"name/164\",[90,56.204]],[\"comment/164\",[]],[\"name/165\",[91,56.204]],[\"comment/165\",[]],[\"name/166\",[6,14.987]],[\"comment/166\",[]],[\"name/167\",[92,56.204]],[\"comment/167\",[]],[\"name/168\",[6,14.987]],[\"comment/168\",[]],[\"name/169\",[93,56.204]],[\"comment/169\",[]],[\"name/170\",[6,14.987]],[\"comment/170\",[]],[\"name/171\",[94,56.204]],[\"comment/171\",[]],[\"name/172\",[6,14.987]],[\"comment/172\",[]],[\"name/173\",[95,56.204]],[\"comment/173\",[]],[\"name/174\",[6,14.987]],[\"comment/174\",[]],[\"name/175\",[96,56.204]],[\"comment/175\",[]],[\"name/176\",[6,14.987]],[\"comment/176\",[]],[\"name/177\",[97,56.204]],[\"comment/177\",[]],[\"name/178\",[6,14.987]],[\"comment/178\",[]],[\"name/179\",[98,56.204]],[\"comment/179\",[]],[\"name/180\",[6,14.987]],[\"comment/180\",[]],[\"name/181\",[99,56.204]],[\"comment/181\",[]],[\"name/182\",[6,14.987]],[\"comment/182\",[]],[\"name/183\",[100,56.204]],[\"comment/183\",[]],[\"name/184\",[6,14.987]],[\"comment/184\",[]],[\"name/185\",[101,56.204]],[\"comment/185\",[]],[\"name/186\",[6,14.987]],[\"comment/186\",[]],[\"name/187\",[102,56.204]],[\"comment/187\",[]],[\"name/188\",[6,14.987]],[\"comment/188\",[]],[\"name/189\",[103,56.204]],[\"comment/189\",[]],[\"name/190\",[6,14.987]],[\"comment/190\",[]],[\"name/191\",[104,56.204]],[\"comment/191\",[]],[\"name/192\",[6,14.987]],[\"comment/192\",[]],[\"name/193\",[105,56.204]],[\"comment/193\",[]],[\"name/194\",[6,14.987]],[\"comment/194\",[]],[\"name/195\",[106,56.204]],[\"comment/195\",[]],[\"name/196\",[6,14.987]],[\"comment/196\",[]],[\"name/197\",[107,56.204]],[\"comment/197\",[]],[\"name/198\",[6,14.987]],[\"comment/198\",[]],[\"name/199\",[108,56.204]],[\"comment/199\",[]],[\"name/200\",[6,14.987]],[\"comment/200\",[]],[\"name/201\",[109,56.204]],[\"comment/201\",[]],[\"name/202\",[6,14.987]],[\"comment/202\",[]],[\"name/203\",[110,56.204]],[\"comment/203\",[]],[\"name/204\",[6,14.987]],[\"comment/204\",[]],[\"name/205\",[111,56.204]],[\"comment/205\",[]],[\"name/206\",[6,14.987]],[\"comment/206\",[]],[\"name/207\",[8,23.752]],[\"comment/207\",[]],[\"name/208\",[112,56.204]],[\"comment/208\",[]],[\"name/209\",[113,56.204]],[\"comment/209\",[]],[\"name/210\",[6,14.987]],[\"comment/210\",[]],[\"name/211\",[8,23.752]],[\"comment/211\",[]],[\"name/212\",[114,43.211]],[\"comment/212\",[]],[\"name/213\",[115,56.204]],[\"comment/213\",[]],[\"name/214\",[6,14.987]],[\"comment/214\",[]],[\"name/215\",[8,23.752]],[\"comment/215\",[]],[\"name/216\",[116,56.204]],[\"comment/216\",[]],[\"name/217\",[6,14.987]],[\"comment/217\",[]],[\"name/218\",[8,23.752]],[\"comment/218\",[]],[\"name/219\",[117,56.204]],[\"comment/219\",[]],[\"name/220\",[6,14.987]],[\"comment/220\",[]],[\"name/221\",[8,23.752]],[\"comment/221\",[]],[\"name/222\",[114,43.211]],[\"comment/222\",[]],[\"name/223\",[118,56.204]],[\"comment/223\",[]],[\"name/224\",[6,14.987]],[\"comment/224\",[]],[\"name/225\",[8,23.752]],[\"comment/225\",[]],[\"name/226\",[114,43.211]],[\"comment/226\",[]],[\"name/227\",[119,56.204]],[\"comment/227\",[]],[\"name/228\",[6,14.987]],[\"comment/228\",[]],[\"name/229\",[8,23.752]],[\"comment/229\",[]],[\"name/230\",[114,43.211]],[\"comment/230\",[]],[\"name/231\",[120,56.204]],[\"comment/231\",[]],[\"name/232\",[6,14.987]],[\"comment/232\",[]],[\"name/233\",[8,23.752]],[\"comment/233\",[]],[\"name/234\",[121,56.204]],[\"comment/234\",[]],[\"name/235\",[6,14.987]],[\"comment/235\",[]],[\"name/236\",[8,23.752]],[\"comment/236\",[]],[\"name/237\",[122,56.204]],[\"comment/237\",[]],[\"name/238\",[123,56.204]],[\"comment/238\",[]],[\"name/239\",[6,14.987]],[\"comment/239\",[]],[\"name/240\",[8,23.752]],[\"comment/240\",[]],[\"name/241\",[124,56.204]],[\"comment/241\",[]],[\"name/242\",[125,56.204]],[\"comment/242\",[]],[\"name/243\",[126,56.204]],[\"comment/243\",[]],[\"name/244\",[6,14.987]],[\"comment/244\",[]],[\"name/245\",[8,23.752]],[\"comment/245\",[]],[\"name/246\",[114,43.211]],[\"comment/246\",[]],[\"name/247\",[127,56.204]],[\"comment/247\",[]],[\"name/248\",[128,56.204]],[\"comment/248\",[]],[\"name/249\",[6,14.987]],[\"comment/249\",[]],[\"name/250\",[129,51.096]],[\"comment/250\",[]],[\"name/251\",[130,56.204]],[\"comment/251\",[]],[\"name/252\",[131,56.204]],[\"comment/252\",[]],[\"name/253\",[132,51.096]],[\"comment/253\",[]],[\"name/254\",[133,51.096]],[\"comment/254\",[]],[\"name/255\",[134,51.096]],[\"comment/255\",[]],[\"name/256\",[135,51.096]],[\"comment/256\",[]],[\"name/257\",[136,56.204]],[\"comment/257\",[]],[\"name/258\",[137,56.204]],[\"comment/258\",[]],[\"name/259\",[138,56.204]],[\"comment/259\",[]],[\"name/260\",[139,56.204]],[\"comment/260\",[]],[\"name/261\",[6,14.987]],[\"comment/261\",[]],[\"name/262\",[140,56.204]],[\"comment/262\",[]],[\"name/263\",[6,14.987]],[\"comment/263\",[]],[\"name/264\",[141,26.415]],[\"comment/264\",[]],[\"name/265\",[142,56.204]],[\"comment/265\",[]],[\"name/266\",[6,14.987]],[\"comment/266\",[]],[\"name/267\",[141,26.415]],[\"comment/267\",[]],[\"name/268\",[143,30.054]],[\"comment/268\",[]],[\"name/269\",[134,51.096]],[\"comment/269\",[]],[\"name/270\",[6,14.987]],[\"comment/270\",[]],[\"name/271\",[141,26.415]],[\"comment/271\",[]],[\"name/272\",[143,30.054]],[\"comment/272\",[]],[\"name/273\",[132,51.096]],[\"comment/273\",[]],[\"name/274\",[6,14.987]],[\"comment/274\",[]],[\"name/275\",[141,26.415]],[\"comment/275\",[]],[\"name/276\",[143,30.054]],[\"comment/276\",[]],[\"name/277\",[144,56.204]],[\"comment/277\",[]],[\"name/278\",[6,14.987]],[\"comment/278\",[]],[\"name/279\",[141,26.415]],[\"comment/279\",[]],[\"name/280\",[143,30.054]],[\"comment/280\",[]],[\"name/281\",[145,56.204]],[\"comment/281\",[]],[\"name/282\",[6,14.987]],[\"comment/282\",[]],[\"name/283\",[141,26.415]],[\"comment/283\",[]],[\"name/284\",[143,30.054]],[\"comment/284\",[]],[\"name/285\",[146,56.204]],[\"comment/285\",[]],[\"name/286\",[6,14.987]],[\"comment/286\",[]],[\"name/287\",[141,26.415]],[\"comment/287\",[]],[\"name/288\",[143,30.054]],[\"comment/288\",[]],[\"name/289\",[147,47.731]],[\"comment/289\",[]],[\"name/290\",[6,14.987]],[\"comment/290\",[]],[\"name/291\",[141,26.415]],[\"comment/291\",[]],[\"name/292\",[143,30.054]],[\"comment/292\",[]],[\"name/293\",[148,56.204]],[\"comment/293\",[]],[\"name/294\",[6,14.987]],[\"comment/294\",[]],[\"name/295\",[141,26.415]],[\"comment/295\",[]],[\"name/296\",[143,30.054]],[\"comment/296\",[]],[\"name/297\",[129,51.096]],[\"comment/297\",[]],[\"name/298\",[6,14.987]],[\"comment/298\",[]],[\"name/299\",[141,26.415]],[\"comment/299\",[]],[\"name/300\",[143,30.054]],[\"comment/300\",[]],[\"name/301\",[135,51.096]],[\"comment/301\",[]],[\"name/302\",[6,14.987]],[\"comment/302\",[]],[\"name/303\",[141,26.415]],[\"comment/303\",[]],[\"name/304\",[143,30.054]],[\"comment/304\",[]],[\"name/305\",[133,51.096]],[\"comment/305\",[]],[\"name/306\",[6,14.987]],[\"comment/306\",[]],[\"name/307\",[141,26.415]],[\"comment/307\",[]],[\"name/308\",[143,30.054]],[\"comment/308\",[]],[\"name/309\",[149,56.204]],[\"comment/309\",[]],[\"name/310\",[6,14.987]],[\"comment/310\",[]],[\"name/311\",[141,26.415]],[\"comment/311\",[]],[\"name/312\",[143,30.054]],[\"comment/312\",[]],[\"name/313\",[150,56.204]],[\"comment/313\",[]],[\"name/314\",[6,14.987]],[\"comment/314\",[]],[\"name/315\",[151,56.204]],[\"comment/315\",[]],[\"name/316\",[6,14.987]],[\"comment/316\",[]],[\"name/317\",[141,26.415]],[\"comment/317\",[]],[\"name/318\",[152,38.858]],[\"comment/318\",[]],[\"name/319\",[6,14.987]],[\"comment/319\",[]],[\"name/320\",[141,26.415]],[\"comment/320\",[]],[\"name/321\",[143,30.054]],[\"comment/321\",[]],[\"name/322\",[147,47.731]],[\"comment/322\",[]],[\"name/323\",[6,14.987]],[\"comment/323\",[]],[\"name/324\",[141,26.415]],[\"comment/324\",[]],[\"name/325\",[152,38.858]],[\"comment/325\",[]],[\"name/326\",[6,14.987]],[\"comment/326\",[]],[\"name/327\",[141,26.415]],[\"comment/327\",[]],[\"name/328\",[143,30.054]],[\"comment/328\",[]],[\"name/329\",[53,51.096]],[\"comment/329\",[]],[\"name/330\",[6,14.987]],[\"comment/330\",[]],[\"name/331\",[141,26.415]],[\"comment/331\",[]],[\"name/332\",[152,38.858]],[\"comment/332\",[]],[\"name/333\",[6,14.987]],[\"comment/333\",[]],[\"name/334\",[141,26.415]],[\"comment/334\",[]],[\"name/335\",[143,30.054]],[\"comment/335\",[]],[\"name/336\",[153,56.204]],[\"comment/336\",[]],[\"name/337\",[6,14.987]],[\"comment/337\",[]],[\"name/338\",[141,26.415]],[\"comment/338\",[]],[\"name/339\",[152,38.858]],[\"comment/339\",[]],[\"name/340\",[6,14.987]],[\"comment/340\",[]],[\"name/341\",[141,26.415]],[\"comment/341\",[]],[\"name/342\",[143,30.054]],[\"comment/342\",[]],[\"name/343\",[154,56.204]],[\"comment/343\",[]],[\"name/344\",[6,14.987]],[\"comment/344\",[]],[\"name/345\",[141,26.415]],[\"comment/345\",[]],[\"name/346\",[152,38.858]],[\"comment/346\",[]],[\"name/347\",[6,14.987]],[\"comment/347\",[]],[\"name/348\",[141,26.415]],[\"comment/348\",[]],[\"name/349\",[143,30.054]],[\"comment/349\",[]],[\"name/350\",[155,56.204]],[\"comment/350\",[]],[\"name/351\",[6,14.987]],[\"comment/351\",[]],[\"name/352\",[141,26.415]],[\"comment/352\",[]],[\"name/353\",[152,38.858]],[\"comment/353\",[]],[\"name/354\",[6,14.987]],[\"comment/354\",[]],[\"name/355\",[141,26.415]],[\"comment/355\",[]],[\"name/356\",[143,30.054]],[\"comment/356\",[]],[\"name/357\",[156,56.204]],[\"comment/357\",[]],[\"name/358\",[6,14.987]],[\"comment/358\",[]],[\"name/359\",[141,26.415]],[\"comment/359\",[]],[\"name/360\",[152,38.858]],[\"comment/360\",[]],[\"name/361\",[6,14.987]],[\"comment/361\",[]],[\"name/362\",[141,26.415]],[\"comment/362\",[]],[\"name/363\",[143,30.054]],[\"comment/363\",[]],[\"name/364\",[157,56.204]],[\"comment/364\",[]],[\"name/365\",[6,14.987]],[\"comment/365\",[]],[\"name/366\",[141,26.415]],[\"comment/366\",[]],[\"name/367\",[152,38.858]],[\"comment/367\",[]],[\"name/368\",[6,14.987]],[\"comment/368\",[]],[\"name/369\",[141,26.415]],[\"comment/369\",[]],[\"name/370\",[143,30.054]],[\"comment/370\",[]],[\"name/371\",[158,56.204]],[\"comment/371\",[]],[\"name/372\",[159,56.204]],[\"comment/372\",[]],[\"name/373\",[160,56.204]],[\"comment/373\",[]],[\"name/374\",[161,56.204]],[\"comment/374\",[]],[\"name/375\",[162,56.204]],[\"comment/375\",[]],[\"name/376\",[6,14.987]],[\"comment/376\",[]],[\"name/377\",[163,51.096]],[\"comment/377\",[]],[\"name/378\",[164,56.204]],[\"comment/378\",[]],[\"name/379\",[165,56.204]],[\"comment/379\",[]],[\"name/380\",[6,14.987]],[\"comment/380\",[]],[\"name/381\",[147,47.731]],[\"comment/381\",[]],[\"name/382\",[166,56.204]],[\"comment/382\",[]],[\"name/383\",[167,56.204]],[\"comment/383\",[]],[\"name/384\",[168,56.204]],[\"comment/384\",[]],[\"name/385\",[169,56.204]],[\"comment/385\",[]],[\"name/386\",[170,56.204]],[\"comment/386\",[]],[\"name/387\",[171,56.204]],[\"comment/387\",[]],[\"name/388\",[172,56.204]],[\"comment/388\",[]],[\"name/389\",[173,56.204]],[\"comment/389\",[]],[\"name/390\",[174,56.204]],[\"comment/390\",[]],[\"name/391\",[163,51.096]],[\"comment/391\",[]],[\"name/392\",[175,56.204]],[\"comment/392\",[]],[\"name/393\",[176,56.204]],[\"comment/393\",[]],[\"name/394\",[177,56.204]],[\"comment/394\",[]],[\"name/395\",[178,56.204]],[\"comment/395\",[]],[\"name/396\",[179,56.204]],[\"comment/396\",[]],[\"name/397\",[180,56.204]],[\"comment/397\",[]],[\"name/398\",[181,56.204]],[\"comment/398\",[]],[\"name/399\",[182,56.204]],[\"comment/399\",[]],[\"name/400\",[183,56.204]],[\"comment/400\",[]],[\"name/401\",[6,14.987]],[\"comment/401\",[]],[\"name/402\",[184,56.204]],[\"comment/402\",[]],[\"name/403\",[185,56.204]],[\"comment/403\",[]],[\"name/404\",[186,56.204]],[\"comment/404\",[]],[\"name/405\",[187,56.204]],[\"comment/405\",[]],[\"name/406\",[188,56.204]],[\"comment/406\",[]],[\"name/407\",[189,56.204]],[\"comment/407\",[]],[\"name/408\",[190,56.204]],[\"comment/408\",[]],[\"name/409\",[191,56.204]],[\"comment/409\",[]],[\"name/410\",[192,56.204]],[\"comment/410\",[]],[\"name/411\",[193,56.204]],[\"comment/411\",[]],[\"name/412\",[194,56.204]],[\"comment/412\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":6,\"name\":{\"8\":{},\"51\":{},\"58\":{},\"62\":{},\"66\":{},\"70\":{},\"74\":{},\"78\":{},\"82\":{},\"86\":{},\"90\":{},\"94\":{},\"99\":{},\"105\":{},\"113\":{},\"118\":{},\"122\":{},\"126\":{},\"130\":{},\"135\":{},\"139\":{},\"143\":{},\"157\":{},\"159\":{},\"161\":{},\"163\":{},\"166\":{},\"168\":{},\"170\":{},\"172\":{},\"174\":{},\"176\":{},\"178\":{},\"180\":{},\"182\":{},\"184\":{},\"186\":{},\"188\":{},\"190\":{},\"192\":{},\"194\":{},\"196\":{},\"198\":{},\"200\":{},\"202\":{},\"204\":{},\"206\":{},\"210\":{},\"214\":{},\"217\":{},\"220\":{},\"224\":{},\"228\":{},\"232\":{},\"235\":{},\"239\":{},\"244\":{},\"249\":{},\"261\":{},\"263\":{},\"266\":{},\"270\":{},\"274\":{},\"278\":{},\"282\":{},\"286\":{},\"290\":{},\"294\":{},\"298\":{},\"302\":{},\"306\":{},\"310\":{},\"314\":{},\"316\":{},\"319\":{},\"323\":{},\"326\":{},\"330\":{},\"333\":{},\"337\":{},\"340\":{},\"344\":{},\"347\":{},\"351\":{},\"354\":{},\"358\":{},\"361\":{},\"365\":{},\"368\":{},\"376\":{},\"380\":{},\"401\":{}},\"comment\":{}}],[\"abi\",{\"_index\":152,\"name\":{\"318\":{},\"325\":{},\"332\":{},\"339\":{},\"346\":{},\"353\":{},\"360\":{},\"367\":{}},\"comment\":{}}],[\"abi_types\",{\"_index\":139,\"name\":{\"260\":{}},\"comment\":{}}],[\"abortonfail\",{\"_index\":56,\"name\":{\"103\":{}},\"comment\":{}}],[\"abtohex\",{\"_index\":94,\"name\":{\"171\":{}},\"comment\":{}}],[\"abtostr\",{\"_index\":91,\"name\":{\"165\":{}},\"comment\":{}}],[\"account\",{\"_index\":37,\"name\":{\"53\":{}},\"comment\":{}}],[\"accountinputtoaddress\",{\"_index\":107,\"name\":{\"197\":{}},\"comment\":{}}],[\"accountinputtoscripthash\",{\"_index\":105,\"name\":{\"193\":{}},\"comment\":{}}],[\"action\",{\"_index\":33,\"name\":{\"48\":{}},\"comment\":{}}],[\"addeventlistener\",{\"_index\":14,\"name\":{\"16\":{}},\"comment\":{}}],[\"address\",{\"_index\":151,\"name\":{\"315\":{}},\"comment\":{}}],[\"allowedcontracts\",{\"_index\":38,\"name\":{\"54\":{}},\"comment\":{}}],[\"allowedgroups\",{\"_index\":39,\"name\":{\"55\":{}},\"comment\":{}}],[\"andwitnesscondition\",{\"_index\":21,\"name\":{\"26\":{}},\"comment\":{}}],[\"any\",{\"_index\":140,\"name\":{\"262\":{}},\"comment\":{}}],[\"anyargtype\",{\"_index\":41,\"name\":{\"57\":{}},\"comment\":{}}],[\"anyconfigargtype\",{\"_index\":111,\"name\":{\"205\":{}},\"comment\":{}}],[\"arg\",{\"_index\":51,\"name\":{\"97\":{}},\"comment\":{}}],[\"args\",{\"_index\":55,\"name\":{\"102\":{}},\"comment\":{}}],[\"array\",{\"_index\":129,\"name\":{\"250\":{},\"297\":{}},\"comment\":{}}],[\"arrayargtype\",{\"_index\":48,\"name\":{\"85\":{}},\"comment\":{}}],[\"arrayconfigargtype\",{\"_index\":121,\"name\":{\"234\":{}},\"comment\":{}}],[\"arrayresponseargtype\",{\"_index\":68,\"name\":{\"117\":{}},\"comment\":{}}],[\"asciitobase64\",{\"_index\":103,\"name\":{\"189\":{}},\"comment\":{}}],[\"base64tohex\",{\"_index\":101,\"name\":{\"185\":{}},\"comment\":{}}],[\"base64toutf8\",{\"_index\":104,\"name\":{\"191\":{}},\"comment\":{}}],[\"blockhash\",{\"_index\":154,\"name\":{\"343\":{}},\"comment\":{}}],[\"boolean\",{\"_index\":134,\"name\":{\"255\":{},\"269\":{}},\"comment\":{}}],[\"booleanargtype\",{\"_index\":43,\"name\":{\"65\":{}},\"comment\":{}}],[\"booleanconfigargtype\",{\"_index\":115,\"name\":{\"213\":{}},\"comment\":{}}],[\"booleanwitnesscondition\",{\"_index\":18,\"name\":{\"20\":{}},\"comment\":{}}],[\"buffer\",{\"_index\":131,\"name\":{\"252\":{}},\"comment\":{}}],[\"bufferargtype\",{\"_index\":75,\"name\":{\"138\":{}},\"comment\":{}}],[\"builttransaction\",{\"_index\":67,\"name\":{\"116\":{}},\"comment\":{}}],[\"builttransactionwitness\",{\"_index\":64,\"name\":{\"112\":{}},\"comment\":{}}],[\"bytearray\",{\"_index\":146,\"name\":{\"285\":{}},\"comment\":{}}],[\"bytearrayargtype\",{\"_index\":50,\"name\":{\"93\":{}},\"comment\":{}}],[\"bytearrayconfigargtype\",{\"_index\":116,\"name\":{\"216\":{}},\"comment\":{}}],[\"bytestring\",{\"_index\":130,\"name\":{\"251\":{}},\"comment\":{}}],[\"bytestringargtype\",{\"_index\":70,\"name\":{\"125\":{}},\"comment\":{}}],[\"calledbycontractwitnesscondition\",{\"_index\":29,\"name\":{\"40\":{}},\"comment\":{}}],[\"calledbyentrywitnesscondition\",{\"_index\":28,\"name\":{\"38\":{}},\"comment\":{}}],[\"calledbygroupwitnesscondition\",{\"_index\":30,\"name\":{\"43\":{}},\"comment\":{}}],[\"ciphertext\",{\"_index\":171,\"name\":{\"387\":{}},\"comment\":{}}],[\"classic\",{\"_index\":159,\"name\":{\"372\":{}},\"comment\":{}}],[\"condition\",{\"_index\":34,\"name\":{\"49\":{}},\"comment\":{}}],[\"confirmtransaction\",{\"_index\":17,\"name\":{\"19\":{}},\"comment\":{}}],[\"contract\",{\"_index\":1,\"name\":{\"1\":{},\"5\":{}},\"comment\":{}}],[\"contractinvocation\",{\"_index\":52,\"name\":{\"98\":{}},\"comment\":{}}],[\"contractinvocationmulti\",{\"_index\":57,\"name\":{\"104\":{}},\"comment\":{}}],[\"data\",{\"_index\":166,\"name\":{\"382\":{}},\"comment\":{}}],[\"datatag\",{\"_index\":172,\"name\":{\"388\":{}},\"comment\":{}}],[\"decrypt\",{\"_index\":181,\"name\":{\"398\":{}},\"comment\":{}}],[\"decryptfromarray\",{\"_index\":182,\"name\":{\"399\":{}},\"comment\":{}}],[\"decryptfromarrayresult\",{\"_index\":174,\"name\":{\"390\":{}},\"comment\":{}}],[\"default\",{\"_index\":160,\"name\":{\"373\":{}},\"comment\":{}}],[\"encrypt\",{\"_index\":180,\"name\":{\"397\":{}},\"comment\":{}}],[\"encryptedpayload\",{\"_index\":169,\"name\":{\"385\":{}},\"comment\":{}}],[\"ephempublickey\",{\"_index\":173,\"name\":{\"389\":{}},\"comment\":{}}],[\"eventname\",{\"_index\":2,\"name\":{\"2\":{},\"6\":{}},\"comment\":{}}],[\"exception\",{\"_index\":81,\"name\":{\"151\":{}},\"comment\":{}}],[\"executions\",{\"_index\":12,\"name\":{\"14\":{}},\"comment\":{}}],[\"expression\",{\"_index\":19,\"name\":{\"22\":{},\"25\":{}},\"comment\":{}}],[\"expressions\",{\"_index\":22,\"name\":{\"28\":{},\"31\":{}},\"comment\":{}}],[\"extranetworkfee\",{\"_index\":62,\"name\":{\"110\":{}},\"comment\":{}}],[\"extrasystemfee\",{\"_index\":60,\"name\":{\"108\":{}},\"comment\":{}}],[\"formatrpcargument\",{\"_index\":110,\"name\":{\"203\":{}},\"comment\":{}}],[\"gasconsumed\",{\"_index\":80,\"name\":{\"150\":{}},\"comment\":{}}],[\"generic\",{\"_index\":122,\"name\":{\"237\":{}},\"comment\":{}}],[\"genericitem\",{\"_index\":125,\"name\":{\"242\":{}},\"comment\":{}}],[\"generickey\",{\"_index\":124,\"name\":{\"241\":{}},\"comment\":{}}],[\"getaccountaddress\",{\"_index\":179,\"name\":{\"396\":{}},\"comment\":{}}],[\"group\",{\"_index\":27,\"name\":{\"37\":{},\"45\":{}},\"comment\":{}}],[\"groupwitnesscondition\",{\"_index\":26,\"name\":{\"35\":{}},\"comment\":{}}],[\"hash\",{\"_index\":25,\"name\":{\"34\":{},\"42\":{}},\"comment\":{}}],[\"hash160\",{\"_index\":144,\"name\":{\"277\":{}},\"comment\":{}}],[\"hash160argtype\",{\"_index\":45,\"name\":{\"73\":{}},\"comment\":{}}],[\"hash160configargtype\",{\"_index\":118,\"name\":{\"223\":{}},\"comment\":{}}],[\"hash256\",{\"_index\":145,\"name\":{\"281\":{}},\"comment\":{}}],[\"hash256argtype\",{\"_index\":46,\"name\":{\"77\":{}},\"comment\":{}}],[\"hash256configargtype\",{\"_index\":119,\"name\":{\"227\":{}},\"comment\":{}}],[\"hextoab\",{\"_index\":93,\"name\":{\"169\":{}},\"comment\":{}}],[\"hextobase64\",{\"_index\":100,\"name\":{\"183\":{}},\"comment\":{}}],[\"hextostr\",{\"_index\":96,\"name\":{\"175\":{}},\"comment\":{}}],[\"hint\",{\"_index\":114,\"name\":{\"212\":{},\"222\":{},\"226\":{},\"230\":{},\"246\":{}},\"comment\":{}}],[\"hint_types\",{\"_index\":150,\"name\":{\"313\":{}},\"comment\":{}}],[\"id\",{\"_index\":73,\"name\":{\"133\":{}},\"comment\":{}}],[\"integer\",{\"_index\":132,\"name\":{\"253\":{},\"273\":{}},\"comment\":{}}],[\"integerargtype\",{\"_index\":47,\"name\":{\"81\":{}},\"comment\":{}}],[\"integerconfigargtype\",{\"_index\":120,\"name\":{\"231\":{}},\"comment\":{}}],[\"interface\",{\"_index\":72,\"name\":{\"132\":{}},\"comment\":{}}],[\"internal\",{\"_index\":143,\"name\":{\"268\":{},\"272\":{},\"276\":{},\"280\":{},\"284\":{},\"288\":{},\"292\":{},\"296\":{},\"300\":{},\"304\":{},\"308\":{},\"312\":{},\"321\":{},\"328\":{},\"335\":{},\"342\":{},\"349\":{},\"356\":{},\"363\":{},\"370\":{}},\"comment\":{}}],[\"internal_types\",{\"_index\":128,\"name\":{\"248\":{}},\"comment\":{}}],[\"interopinterface\",{\"_index\":133,\"name\":{\"254\":{},\"305\":{}},\"comment\":{}}],[\"interopinterfaceargtype\",{\"_index\":71,\"name\":{\"129\":{}},\"comment\":{}}],[\"interopinterfaceconfigargtype\",{\"_index\":126,\"name\":{\"243\":{}},\"comment\":{}}],[\"inttohex\",{\"_index\":97,\"name\":{\"177\":{}},\"comment\":{}}],[\"invocation\",{\"_index\":65,\"name\":{\"114\":{}},\"comment\":{}}],[\"invocations\",{\"_index\":59,\"name\":{\"107\":{}},\"comment\":{}}],[\"invokefunction\",{\"_index\":86,\"name\":{\"156\":{}},\"comment\":{}}],[\"invokeresult\",{\"_index\":78,\"name\":{\"147\":{}},\"comment\":{}}],[\"isrpcresponsestackitem\",{\"_index\":194,\"name\":{\"412\":{}},\"comment\":{}}],[\"isstacktypeany\",{\"_index\":184,\"name\":{\"402\":{}},\"comment\":{}}],[\"isstacktypearray\",{\"_index\":187,\"name\":{\"405\":{}},\"comment\":{}}],[\"isstacktypeboolean\",{\"_index\":185,\"name\":{\"403\":{}},\"comment\":{}}],[\"isstacktypebuffer\",{\"_index\":192,\"name\":{\"410\":{}},\"comment\":{}}],[\"isstacktypebytestring\",{\"_index\":189,\"name\":{\"407\":{}},\"comment\":{}}],[\"isstacktypeinteger\",{\"_index\":186,\"name\":{\"404\":{}},\"comment\":{}}],[\"isstacktypeinteropinterface\",{\"_index\":190,\"name\":{\"408\":{}},\"comment\":{}}],[\"isstacktypemap\",{\"_index\":188,\"name\":{\"406\":{}},\"comment\":{}}],[\"isstacktypepointer\",{\"_index\":191,\"name\":{\"409\":{}},\"comment\":{}}],[\"isstacktypestruct\",{\"_index\":193,\"name\":{\"411\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":157,\"name\":{\"364\":{}},\"comment\":{}}],[\"keyindex\",{\"_index\":175,\"name\":{\"392\":{}},\"comment\":{}}],[\"map\",{\"_index\":135,\"name\":{\"256\":{},\"301\":{}},\"comment\":{}}],[\"mapargtype\",{\"_index\":49,\"name\":{\"89\":{}},\"comment\":{}}],[\"mapconfigargtype\",{\"_index\":123,\"name\":{\"238\":{}},\"comment\":{}}],[\"mapresponseargtype\",{\"_index\":69,\"name\":{\"121\":{}},\"comment\":{}}],[\"message\",{\"_index\":163,\"name\":{\"377\":{},\"391\":{}},\"comment\":{}}],[\"messagehex\",{\"_index\":168,\"name\":{\"384\":{}},\"comment\":{}}],[\"name\",{\"_index\":141,\"name\":{\"264\":{},\"267\":{},\"271\":{},\"275\":{},\"279\":{},\"283\":{},\"287\":{},\"291\":{},\"295\":{},\"299\":{},\"303\":{},\"307\":{},\"311\":{},\"317\":{},\"320\":{},\"324\":{},\"327\":{},\"331\":{},\"334\":{},\"338\":{},\"341\":{},\"345\":{},\"348\":{},\"352\":{},\"355\":{},\"359\":{},\"362\":{},\"366\":{},\"369\":{}},\"comment\":{}}],[\"neo3applicationlog\",{\"_index\":10,\"name\":{\"12\":{}},\"comment\":{}}],[\"neo3event\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"neo3eventlistener\",{\"_index\":13,\"name\":{\"15\":{}},\"comment\":{}}],[\"neo3eventlistenercallback\",{\"_index\":5,\"name\":{\"7\":{}},\"comment\":{}}],[\"neo3eventwithstate\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"neo3invoker\",{\"_index\":85,\"name\":{\"155\":{}},\"comment\":{}}],[\"neo3parser\",{\"_index\":90,\"name\":{\"164\":{}},\"comment\":{}}],[\"neo3signer\",{\"_index\":176,\"name\":{\"393\":{}},\"comment\":{}}],[\"neo3stackitem\",{\"_index\":7,\"name\":{\"9\":{}},\"comment\":{}}],[\"networkfeeoverride\",{\"_index\":63,\"name\":{\"111\":{}},\"comment\":{}}],[\"notwitnesscondition\",{\"_index\":20,\"name\":{\"23\":{}},\"comment\":{}}],[\"null\",{\"_index\":136,\"name\":{\"257\":{}},\"comment\":{}}],[\"numtohex\",{\"_index\":98,\"name\":{\"179\":{}},\"comment\":{}}],[\"numtovarint\",{\"_index\":99,\"name\":{\"181\":{}},\"comment\":{}}],[\"operation\",{\"_index\":54,\"name\":{\"101\":{}},\"comment\":{}}],[\"orwitnesscondition\",{\"_index\":23,\"name\":{\"29\":{}},\"comment\":{}}],[\"parseconfig\",{\"_index\":127,\"name\":{\"247\":{}},\"comment\":{}}],[\"parserpcresponse\",{\"_index\":109,\"name\":{\"201\":{}},\"comment\":{}}],[\"pointer\",{\"_index\":137,\"name\":{\"258\":{}},\"comment\":{}}],[\"pointerargtype\",{\"_index\":74,\"name\":{\"134\":{}},\"comment\":{}}],[\"publickey\",{\"_index\":147,\"name\":{\"289\":{},\"322\":{},\"381\":{}},\"comment\":{}}],[\"publickeyargtype\",{\"_index\":44,\"name\":{\"69\":{}},\"comment\":{}}],[\"publickeyconfigargtype\",{\"_index\":117,\"name\":{\"219\":{}},\"comment\":{}}],[\"randomvector\",{\"_index\":170,\"name\":{\"386\":{}},\"comment\":{}}],[\"removeeventlistener\",{\"_index\":15,\"name\":{\"17\":{}},\"comment\":{}}],[\"reversehex\",{\"_index\":108,\"name\":{\"199\":{}},\"comment\":{}}],[\"rpcresponsestackitem\",{\"_index\":77,\"name\":{\"146\":{}},\"comment\":{}}],[\"rules\",{\"_index\":40,\"name\":{\"56\":{}},\"comment\":{}}],[\"salt\",{\"_index\":167,\"name\":{\"383\":{}},\"comment\":{}}],[\"scopes\",{\"_index\":36,\"name\":{\"52\":{}},\"comment\":{}}],[\"script\",{\"_index\":79,\"name\":{\"148\":{}},\"comment\":{}}],[\"scripthash\",{\"_index\":53,\"name\":{\"100\":{},\"329\":{}},\"comment\":{}}],[\"scripthashlittleending\",{\"_index\":153,\"name\":{\"336\":{}},\"comment\":{}}],[\"scripthashwitnesscondition\",{\"_index\":24,\"name\":{\"32\":{}},\"comment\":{}}],[\"session\",{\"_index\":84,\"name\":{\"154\":{}},\"comment\":{}}],[\"signature\",{\"_index\":142,\"name\":{\"265\":{}},\"comment\":{}}],[\"signedmessage\",{\"_index\":165,\"name\":{\"379\":{}},\"comment\":{}}],[\"signer\",{\"_index\":35,\"name\":{\"50\":{}},\"comment\":{}}],[\"signers\",{\"_index\":58,\"name\":{\"106\":{}},\"comment\":{}}],[\"signmessage\",{\"_index\":177,\"name\":{\"394\":{}},\"comment\":{}}],[\"signmessagepayload\",{\"_index\":162,\"name\":{\"375\":{}},\"comment\":{}}],[\"signmessageversion\",{\"_index\":158,\"name\":{\"371\":{}},\"comment\":{}}],[\"signtransaction\",{\"_index\":89,\"name\":{\"162\":{}},\"comment\":{}}],[\"stack\",{\"_index\":82,\"name\":{\"152\":{}},\"comment\":{}}],[\"state\",{\"_index\":4,\"name\":{\"4\":{},\"149\":{}},\"comment\":{}}],[\"storagecontext\",{\"_index\":156,\"name\":{\"357\":{}},\"comment\":{}}],[\"string\",{\"_index\":148,\"name\":{\"293\":{}},\"comment\":{}}],[\"stringargtype\",{\"_index\":42,\"name\":{\"61\":{}},\"comment\":{}}],[\"stringconfigargtype\",{\"_index\":113,\"name\":{\"209\":{}},\"comment\":{}}],[\"strtoab\",{\"_index\":92,\"name\":{\"167\":{}},\"comment\":{}}],[\"strtobase64\",{\"_index\":106,\"name\":{\"195\":{}},\"comment\":{}}],[\"strtohex\",{\"_index\":95,\"name\":{\"173\":{}},\"comment\":{}}],[\"struct\",{\"_index\":138,\"name\":{\"259\":{}},\"comment\":{}}],[\"structargtype\",{\"_index\":76,\"name\":{\"142\":{}},\"comment\":{}}],[\"systemfeeoverride\",{\"_index\":61,\"name\":{\"109\":{}},\"comment\":{}}],[\"testinvoke\",{\"_index\":87,\"name\":{\"158\":{}},\"comment\":{}}],[\"transactionid\",{\"_index\":155,\"name\":{\"350\":{}},\"comment\":{}}],[\"traverseiterator\",{\"_index\":88,\"name\":{\"160\":{}},\"comment\":{}}],[\"tx\",{\"_index\":83,\"name\":{\"153\":{}},\"comment\":{}}],[\"txid\",{\"_index\":11,\"name\":{\"13\":{}},\"comment\":{}}],[\"type\",{\"_index\":8,\"name\":{\"10\":{},\"21\":{},\"24\":{},\"27\":{},\"30\":{},\"33\":{},\"36\":{},\"39\":{},\"41\":{},\"44\":{},\"59\":{},\"63\":{},\"67\":{},\"71\":{},\"75\":{},\"79\":{},\"83\":{},\"87\":{},\"91\":{},\"95\":{},\"119\":{},\"123\":{},\"127\":{},\"131\":{},\"136\":{},\"140\":{},\"144\":{},\"207\":{},\"211\":{},\"215\":{},\"218\":{},\"221\":{},\"225\":{},\"229\":{},\"233\":{},\"236\":{},\"240\":{},\"245\":{}},\"comment\":{}}],[\"typechecker\",{\"_index\":183,\"name\":{\"400\":{}},\"comment\":{}}],[\"union\",{\"_index\":112,\"name\":{\"208\":{}},\"comment\":{}}],[\"utf8tobase64\",{\"_index\":102,\"name\":{\"187\":{}},\"comment\":{}}],[\"value\",{\"_index\":9,\"name\":{\"11\":{},\"60\":{},\"64\":{},\"68\":{},\"72\":{},\"76\":{},\"80\":{},\"84\":{},\"88\":{},\"92\":{},\"96\":{},\"120\":{},\"124\":{},\"128\":{},\"137\":{},\"141\":{},\"145\":{}},\"comment\":{}}],[\"verification\",{\"_index\":66,\"name\":{\"115\":{}},\"comment\":{}}],[\"verifymessage\",{\"_index\":178,\"name\":{\"395\":{}},\"comment\":{}}],[\"version\",{\"_index\":164,\"name\":{\"378\":{}},\"comment\":{}}],[\"void\",{\"_index\":149,\"name\":{\"309\":{}},\"comment\":{}}],[\"waitforapplicationlog\",{\"_index\":16,\"name\":{\"18\":{}},\"comment\":{}}],[\"without_salt\",{\"_index\":161,\"name\":{\"374\":{}},\"comment\":{}}],[\"witnesscondition\",{\"_index\":31,\"name\":{\"46\":{}},\"comment\":{}}],[\"witnessrule\",{\"_index\":32,\"name\":{\"47\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"256\":\"Interface\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":256,\"name\":\"Neo3Event\",\"url\":\"interfaces/Neo3Event.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/Neo3Event.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Event\"},{\"kind\":1024,\"name\":\"eventname\",\"url\":\"interfaces/Neo3Event.html#eventname\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Event\"},{\"kind\":256,\"name\":\"Neo3EventWithState\",\"url\":\"interfaces/Neo3EventWithState.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/Neo3EventWithState.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3EventWithState\"},{\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/Neo3EventWithState.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Neo3EventWithState\"},{\"kind\":1024,\"name\":\"eventname\",\"url\":\"interfaces/Neo3EventWithState.html#eventname\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Neo3EventWithState\"},{\"kind\":4194304,\"name\":\"Neo3EventListenerCallback\",\"url\":\"types/Neo3EventListenerCallback.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Neo3EventListenerCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Neo3EventListenerCallback\"},{\"kind\":256,\"name\":\"Neo3StackItem\",\"url\":\"interfaces/Neo3StackItem.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/Neo3StackItem.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3StackItem\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/Neo3StackItem.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3StackItem\"},{\"kind\":256,\"name\":\"Neo3ApplicationLog\",\"url\":\"interfaces/Neo3ApplicationLog.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"txid\",\"url\":\"interfaces/Neo3ApplicationLog.html#txid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3ApplicationLog\"},{\"kind\":1024,\"name\":\"executions\",\"url\":\"interfaces/Neo3ApplicationLog.html#executions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3ApplicationLog\"},{\"kind\":256,\"name\":\"Neo3EventListener\",\"url\":\"interfaces/Neo3EventListener.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"addEventListener\",\"url\":\"interfaces/Neo3EventListener.html#addEventListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3EventListener\"},{\"kind\":2048,\"name\":\"removeEventListener\",\"url\":\"interfaces/Neo3EventListener.html#removeEventListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3EventListener\"},{\"kind\":2048,\"name\":\"waitForApplicationLog\",\"url\":\"interfaces/Neo3EventListener.html#waitForApplicationLog\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3EventListener\"},{\"kind\":2048,\"name\":\"confirmTransaction\",\"url\":\"interfaces/Neo3EventListener.html#confirmTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3EventListener\"},{\"kind\":256,\"name\":\"BooleanWitnessCondition\",\"url\":\"interfaces/BooleanWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/BooleanWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BooleanWitnessCondition\"},{\"kind\":1024,\"name\":\"expression\",\"url\":\"interfaces/BooleanWitnessCondition.html#expression\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BooleanWitnessCondition\"},{\"kind\":256,\"name\":\"NotWitnessCondition\",\"url\":\"interfaces/NotWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NotWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NotWitnessCondition\"},{\"kind\":1024,\"name\":\"expression\",\"url\":\"interfaces/NotWitnessCondition.html#expression\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NotWitnessCondition\"},{\"kind\":256,\"name\":\"AndWitnessCondition\",\"url\":\"interfaces/AndWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/AndWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AndWitnessCondition\"},{\"kind\":1024,\"name\":\"expressions\",\"url\":\"interfaces/AndWitnessCondition.html#expressions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AndWitnessCondition\"},{\"kind\":256,\"name\":\"OrWitnessCondition\",\"url\":\"interfaces/OrWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/OrWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OrWitnessCondition\"},{\"kind\":1024,\"name\":\"expressions\",\"url\":\"interfaces/OrWitnessCondition.html#expressions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OrWitnessCondition\"},{\"kind\":256,\"name\":\"ScriptHashWitnessCondition\",\"url\":\"interfaces/ScriptHashWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ScriptHashWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScriptHashWitnessCondition\"},{\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/ScriptHashWitnessCondition.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScriptHashWitnessCondition\"},{\"kind\":256,\"name\":\"GroupWitnessCondition\",\"url\":\"interfaces/GroupWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/GroupWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GroupWitnessCondition\"},{\"kind\":1024,\"name\":\"group\",\"url\":\"interfaces/GroupWitnessCondition.html#group\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GroupWitnessCondition\"},{\"kind\":256,\"name\":\"CalledByEntryWitnessCondition\",\"url\":\"interfaces/CalledByEntryWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/CalledByEntryWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CalledByEntryWitnessCondition\"},{\"kind\":256,\"name\":\"CalledByContractWitnessCondition\",\"url\":\"interfaces/CalledByContractWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/CalledByContractWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CalledByContractWitnessCondition\"},{\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/CalledByContractWitnessCondition.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CalledByContractWitnessCondition\"},{\"kind\":256,\"name\":\"CalledByGroupWitnessCondition\",\"url\":\"interfaces/CalledByGroupWitnessCondition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/CalledByGroupWitnessCondition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CalledByGroupWitnessCondition\"},{\"kind\":1024,\"name\":\"group\",\"url\":\"interfaces/CalledByGroupWitnessCondition.html#group\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CalledByGroupWitnessCondition\"},{\"kind\":4194304,\"name\":\"WitnessCondition\",\"url\":\"types/WitnessCondition.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"WitnessRule\",\"url\":\"interfaces/WitnessRule.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"action\",\"url\":\"interfaces/WitnessRule.html#action\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WitnessRule\"},{\"kind\":1024,\"name\":\"condition\",\"url\":\"interfaces/WitnessRule.html#condition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WitnessRule\"},{\"kind\":4194304,\"name\":\"Signer\",\"url\":\"types/Signer.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Signer.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Signer\"},{\"kind\":1024,\"name\":\"scopes\",\"url\":\"types/Signer.html#__type.scopes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signer.__type\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"types/Signer.html#__type.account\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signer.__type\"},{\"kind\":1024,\"name\":\"allowedContracts\",\"url\":\"types/Signer.html#__type.allowedContracts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signer.__type\"},{\"kind\":1024,\"name\":\"allowedGroups\",\"url\":\"types/Signer.html#__type.allowedGroups\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signer.__type\"},{\"kind\":1024,\"name\":\"rules\",\"url\":\"types/Signer.html#__type.rules\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Signer.__type\"},{\"kind\":4194304,\"name\":\"AnyArgType\",\"url\":\"types/AnyArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/AnyArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"AnyArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/AnyArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AnyArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/AnyArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AnyArgType.__type\"},{\"kind\":4194304,\"name\":\"StringArgType\",\"url\":\"types/StringArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/StringArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"StringArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/StringArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StringArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/StringArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StringArgType.__type\"},{\"kind\":4194304,\"name\":\"BooleanArgType\",\"url\":\"types/BooleanArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/BooleanArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BooleanArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/BooleanArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BooleanArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/BooleanArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BooleanArgType.__type\"},{\"kind\":4194304,\"name\":\"PublicKeyArgType\",\"url\":\"types/PublicKeyArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/PublicKeyArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"PublicKeyArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/PublicKeyArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PublicKeyArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/PublicKeyArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PublicKeyArgType.__type\"},{\"kind\":4194304,\"name\":\"Hash160ArgType\",\"url\":\"types/Hash160ArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Hash160ArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Hash160ArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Hash160ArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash160ArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/Hash160ArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash160ArgType.__type\"},{\"kind\":4194304,\"name\":\"Hash256ArgType\",\"url\":\"types/Hash256ArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Hash256ArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Hash256ArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Hash256ArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash256ArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/Hash256ArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash256ArgType.__type\"},{\"kind\":4194304,\"name\":\"IntegerArgType\",\"url\":\"types/IntegerArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/IntegerArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"IntegerArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/IntegerArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IntegerArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/IntegerArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IntegerArgType.__type\"},{\"kind\":4194304,\"name\":\"ArrayArgType\",\"url\":\"types/ArrayArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ArrayArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ArrayArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ArrayArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/ArrayArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayArgType.__type\"},{\"kind\":4194304,\"name\":\"MapArgType\",\"url\":\"types/MapArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MapArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/MapArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/MapArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapArgType.__type\"},{\"kind\":4194304,\"name\":\"ByteArrayArgType\",\"url\":\"types/ByteArrayArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ByteArrayArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ByteArrayArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ByteArrayArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ByteArrayArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/ByteArrayArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ByteArrayArgType.__type\"},{\"kind\":4194304,\"name\":\"Arg\",\"url\":\"types/Arg.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ContractInvocation\",\"url\":\"types/ContractInvocation.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ContractInvocation.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ContractInvocation\"},{\"kind\":1024,\"name\":\"scriptHash\",\"url\":\"types/ContractInvocation.html#__type.scriptHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocation.__type\"},{\"kind\":1024,\"name\":\"operation\",\"url\":\"types/ContractInvocation.html#__type.operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocation.__type\"},{\"kind\":1024,\"name\":\"args\",\"url\":\"types/ContractInvocation.html#__type.args\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocation.__type\"},{\"kind\":1024,\"name\":\"abortOnFail\",\"url\":\"types/ContractInvocation.html#__type.abortOnFail\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocation.__type\"},{\"kind\":4194304,\"name\":\"ContractInvocationMulti\",\"url\":\"types/ContractInvocationMulti.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ContractInvocationMulti.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ContractInvocationMulti\"},{\"kind\":1024,\"name\":\"signers\",\"url\":\"types/ContractInvocationMulti.html#__type.signers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":1024,\"name\":\"invocations\",\"url\":\"types/ContractInvocationMulti.html#__type.invocations\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":1024,\"name\":\"extraSystemFee\",\"url\":\"types/ContractInvocationMulti.html#__type.extraSystemFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":1024,\"name\":\"systemFeeOverride\",\"url\":\"types/ContractInvocationMulti.html#__type.systemFeeOverride\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":1024,\"name\":\"extraNetworkFee\",\"url\":\"types/ContractInvocationMulti.html#__type.extraNetworkFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":1024,\"name\":\"networkFeeOverride\",\"url\":\"types/ContractInvocationMulti.html#__type.networkFeeOverride\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ContractInvocationMulti.__type\"},{\"kind\":4194304,\"name\":\"BuiltTransactionWitness\",\"url\":\"types/BuiltTransactionWitness.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/BuiltTransactionWitness.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BuiltTransactionWitness\"},{\"kind\":1024,\"name\":\"invocation\",\"url\":\"types/BuiltTransactionWitness.html#__type.invocation\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BuiltTransactionWitness.__type\"},{\"kind\":1024,\"name\":\"verification\",\"url\":\"types/BuiltTransactionWitness.html#__type.verification\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BuiltTransactionWitness.__type\"},{\"kind\":4194304,\"name\":\"BuiltTransaction\",\"url\":\"types/BuiltTransaction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ArrayResponseArgType\",\"url\":\"types/ArrayResponseArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ArrayResponseArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ArrayResponseArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ArrayResponseArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayResponseArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/ArrayResponseArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayResponseArgType.__type\"},{\"kind\":4194304,\"name\":\"MapResponseArgType\",\"url\":\"types/MapResponseArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MapResponseArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapResponseArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/MapResponseArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapResponseArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/MapResponseArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapResponseArgType.__type\"},{\"kind\":4194304,\"name\":\"ByteStringArgType\",\"url\":\"types/ByteStringArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ByteStringArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ByteStringArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ByteStringArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ByteStringArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/ByteStringArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ByteStringArgType.__type\"},{\"kind\":4194304,\"name\":\"InteropInterfaceArgType\",\"url\":\"types/InteropInterfaceArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/InteropInterfaceArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"InteropInterfaceArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/InteropInterfaceArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InteropInterfaceArgType.__type\"},{\"kind\":1024,\"name\":\"interface\",\"url\":\"types/InteropInterfaceArgType.html#__type.interface\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InteropInterfaceArgType.__type\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"types/InteropInterfaceArgType.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InteropInterfaceArgType.__type\"},{\"kind\":4194304,\"name\":\"PointerArgType\",\"url\":\"types/PointerArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/PointerArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"PointerArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/PointerArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PointerArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/PointerArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PointerArgType.__type\"},{\"kind\":4194304,\"name\":\"BufferArgType\",\"url\":\"types/BufferArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/BufferArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BufferArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/BufferArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BufferArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/BufferArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BufferArgType.__type\"},{\"kind\":4194304,\"name\":\"StructArgType\",\"url\":\"types/StructArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/StructArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"StructArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/StructArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StructArgType.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/StructArgType.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StructArgType.__type\"},{\"kind\":4194304,\"name\":\"RpcResponseStackItem\",\"url\":\"types/RpcResponseStackItem.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"InvokeResult\",\"url\":\"interfaces/InvokeResult.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"script\",\"url\":\"interfaces/InvokeResult.html#script\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/InvokeResult.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"gasconsumed\",\"url\":\"interfaces/InvokeResult.html#gasconsumed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"exception\",\"url\":\"interfaces/InvokeResult.html#exception\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"stack\",\"url\":\"interfaces/InvokeResult.html#stack\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"tx\",\"url\":\"interfaces/InvokeResult.html#tx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/InvokeResult.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InvokeResult\"},{\"kind\":4194304,\"name\":\"CalculateFee\",\"url\":\"types/CalculateFee.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/CalculateFee.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"CalculateFee\"},{\"kind\":1024,\"name\":\"networkFee\",\"url\":\"types/CalculateFee.html#__type.networkFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CalculateFee.__type\"},{\"kind\":1024,\"name\":\"systemFee\",\"url\":\"types/CalculateFee.html#__type.systemFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CalculateFee.__type\"},{\"kind\":1024,\"name\":\"total\",\"url\":\"types/CalculateFee.html#__type.total\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CalculateFee.__type\"},{\"kind\":256,\"name\":\"Neo3Invoker\",\"url\":\"interfaces/Neo3Invoker.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"invokeFunction\",\"url\":\"interfaces/Neo3Invoker.html#invokeFunction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Invoker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Invoker.html#invokeFunction.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Invoker.invokeFunction\"},{\"kind\":1024,\"name\":\"testInvoke\",\"url\":\"interfaces/Neo3Invoker.html#testInvoke\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Invoker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Invoker.html#testInvoke.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Invoker.testInvoke\"},{\"kind\":1024,\"name\":\"traverseIterator\",\"url\":\"interfaces/Neo3Invoker.html#traverseIterator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Invoker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Invoker.html#traverseIterator.__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Invoker.traverseIterator\"},{\"kind\":1024,\"name\":\"signTransaction\",\"url\":\"interfaces/Neo3Invoker.html#signTransaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Invoker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Invoker.html#signTransaction.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Invoker.signTransaction\"},{\"kind\":1024,\"name\":\"calculateFee\",\"url\":\"interfaces/Neo3Invoker.html#calculateFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Invoker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Invoker.html#calculateFee.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Invoker.calculateFee\"},{\"kind\":256,\"name\":\"Neo3Parser\",\"url\":\"interfaces/Neo3Parser.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"abToStr\",\"url\":\"interfaces/Neo3Parser.html#abToStr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#abToStr.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.abToStr\"},{\"kind\":1024,\"name\":\"strToAb\",\"url\":\"interfaces/Neo3Parser.html#strToAb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#strToAb.__type-32\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.strToAb\"},{\"kind\":1024,\"name\":\"hexToAb\",\"url\":\"interfaces/Neo3Parser.html#hexToAb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#hexToAb.__type-16\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.hexToAb\"},{\"kind\":1024,\"name\":\"abToHex\",\"url\":\"interfaces/Neo3Parser.html#abToHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#abToHex.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.abToHex\"},{\"kind\":1024,\"name\":\"strToHex\",\"url\":\"interfaces/Neo3Parser.html#strToHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#strToHex.__type-36\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.strToHex\"},{\"kind\":1024,\"name\":\"hexToStr\",\"url\":\"interfaces/Neo3Parser.html#hexToStr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#hexToStr.__type-20\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.hexToStr\"},{\"kind\":1024,\"name\":\"intToHex\",\"url\":\"interfaces/Neo3Parser.html#intToHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#intToHex.__type-22\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.intToHex\"},{\"kind\":1024,\"name\":\"numToHex\",\"url\":\"interfaces/Neo3Parser.html#numToHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#numToHex.__type-24\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.numToHex\"},{\"kind\":1024,\"name\":\"numToVarInt\",\"url\":\"interfaces/Neo3Parser.html#numToVarInt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#numToVarInt.__type-26\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.numToVarInt\"},{\"kind\":1024,\"name\":\"hexToBase64\",\"url\":\"interfaces/Neo3Parser.html#hexToBase64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#hexToBase64.__type-18\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.hexToBase64\"},{\"kind\":1024,\"name\":\"base64ToHex\",\"url\":\"interfaces/Neo3Parser.html#base64ToHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#base64ToHex.__type-10\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.base64ToHex\"},{\"kind\":1024,\"name\":\"utf8ToBase64\",\"url\":\"interfaces/Neo3Parser.html#utf8ToBase64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#utf8ToBase64.__type-38\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.utf8ToBase64\"},{\"kind\":1024,\"name\":\"asciiToBase64\",\"url\":\"interfaces/Neo3Parser.html#asciiToBase64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#asciiToBase64.__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.asciiToBase64\"},{\"kind\":1024,\"name\":\"base64ToUtf8\",\"url\":\"interfaces/Neo3Parser.html#base64ToUtf8\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#base64ToUtf8.__type-12\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.base64ToUtf8\"},{\"kind\":1024,\"name\":\"accountInputToScripthash\",\"url\":\"interfaces/Neo3Parser.html#accountInputToScripthash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#accountInputToScripthash.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.accountInputToScripthash\"},{\"kind\":1024,\"name\":\"strToBase64\",\"url\":\"interfaces/Neo3Parser.html#strToBase64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#strToBase64.__type-34\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.strToBase64\"},{\"kind\":1024,\"name\":\"accountInputToAddress\",\"url\":\"interfaces/Neo3Parser.html#accountInputToAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#accountInputToAddress.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.accountInputToAddress\"},{\"kind\":1024,\"name\":\"reverseHex\",\"url\":\"interfaces/Neo3Parser.html#reverseHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#reverseHex.__type-30\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.reverseHex\"},{\"kind\":1024,\"name\":\"parseRpcResponse\",\"url\":\"interfaces/Neo3Parser.html#parseRpcResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#parseRpcResponse.__type-28\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.parseRpcResponse\"},{\"kind\":1024,\"name\":\"formatRpcArgument\",\"url\":\"interfaces/Neo3Parser.html#formatRpcArgument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Neo3Parser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Neo3Parser.html#formatRpcArgument.__type-14\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Neo3Parser.formatRpcArgument\"},{\"kind\":4194304,\"name\":\"AnyConfigArgType\",\"url\":\"types/AnyConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/AnyConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"AnyConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/AnyConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AnyConfigArgType.__type\"},{\"kind\":1024,\"name\":\"union\",\"url\":\"types/AnyConfigArgType.html#__type.union\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AnyConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"StringConfigArgType\",\"url\":\"types/StringConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/StringConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"StringConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/StringConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StringConfigArgType.__type\"},{\"kind\":1024,\"name\":\"hint\",\"url\":\"types/StringConfigArgType.html#__type.hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StringConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"BooleanConfigArgType\",\"url\":\"types/BooleanConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/BooleanConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BooleanConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/BooleanConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BooleanConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"ByteArrayConfigArgType\",\"url\":\"types/ByteArrayConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ByteArrayConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ByteArrayConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ByteArrayConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ByteArrayConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"PublicKeyConfigArgType\",\"url\":\"types/PublicKeyConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/PublicKeyConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"PublicKeyConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/PublicKeyConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PublicKeyConfigArgType.__type\"},{\"kind\":1024,\"name\":\"hint\",\"url\":\"types/PublicKeyConfigArgType.html#__type.hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PublicKeyConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"Hash160ConfigArgType\",\"url\":\"types/Hash160ConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Hash160ConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Hash160ConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Hash160ConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash160ConfigArgType.__type\"},{\"kind\":1024,\"name\":\"hint\",\"url\":\"types/Hash160ConfigArgType.html#__type.hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash160ConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"Hash256ConfigArgType\",\"url\":\"types/Hash256ConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Hash256ConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Hash256ConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/Hash256ConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash256ConfigArgType.__type\"},{\"kind\":1024,\"name\":\"hint\",\"url\":\"types/Hash256ConfigArgType.html#__type.hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hash256ConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"IntegerConfigArgType\",\"url\":\"types/IntegerConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/IntegerConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"IntegerConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/IntegerConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IntegerConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"ArrayConfigArgType\",\"url\":\"types/ArrayConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ArrayConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ArrayConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/ArrayConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayConfigArgType.__type\"},{\"kind\":1024,\"name\":\"generic\",\"url\":\"types/ArrayConfigArgType.html#__type.generic\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"MapConfigArgType\",\"url\":\"types/MapConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MapConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/MapConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapConfigArgType.__type\"},{\"kind\":1024,\"name\":\"genericKey\",\"url\":\"types/MapConfigArgType.html#__type.genericKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapConfigArgType.__type\"},{\"kind\":1024,\"name\":\"genericItem\",\"url\":\"types/MapConfigArgType.html#__type.genericItem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MapConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"InteropInterfaceConfigArgType\",\"url\":\"types/InteropInterfaceConfigArgType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/InteropInterfaceConfigArgType.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"InteropInterfaceConfigArgType\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"types/InteropInterfaceConfigArgType.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InteropInterfaceConfigArgType.__type\"},{\"kind\":1024,\"name\":\"hint\",\"url\":\"types/InteropInterfaceConfigArgType.html#__type.hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InteropInterfaceConfigArgType.__type\"},{\"kind\":4194304,\"name\":\"ParseConfig\",\"url\":\"types/ParseConfig.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"INTERNAL_TYPES\",\"url\":\"variables/INTERNAL_TYPES.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/INTERNAL_TYPES.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"INTERNAL_TYPES\"},{\"kind\":1024,\"name\":\"ARRAY\",\"url\":\"variables/INTERNAL_TYPES.html#__type.ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"BYTESTRING\",\"url\":\"variables/INTERNAL_TYPES.html#__type.BYTESTRING\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"BUFFER\",\"url\":\"variables/INTERNAL_TYPES.html#__type.BUFFER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"INTEGER\",\"url\":\"variables/INTERNAL_TYPES.html#__type.INTEGER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"INTEROPINTERFACE\",\"url\":\"variables/INTERNAL_TYPES.html#__type.INTEROPINTERFACE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"BOOLEAN\",\"url\":\"variables/INTERNAL_TYPES.html#__type.BOOLEAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"MAP\",\"url\":\"variables/INTERNAL_TYPES.html#__type.MAP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"NULL\",\"url\":\"variables/INTERNAL_TYPES.html#__type.NULL\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"POINTER\",\"url\":\"variables/INTERNAL_TYPES.html#__type.POINTER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":1024,\"name\":\"STRUCT\",\"url\":\"variables/INTERNAL_TYPES.html#__type.STRUCT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"INTERNAL_TYPES.__type\"},{\"kind\":32,\"name\":\"ABI_TYPES\",\"url\":\"variables/ABI_TYPES.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"ABI_TYPES\"},{\"kind\":1024,\"name\":\"ANY\",\"url\":\"variables/ABI_TYPES.html#__type.ANY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.ANY.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.ANY\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.ANY.__type-1.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.ANY.__type\"},{\"kind\":1024,\"name\":\"SIGNATURE\",\"url\":\"variables/ABI_TYPES.html#__type.SIGNATURE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.SIGNATURE.__type-11\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.SIGNATURE\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.SIGNATURE.__type-11.name-10\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.SIGNATURE.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.SIGNATURE.__type-11.internal-9\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.SIGNATURE.__type\"},{\"kind\":1024,\"name\":\"BOOLEAN\",\"url\":\"variables/ABI_TYPES.html#__type.BOOLEAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.BOOLEAN.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.BOOLEAN\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.BOOLEAN.__type-3.name-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.BOOLEAN.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.BOOLEAN.__type-3.internal-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.BOOLEAN.__type\"},{\"kind\":1024,\"name\":\"INTEGER\",\"url\":\"variables/ABI_TYPES.html#__type.INTEGER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.INTEGER.__type-7\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.INTEGER\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.INTEGER.__type-7.name-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.INTEGER.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.INTEGER.__type-7.internal-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.INTEGER.__type\"},{\"kind\":1024,\"name\":\"HASH160\",\"url\":\"variables/ABI_TYPES.html#__type.HASH160\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.HASH160.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.HASH160\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.HASH160.__type-5.name-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.HASH160.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.HASH160.__type-5.internal-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.HASH160.__type\"},{\"kind\":1024,\"name\":\"HASH256\",\"url\":\"variables/ABI_TYPES.html#__type.HASH256\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.HASH256.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.HASH256\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.HASH256.__type-6.name-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.HASH256.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.HASH256.__type-6.internal-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.HASH256.__type\"},{\"kind\":1024,\"name\":\"BYTEARRAY\",\"url\":\"variables/ABI_TYPES.html#__type.BYTEARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.BYTEARRAY.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.BYTEARRAY\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.BYTEARRAY.__type-4.name-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.BYTEARRAY.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.BYTEARRAY.__type-4.internal-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.BYTEARRAY.__type\"},{\"kind\":1024,\"name\":\"PUBLICKEY\",\"url\":\"variables/ABI_TYPES.html#__type.PUBLICKEY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.PUBLICKEY.__type-10\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.PUBLICKEY\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.PUBLICKEY.__type-10.name-9\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.PUBLICKEY.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.PUBLICKEY.__type-10.internal-8\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.PUBLICKEY.__type\"},{\"kind\":1024,\"name\":\"STRING\",\"url\":\"variables/ABI_TYPES.html#__type.STRING\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.STRING.__type-12\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.STRING\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.STRING.__type-12.name-11\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.STRING.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.STRING.__type-12.internal-10\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.STRING.__type\"},{\"kind\":1024,\"name\":\"ARRAY\",\"url\":\"variables/ABI_TYPES.html#__type.ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.ARRAY.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.ARRAY\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.ARRAY.__type-2.name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.ARRAY.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.ARRAY.__type-2.internal\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.ARRAY.__type\"},{\"kind\":1024,\"name\":\"MAP\",\"url\":\"variables/ABI_TYPES.html#__type.MAP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.MAP.__type-9\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.MAP\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.MAP.__type-9.name-8\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.MAP.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.MAP.__type-9.internal-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.MAP.__type\"},{\"kind\":1024,\"name\":\"INTEROPINTERFACE\",\"url\":\"variables/ABI_TYPES.html#__type.INTEROPINTERFACE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.INTEROPINTERFACE.__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.INTEROPINTERFACE\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.INTEROPINTERFACE.__type-8.name-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.INTEROPINTERFACE.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.INTEROPINTERFACE.__type-8.internal-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.INTEROPINTERFACE.__type\"},{\"kind\":1024,\"name\":\"VOID\",\"url\":\"variables/ABI_TYPES.html#__type.VOID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/ABI_TYPES.html#__type.VOID.__type-13\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ABI_TYPES.__type.VOID\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/ABI_TYPES.html#__type.VOID.__type-13.name-12\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.VOID.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/ABI_TYPES.html#__type.VOID.__type-13.internal-11\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ABI_TYPES.__type.VOID.__type\"},{\"kind\":32,\"name\":\"HINT_TYPES\",\"url\":\"variables/HINT_TYPES.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"HINT_TYPES\"},{\"kind\":1024,\"name\":\"ADDRESS\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.ADDRESS\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1.name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ADDRESS.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1.abi\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ADDRESS.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1.abi.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.ADDRESS.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1.abi.__type-2.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ADDRESS.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.ADDRESS.__type-1.abi.__type-2.internal\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ADDRESS.__type.abi.__type\"},{\"kind\":1024,\"name\":\"PUBLICKEY\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7.name-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7.abi-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7.abi-3.__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7.abi-3.__type-8.name-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.PUBLICKEY.__type-7.abi-3.__type-8.internal-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.PUBLICKEY.__type.abi.__type\"},{\"kind\":1024,\"name\":\"SCRIPTHASH\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9.name-9\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9.abi-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9.abi-4.__type-10\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9.abi-4.__type-10.name-8\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASH.__type-9.abi-4.__type-10.internal-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASH.__type.abi.__type\"},{\"kind\":1024,\"name\":\"SCRIPTHASHLITTLEENDING\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11.name-11\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11.abi-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11.abi-5.__type-12\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11.abi-5.__type-12.name-10\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.SCRIPTHASHLITTLEENDING.__type-11.abi-5.__type-12.internal-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.SCRIPTHASHLITTLEENDING.__type.abi.__type\"},{\"kind\":1024,\"name\":\"BLOCKHASH\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3.name-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3.abi-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3.abi-1.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3.abi-1.__type-4.name-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.BLOCKHASH.__type-3.abi-1.__type-4.internal-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.BLOCKHASH.__type.abi.__type\"},{\"kind\":1024,\"name\":\"TRANSACTIONID\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15.name-15\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15.abi-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15.abi-7.__type-16\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15.abi-7.__type-16.name-14\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.TRANSACTIONID.__type-15.abi-7.__type-16.internal-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.TRANSACTIONID.__type.abi.__type\"},{\"kind\":1024,\"name\":\"STORAGECONTEXT\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13.name-13\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13.abi-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13.abi-6.__type-14\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13.abi-6.__type-14.name-12\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.STORAGECONTEXT.__type-13.abi-6.__type-14.internal-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.STORAGECONTEXT.__type.abi.__type\"},{\"kind\":1024,\"name\":\"ITERATOR\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.ITERATOR\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5.name-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ITERATOR.__type\"},{\"kind\":1024,\"name\":\"abi\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5.abi-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ITERATOR.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5.abi-2.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"HINT_TYPES.__type.ITERATOR.__type.abi\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5.abi-2.__type-6.name-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ITERATOR.__type.abi.__type\"},{\"kind\":1024,\"name\":\"internal\",\"url\":\"variables/HINT_TYPES.html#__type.ITERATOR.__type-5.abi-2.__type-6.internal-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"HINT_TYPES.__type.ITERATOR.__type.abi.__type\"},{\"kind\":8,\"name\":\"SignMessageVersion\",\"url\":\"enums/SignMessageVersion.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"CLASSIC\",\"url\":\"enums/SignMessageVersion.html#CLASSIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SignMessageVersion\"},{\"kind\":16,\"name\":\"DEFAULT\",\"url\":\"enums/SignMessageVersion.html#DEFAULT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SignMessageVersion\"},{\"kind\":16,\"name\":\"WITHOUT_SALT\",\"url\":\"enums/SignMessageVersion.html#WITHOUT_SALT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SignMessageVersion\"},{\"kind\":4194304,\"name\":\"SignMessagePayload\",\"url\":\"types/SignMessagePayload.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SignMessagePayload.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SignMessagePayload\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"types/SignMessagePayload.html#__type.message\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignMessagePayload.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/SignMessagePayload.html#__type.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignMessagePayload.__type\"},{\"kind\":4194304,\"name\":\"SignedMessage\",\"url\":\"types/SignedMessage.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SignedMessage.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SignedMessage\"},{\"kind\":1024,\"name\":\"publicKey\",\"url\":\"types/SignedMessage.html#__type.publicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignedMessage.__type\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"types/SignedMessage.html#__type.data\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignedMessage.__type\"},{\"kind\":1024,\"name\":\"salt\",\"url\":\"types/SignedMessage.html#__type.salt\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignedMessage.__type\"},{\"kind\":1024,\"name\":\"messageHex\",\"url\":\"types/SignedMessage.html#__type.messageHex\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignedMessage.__type\"},{\"kind\":256,\"name\":\"EncryptedPayload\",\"url\":\"interfaces/EncryptedPayload.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"randomVector\",\"url\":\"interfaces/EncryptedPayload.html#randomVector\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncryptedPayload\"},{\"kind\":1024,\"name\":\"cipherText\",\"url\":\"interfaces/EncryptedPayload.html#cipherText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncryptedPayload\"},{\"kind\":1024,\"name\":\"dataTag\",\"url\":\"interfaces/EncryptedPayload.html#dataTag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncryptedPayload\"},{\"kind\":1024,\"name\":\"ephemPublicKey\",\"url\":\"interfaces/EncryptedPayload.html#ephemPublicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EncryptedPayload\"},{\"kind\":256,\"name\":\"DecryptFromArrayResult\",\"url\":\"interfaces/DecryptFromArrayResult.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/DecryptFromArrayResult.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecryptFromArrayResult\"},{\"kind\":1024,\"name\":\"keyIndex\",\"url\":\"interfaces/DecryptFromArrayResult.html#keyIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecryptFromArrayResult\"},{\"kind\":256,\"name\":\"Neo3Signer\",\"url\":\"interfaces/Neo3Signer.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"signMessage\",\"url\":\"interfaces/Neo3Signer.html#signMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":2048,\"name\":\"verifyMessage\",\"url\":\"interfaces/Neo3Signer.html#verifyMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":2048,\"name\":\"getAccountAddress\",\"url\":\"interfaces/Neo3Signer.html#getAccountAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":2048,\"name\":\"encrypt\",\"url\":\"interfaces/Neo3Signer.html#encrypt\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":2048,\"name\":\"decrypt\",\"url\":\"interfaces/Neo3Signer.html#decrypt\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":2048,\"name\":\"decryptFromArray\",\"url\":\"interfaces/Neo3Signer.html#decryptFromArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Neo3Signer\"},{\"kind\":32,\"name\":\"TypeChecker\",\"url\":\"variables/TypeChecker.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/TypeChecker.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"TypeChecker\"},{\"kind\":2048,\"name\":\"isStackTypeAny\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeAny\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeBoolean\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeBoolean\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeInteger\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeInteger\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeArray\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeMap\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeMap\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeByteString\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeByteString\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeInteropInterface\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeInteropInterface\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypePointer\",\"url\":\"variables/TypeChecker.html#__type.isStackTypePointer\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeBuffer\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeBuffer\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isStackTypeStruct\",\"url\":\"variables/TypeChecker.html#__type.isStackTypeStruct\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"},{\"kind\":2048,\"name\":\"isRpcResponseStackItem\",\"url\":\"variables/TypeChecker.html#__type.isRpcResponseStackItem\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"TypeChecker.__type\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,56.372]],[\"comment/0\",[]],[\"name/1\",[1,51.263]],[\"comment/1\",[]],[\"name/2\",[2,51.263]],[\"comment/2\",[]],[\"name/3\",[3,56.372]],[\"comment/3\",[]],[\"name/4\",[4,51.263]],[\"comment/4\",[]],[\"name/5\",[1,51.263]],[\"comment/5\",[]],[\"name/6\",[2,51.263]],[\"comment/6\",[]],[\"name/7\",[5,56.372]],[\"comment/7\",[]],[\"name/8\",[6,14.94]],[\"comment/8\",[]],[\"name/9\",[7,56.372]],[\"comment/9\",[]],[\"name/10\",[8,23.92]],[\"comment/10\",[]],[\"name/11\",[9,31.804]],[\"comment/11\",[]],[\"name/12\",[10,56.372]],[\"comment/12\",[]],[\"name/13\",[11,56.372]],[\"comment/13\",[]],[\"name/14\",[12,56.372]],[\"comment/14\",[]],[\"name/15\",[13,56.372]],[\"comment/15\",[]],[\"name/16\",[14,56.372]],[\"comment/16\",[]],[\"name/17\",[15,56.372]],[\"comment/17\",[]],[\"name/18\",[16,56.372]],[\"comment/18\",[]],[\"name/19\",[17,56.372]],[\"comment/19\",[]],[\"name/20\",[18,56.372]],[\"comment/20\",[]],[\"name/21\",[8,23.92]],[\"comment/21\",[]],[\"name/22\",[19,51.263]],[\"comment/22\",[]],[\"name/23\",[20,56.372]],[\"comment/23\",[]],[\"name/24\",[8,23.92]],[\"comment/24\",[]],[\"name/25\",[19,51.263]],[\"comment/25\",[]],[\"name/26\",[21,56.372]],[\"comment/26\",[]],[\"name/27\",[8,23.92]],[\"comment/27\",[]],[\"name/28\",[22,51.263]],[\"comment/28\",[]],[\"name/29\",[23,56.372]],[\"comment/29\",[]],[\"name/30\",[8,23.92]],[\"comment/30\",[]],[\"name/31\",[22,51.263]],[\"comment/31\",[]],[\"name/32\",[24,56.372]],[\"comment/32\",[]],[\"name/33\",[8,23.92]],[\"comment/33\",[]],[\"name/34\",[25,51.263]],[\"comment/34\",[]],[\"name/35\",[26,56.372]],[\"comment/35\",[]],[\"name/36\",[8,23.92]],[\"comment/36\",[]],[\"name/37\",[27,51.263]],[\"comment/37\",[]],[\"name/38\",[28,56.372]],[\"comment/38\",[]],[\"name/39\",[8,23.92]],[\"comment/39\",[]],[\"name/40\",[29,56.372]],[\"comment/40\",[]],[\"name/41\",[8,23.92]],[\"comment/41\",[]],[\"name/42\",[25,51.263]],[\"comment/42\",[]],[\"name/43\",[30,56.372]],[\"comment/43\",[]],[\"name/44\",[8,23.92]],[\"comment/44\",[]],[\"name/45\",[27,51.263]],[\"comment/45\",[]],[\"name/46\",[31,56.372]],[\"comment/46\",[]],[\"name/47\",[32,56.372]],[\"comment/47\",[]],[\"name/48\",[33,56.372]],[\"comment/48\",[]],[\"name/49\",[34,56.372]],[\"comment/49\",[]],[\"name/50\",[35,56.372]],[\"comment/50\",[]],[\"name/51\",[6,14.94]],[\"comment/51\",[]],[\"name/52\",[36,56.372]],[\"comment/52\",[]],[\"name/53\",[37,56.372]],[\"comment/53\",[]],[\"name/54\",[38,56.372]],[\"comment/54\",[]],[\"name/55\",[39,56.372]],[\"comment/55\",[]],[\"name/56\",[40,56.372]],[\"comment/56\",[]],[\"name/57\",[41,56.372]],[\"comment/57\",[]],[\"name/58\",[6,14.94]],[\"comment/58\",[]],[\"name/59\",[8,23.92]],[\"comment/59\",[]],[\"name/60\",[9,31.804]],[\"comment/60\",[]],[\"name/61\",[42,56.372]],[\"comment/61\",[]],[\"name/62\",[6,14.94]],[\"comment/62\",[]],[\"name/63\",[8,23.92]],[\"comment/63\",[]],[\"name/64\",[9,31.804]],[\"comment/64\",[]],[\"name/65\",[43,56.372]],[\"comment/65\",[]],[\"name/66\",[6,14.94]],[\"comment/66\",[]],[\"name/67\",[8,23.92]],[\"comment/67\",[]],[\"name/68\",[9,31.804]],[\"comment/68\",[]],[\"name/69\",[44,56.372]],[\"comment/69\",[]],[\"name/70\",[6,14.94]],[\"comment/70\",[]],[\"name/71\",[8,23.92]],[\"comment/71\",[]],[\"name/72\",[9,31.804]],[\"comment/72\",[]],[\"name/73\",[45,56.372]],[\"comment/73\",[]],[\"name/74\",[6,14.94]],[\"comment/74\",[]],[\"name/75\",[8,23.92]],[\"comment/75\",[]],[\"name/76\",[9,31.804]],[\"comment/76\",[]],[\"name/77\",[46,56.372]],[\"comment/77\",[]],[\"name/78\",[6,14.94]],[\"comment/78\",[]],[\"name/79\",[8,23.92]],[\"comment/79\",[]],[\"name/80\",[9,31.804]],[\"comment/80\",[]],[\"name/81\",[47,56.372]],[\"comment/81\",[]],[\"name/82\",[6,14.94]],[\"comment/82\",[]],[\"name/83\",[8,23.92]],[\"comment/83\",[]],[\"name/84\",[9,31.804]],[\"comment/84\",[]],[\"name/85\",[48,56.372]],[\"comment/85\",[]],[\"name/86\",[6,14.94]],[\"comment/86\",[]],[\"name/87\",[8,23.92]],[\"comment/87\",[]],[\"name/88\",[9,31.804]],[\"comment/88\",[]],[\"name/89\",[49,56.372]],[\"comment/89\",[]],[\"name/90\",[6,14.94]],[\"comment/90\",[]],[\"name/91\",[8,23.92]],[\"comment/91\",[]],[\"name/92\",[9,31.804]],[\"comment/92\",[]],[\"name/93\",[50,56.372]],[\"comment/93\",[]],[\"name/94\",[6,14.94]],[\"comment/94\",[]],[\"name/95\",[8,23.92]],[\"comment/95\",[]],[\"name/96\",[9,31.804]],[\"comment/96\",[]],[\"name/97\",[51,56.372]],[\"comment/97\",[]],[\"name/98\",[52,56.372]],[\"comment/98\",[]],[\"name/99\",[6,14.94]],[\"comment/99\",[]],[\"name/100\",[53,51.263]],[\"comment/100\",[]],[\"name/101\",[54,56.372]],[\"comment/101\",[]],[\"name/102\",[55,56.372]],[\"comment/102\",[]],[\"name/103\",[56,56.372]],[\"comment/103\",[]],[\"name/104\",[57,56.372]],[\"comment/104\",[]],[\"name/105\",[6,14.94]],[\"comment/105\",[]],[\"name/106\",[58,56.372]],[\"comment/106\",[]],[\"name/107\",[59,56.372]],[\"comment/107\",[]],[\"name/108\",[60,56.372]],[\"comment/108\",[]],[\"name/109\",[61,56.372]],[\"comment/109\",[]],[\"name/110\",[62,56.372]],[\"comment/110\",[]],[\"name/111\",[63,56.372]],[\"comment/111\",[]],[\"name/112\",[64,56.372]],[\"comment/112\",[]],[\"name/113\",[6,14.94]],[\"comment/113\",[]],[\"name/114\",[65,56.372]],[\"comment/114\",[]],[\"name/115\",[66,56.372]],[\"comment/115\",[]],[\"name/116\",[67,56.372]],[\"comment/116\",[]],[\"name/117\",[68,56.372]],[\"comment/117\",[]],[\"name/118\",[6,14.94]],[\"comment/118\",[]],[\"name/119\",[8,23.92]],[\"comment/119\",[]],[\"name/120\",[9,31.804]],[\"comment/120\",[]],[\"name/121\",[69,56.372]],[\"comment/121\",[]],[\"name/122\",[6,14.94]],[\"comment/122\",[]],[\"name/123\",[8,23.92]],[\"comment/123\",[]],[\"name/124\",[9,31.804]],[\"comment/124\",[]],[\"name/125\",[70,56.372]],[\"comment/125\",[]],[\"name/126\",[6,14.94]],[\"comment/126\",[]],[\"name/127\",[8,23.92]],[\"comment/127\",[]],[\"name/128\",[9,31.804]],[\"comment/128\",[]],[\"name/129\",[71,56.372]],[\"comment/129\",[]],[\"name/130\",[6,14.94]],[\"comment/130\",[]],[\"name/131\",[8,23.92]],[\"comment/131\",[]],[\"name/132\",[72,56.372]],[\"comment/132\",[]],[\"name/133\",[73,56.372]],[\"comment/133\",[]],[\"name/134\",[74,56.372]],[\"comment/134\",[]],[\"name/135\",[6,14.94]],[\"comment/135\",[]],[\"name/136\",[8,23.92]],[\"comment/136\",[]],[\"name/137\",[9,31.804]],[\"comment/137\",[]],[\"name/138\",[75,56.372]],[\"comment/138\",[]],[\"name/139\",[6,14.94]],[\"comment/139\",[]],[\"name/140\",[8,23.92]],[\"comment/140\",[]],[\"name/141\",[9,31.804]],[\"comment/141\",[]],[\"name/142\",[76,56.372]],[\"comment/142\",[]],[\"name/143\",[6,14.94]],[\"comment/143\",[]],[\"name/144\",[8,23.92]],[\"comment/144\",[]],[\"name/145\",[9,31.804]],[\"comment/145\",[]],[\"name/146\",[77,56.372]],[\"comment/146\",[]],[\"name/147\",[78,56.372]],[\"comment/147\",[]],[\"name/148\",[79,56.372]],[\"comment/148\",[]],[\"name/149\",[4,51.263]],[\"comment/149\",[]],[\"name/150\",[80,56.372]],[\"comment/150\",[]],[\"name/151\",[81,56.372]],[\"comment/151\",[]],[\"name/152\",[82,56.372]],[\"comment/152\",[]],[\"name/153\",[83,56.372]],[\"comment/153\",[]],[\"name/154\",[84,56.372]],[\"comment/154\",[]],[\"name/155\",[85,51.263]],[\"comment/155\",[]],[\"name/156\",[6,14.94]],[\"comment/156\",[]],[\"name/157\",[86,56.372]],[\"comment/157\",[]],[\"name/158\",[87,56.372]],[\"comment/158\",[]],[\"name/159\",[88,56.372]],[\"comment/159\",[]],[\"name/160\",[89,56.372]],[\"comment/160\",[]],[\"name/161\",[90,56.372]],[\"comment/161\",[]],[\"name/162\",[6,14.94]],[\"comment/162\",[]],[\"name/163\",[91,56.372]],[\"comment/163\",[]],[\"name/164\",[6,14.94]],[\"comment/164\",[]],[\"name/165\",[92,56.372]],[\"comment/165\",[]],[\"name/166\",[6,14.94]],[\"comment/166\",[]],[\"name/167\",[93,56.372]],[\"comment/167\",[]],[\"name/168\",[6,14.94]],[\"comment/168\",[]],[\"name/169\",[85,51.263]],[\"comment/169\",[]],[\"name/170\",[6,14.94]],[\"comment/170\",[]],[\"name/171\",[94,56.372]],[\"comment/171\",[]],[\"name/172\",[95,56.372]],[\"comment/172\",[]],[\"name/173\",[6,14.94]],[\"comment/173\",[]],[\"name/174\",[96,56.372]],[\"comment/174\",[]],[\"name/175\",[6,14.94]],[\"comment/175\",[]],[\"name/176\",[97,56.372]],[\"comment/176\",[]],[\"name/177\",[6,14.94]],[\"comment/177\",[]],[\"name/178\",[98,56.372]],[\"comment/178\",[]],[\"name/179\",[6,14.94]],[\"comment/179\",[]],[\"name/180\",[99,56.372]],[\"comment/180\",[]],[\"name/181\",[6,14.94]],[\"comment/181\",[]],[\"name/182\",[100,56.372]],[\"comment/182\",[]],[\"name/183\",[6,14.94]],[\"comment/183\",[]],[\"name/184\",[101,56.372]],[\"comment/184\",[]],[\"name/185\",[6,14.94]],[\"comment/185\",[]],[\"name/186\",[102,56.372]],[\"comment/186\",[]],[\"name/187\",[6,14.94]],[\"comment/187\",[]],[\"name/188\",[103,56.372]],[\"comment/188\",[]],[\"name/189\",[6,14.94]],[\"comment/189\",[]],[\"name/190\",[104,56.372]],[\"comment/190\",[]],[\"name/191\",[6,14.94]],[\"comment/191\",[]],[\"name/192\",[105,56.372]],[\"comment/192\",[]],[\"name/193\",[6,14.94]],[\"comment/193\",[]],[\"name/194\",[106,56.372]],[\"comment/194\",[]],[\"name/195\",[6,14.94]],[\"comment/195\",[]],[\"name/196\",[107,56.372]],[\"comment/196\",[]],[\"name/197\",[6,14.94]],[\"comment/197\",[]],[\"name/198\",[108,56.372]],[\"comment/198\",[]],[\"name/199\",[6,14.94]],[\"comment/199\",[]],[\"name/200\",[109,56.372]],[\"comment/200\",[]],[\"name/201\",[6,14.94]],[\"comment/201\",[]],[\"name/202\",[110,56.372]],[\"comment/202\",[]],[\"name/203\",[6,14.94]],[\"comment/203\",[]],[\"name/204\",[111,56.372]],[\"comment/204\",[]],[\"name/205\",[6,14.94]],[\"comment/205\",[]],[\"name/206\",[112,56.372]],[\"comment/206\",[]],[\"name/207\",[6,14.94]],[\"comment/207\",[]],[\"name/208\",[113,56.372]],[\"comment/208\",[]],[\"name/209\",[6,14.94]],[\"comment/209\",[]],[\"name/210\",[114,56.372]],[\"comment/210\",[]],[\"name/211\",[6,14.94]],[\"comment/211\",[]],[\"name/212\",[115,56.372]],[\"comment/212\",[]],[\"name/213\",[6,14.94]],[\"comment/213\",[]],[\"name/214\",[8,23.92]],[\"comment/214\",[]],[\"name/215\",[116,56.372]],[\"comment/215\",[]],[\"name/216\",[117,56.372]],[\"comment/216\",[]],[\"name/217\",[6,14.94]],[\"comment/217\",[]],[\"name/218\",[8,23.92]],[\"comment/218\",[]],[\"name/219\",[118,43.379]],[\"comment/219\",[]],[\"name/220\",[119,56.372]],[\"comment/220\",[]],[\"name/221\",[6,14.94]],[\"comment/221\",[]],[\"name/222\",[8,23.92]],[\"comment/222\",[]],[\"name/223\",[120,56.372]],[\"comment/223\",[]],[\"name/224\",[6,14.94]],[\"comment/224\",[]],[\"name/225\",[8,23.92]],[\"comment/225\",[]],[\"name/226\",[121,56.372]],[\"comment/226\",[]],[\"name/227\",[6,14.94]],[\"comment/227\",[]],[\"name/228\",[8,23.92]],[\"comment/228\",[]],[\"name/229\",[118,43.379]],[\"comment/229\",[]],[\"name/230\",[122,56.372]],[\"comment/230\",[]],[\"name/231\",[6,14.94]],[\"comment/231\",[]],[\"name/232\",[8,23.92]],[\"comment/232\",[]],[\"name/233\",[118,43.379]],[\"comment/233\",[]],[\"name/234\",[123,56.372]],[\"comment/234\",[]],[\"name/235\",[6,14.94]],[\"comment/235\",[]],[\"name/236\",[8,23.92]],[\"comment/236\",[]],[\"name/237\",[118,43.379]],[\"comment/237\",[]],[\"name/238\",[124,56.372]],[\"comment/238\",[]],[\"name/239\",[6,14.94]],[\"comment/239\",[]],[\"name/240\",[8,23.92]],[\"comment/240\",[]],[\"name/241\",[125,56.372]],[\"comment/241\",[]],[\"name/242\",[6,14.94]],[\"comment/242\",[]],[\"name/243\",[8,23.92]],[\"comment/243\",[]],[\"name/244\",[126,56.372]],[\"comment/244\",[]],[\"name/245\",[127,56.372]],[\"comment/245\",[]],[\"name/246\",[6,14.94]],[\"comment/246\",[]],[\"name/247\",[8,23.92]],[\"comment/247\",[]],[\"name/248\",[128,56.372]],[\"comment/248\",[]],[\"name/249\",[129,56.372]],[\"comment/249\",[]],[\"name/250\",[130,56.372]],[\"comment/250\",[]],[\"name/251\",[6,14.94]],[\"comment/251\",[]],[\"name/252\",[8,23.92]],[\"comment/252\",[]],[\"name/253\",[118,43.379]],[\"comment/253\",[]],[\"name/254\",[131,56.372]],[\"comment/254\",[]],[\"name/255\",[132,56.372]],[\"comment/255\",[]],[\"name/256\",[6,14.94]],[\"comment/256\",[]],[\"name/257\",[133,51.263]],[\"comment/257\",[]],[\"name/258\",[134,56.372]],[\"comment/258\",[]],[\"name/259\",[135,56.372]],[\"comment/259\",[]],[\"name/260\",[136,51.263]],[\"comment/260\",[]],[\"name/261\",[137,51.263]],[\"comment/261\",[]],[\"name/262\",[138,51.263]],[\"comment/262\",[]],[\"name/263\",[139,51.263]],[\"comment/263\",[]],[\"name/264\",[140,56.372]],[\"comment/264\",[]],[\"name/265\",[141,56.372]],[\"comment/265\",[]],[\"name/266\",[142,56.372]],[\"comment/266\",[]],[\"name/267\",[143,56.372]],[\"comment/267\",[]],[\"name/268\",[6,14.94]],[\"comment/268\",[]],[\"name/269\",[144,56.372]],[\"comment/269\",[]],[\"name/270\",[6,14.94]],[\"comment/270\",[]],[\"name/271\",[145,26.582]],[\"comment/271\",[]],[\"name/272\",[146,56.372]],[\"comment/272\",[]],[\"name/273\",[6,14.94]],[\"comment/273\",[]],[\"name/274\",[145,26.582]],[\"comment/274\",[]],[\"name/275\",[147,30.222]],[\"comment/275\",[]],[\"name/276\",[138,51.263]],[\"comment/276\",[]],[\"name/277\",[6,14.94]],[\"comment/277\",[]],[\"name/278\",[145,26.582]],[\"comment/278\",[]],[\"name/279\",[147,30.222]],[\"comment/279\",[]],[\"name/280\",[136,51.263]],[\"comment/280\",[]],[\"name/281\",[6,14.94]],[\"comment/281\",[]],[\"name/282\",[145,26.582]],[\"comment/282\",[]],[\"name/283\",[147,30.222]],[\"comment/283\",[]],[\"name/284\",[148,56.372]],[\"comment/284\",[]],[\"name/285\",[6,14.94]],[\"comment/285\",[]],[\"name/286\",[145,26.582]],[\"comment/286\",[]],[\"name/287\",[147,30.222]],[\"comment/287\",[]],[\"name/288\",[149,56.372]],[\"comment/288\",[]],[\"name/289\",[6,14.94]],[\"comment/289\",[]],[\"name/290\",[145,26.582]],[\"comment/290\",[]],[\"name/291\",[147,30.222]],[\"comment/291\",[]],[\"name/292\",[150,56.372]],[\"comment/292\",[]],[\"name/293\",[6,14.94]],[\"comment/293\",[]],[\"name/294\",[145,26.582]],[\"comment/294\",[]],[\"name/295\",[147,30.222]],[\"comment/295\",[]],[\"name/296\",[151,47.899]],[\"comment/296\",[]],[\"name/297\",[6,14.94]],[\"comment/297\",[]],[\"name/298\",[145,26.582]],[\"comment/298\",[]],[\"name/299\",[147,30.222]],[\"comment/299\",[]],[\"name/300\",[152,56.372]],[\"comment/300\",[]],[\"name/301\",[6,14.94]],[\"comment/301\",[]],[\"name/302\",[145,26.582]],[\"comment/302\",[]],[\"name/303\",[147,30.222]],[\"comment/303\",[]],[\"name/304\",[133,51.263]],[\"comment/304\",[]],[\"name/305\",[6,14.94]],[\"comment/305\",[]],[\"name/306\",[145,26.582]],[\"comment/306\",[]],[\"name/307\",[147,30.222]],[\"comment/307\",[]],[\"name/308\",[139,51.263]],[\"comment/308\",[]],[\"name/309\",[6,14.94]],[\"comment/309\",[]],[\"name/310\",[145,26.582]],[\"comment/310\",[]],[\"name/311\",[147,30.222]],[\"comment/311\",[]],[\"name/312\",[137,51.263]],[\"comment/312\",[]],[\"name/313\",[6,14.94]],[\"comment/313\",[]],[\"name/314\",[145,26.582]],[\"comment/314\",[]],[\"name/315\",[147,30.222]],[\"comment/315\",[]],[\"name/316\",[153,56.372]],[\"comment/316\",[]],[\"name/317\",[6,14.94]],[\"comment/317\",[]],[\"name/318\",[145,26.582]],[\"comment/318\",[]],[\"name/319\",[147,30.222]],[\"comment/319\",[]],[\"name/320\",[154,56.372]],[\"comment/320\",[]],[\"name/321\",[6,14.94]],[\"comment/321\",[]],[\"name/322\",[155,56.372]],[\"comment/322\",[]],[\"name/323\",[6,14.94]],[\"comment/323\",[]],[\"name/324\",[145,26.582]],[\"comment/324\",[]],[\"name/325\",[156,39.026]],[\"comment/325\",[]],[\"name/326\",[6,14.94]],[\"comment/326\",[]],[\"name/327\",[145,26.582]],[\"comment/327\",[]],[\"name/328\",[147,30.222]],[\"comment/328\",[]],[\"name/329\",[151,47.899]],[\"comment/329\",[]],[\"name/330\",[6,14.94]],[\"comment/330\",[]],[\"name/331\",[145,26.582]],[\"comment/331\",[]],[\"name/332\",[156,39.026]],[\"comment/332\",[]],[\"name/333\",[6,14.94]],[\"comment/333\",[]],[\"name/334\",[145,26.582]],[\"comment/334\",[]],[\"name/335\",[147,30.222]],[\"comment/335\",[]],[\"name/336\",[53,51.263]],[\"comment/336\",[]],[\"name/337\",[6,14.94]],[\"comment/337\",[]],[\"name/338\",[145,26.582]],[\"comment/338\",[]],[\"name/339\",[156,39.026]],[\"comment/339\",[]],[\"name/340\",[6,14.94]],[\"comment/340\",[]],[\"name/341\",[145,26.582]],[\"comment/341\",[]],[\"name/342\",[147,30.222]],[\"comment/342\",[]],[\"name/343\",[157,56.372]],[\"comment/343\",[]],[\"name/344\",[6,14.94]],[\"comment/344\",[]],[\"name/345\",[145,26.582]],[\"comment/345\",[]],[\"name/346\",[156,39.026]],[\"comment/346\",[]],[\"name/347\",[6,14.94]],[\"comment/347\",[]],[\"name/348\",[145,26.582]],[\"comment/348\",[]],[\"name/349\",[147,30.222]],[\"comment/349\",[]],[\"name/350\",[158,56.372]],[\"comment/350\",[]],[\"name/351\",[6,14.94]],[\"comment/351\",[]],[\"name/352\",[145,26.582]],[\"comment/352\",[]],[\"name/353\",[156,39.026]],[\"comment/353\",[]],[\"name/354\",[6,14.94]],[\"comment/354\",[]],[\"name/355\",[145,26.582]],[\"comment/355\",[]],[\"name/356\",[147,30.222]],[\"comment/356\",[]],[\"name/357\",[159,56.372]],[\"comment/357\",[]],[\"name/358\",[6,14.94]],[\"comment/358\",[]],[\"name/359\",[145,26.582]],[\"comment/359\",[]],[\"name/360\",[156,39.026]],[\"comment/360\",[]],[\"name/361\",[6,14.94]],[\"comment/361\",[]],[\"name/362\",[145,26.582]],[\"comment/362\",[]],[\"name/363\",[147,30.222]],[\"comment/363\",[]],[\"name/364\",[160,56.372]],[\"comment/364\",[]],[\"name/365\",[6,14.94]],[\"comment/365\",[]],[\"name/366\",[145,26.582]],[\"comment/366\",[]],[\"name/367\",[156,39.026]],[\"comment/367\",[]],[\"name/368\",[6,14.94]],[\"comment/368\",[]],[\"name/369\",[145,26.582]],[\"comment/369\",[]],[\"name/370\",[147,30.222]],[\"comment/370\",[]],[\"name/371\",[161,56.372]],[\"comment/371\",[]],[\"name/372\",[6,14.94]],[\"comment/372\",[]],[\"name/373\",[145,26.582]],[\"comment/373\",[]],[\"name/374\",[156,39.026]],[\"comment/374\",[]],[\"name/375\",[6,14.94]],[\"comment/375\",[]],[\"name/376\",[145,26.582]],[\"comment/376\",[]],[\"name/377\",[147,30.222]],[\"comment/377\",[]],[\"name/378\",[162,56.372]],[\"comment/378\",[]],[\"name/379\",[163,56.372]],[\"comment/379\",[]],[\"name/380\",[164,56.372]],[\"comment/380\",[]],[\"name/381\",[165,56.372]],[\"comment/381\",[]],[\"name/382\",[166,56.372]],[\"comment/382\",[]],[\"name/383\",[6,14.94]],[\"comment/383\",[]],[\"name/384\",[167,51.263]],[\"comment/384\",[]],[\"name/385\",[168,56.372]],[\"comment/385\",[]],[\"name/386\",[169,56.372]],[\"comment/386\",[]],[\"name/387\",[6,14.94]],[\"comment/387\",[]],[\"name/388\",[151,47.899]],[\"comment/388\",[]],[\"name/389\",[170,56.372]],[\"comment/389\",[]],[\"name/390\",[171,56.372]],[\"comment/390\",[]],[\"name/391\",[172,56.372]],[\"comment/391\",[]],[\"name/392\",[173,56.372]],[\"comment/392\",[]],[\"name/393\",[174,56.372]],[\"comment/393\",[]],[\"name/394\",[175,56.372]],[\"comment/394\",[]],[\"name/395\",[176,56.372]],[\"comment/395\",[]],[\"name/396\",[177,56.372]],[\"comment/396\",[]],[\"name/397\",[178,56.372]],[\"comment/397\",[]],[\"name/398\",[167,51.263]],[\"comment/398\",[]],[\"name/399\",[179,56.372]],[\"comment/399\",[]],[\"name/400\",[180,56.372]],[\"comment/400\",[]],[\"name/401\",[181,56.372]],[\"comment/401\",[]],[\"name/402\",[182,56.372]],[\"comment/402\",[]],[\"name/403\",[183,56.372]],[\"comment/403\",[]],[\"name/404\",[184,56.372]],[\"comment/404\",[]],[\"name/405\",[185,56.372]],[\"comment/405\",[]],[\"name/406\",[186,56.372]],[\"comment/406\",[]],[\"name/407\",[187,56.372]],[\"comment/407\",[]],[\"name/408\",[6,14.94]],[\"comment/408\",[]],[\"name/409\",[188,56.372]],[\"comment/409\",[]],[\"name/410\",[189,56.372]],[\"comment/410\",[]],[\"name/411\",[190,56.372]],[\"comment/411\",[]],[\"name/412\",[191,56.372]],[\"comment/412\",[]],[\"name/413\",[192,56.372]],[\"comment/413\",[]],[\"name/414\",[193,56.372]],[\"comment/414\",[]],[\"name/415\",[194,56.372]],[\"comment/415\",[]],[\"name/416\",[195,56.372]],[\"comment/416\",[]],[\"name/417\",[196,56.372]],[\"comment/417\",[]],[\"name/418\",[197,56.372]],[\"comment/418\",[]],[\"name/419\",[198,56.372]],[\"comment/419\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":6,\"name\":{\"8\":{},\"51\":{},\"58\":{},\"62\":{},\"66\":{},\"70\":{},\"74\":{},\"78\":{},\"82\":{},\"86\":{},\"90\":{},\"94\":{},\"99\":{},\"105\":{},\"113\":{},\"118\":{},\"122\":{},\"126\":{},\"130\":{},\"135\":{},\"139\":{},\"143\":{},\"156\":{},\"162\":{},\"164\":{},\"166\":{},\"168\":{},\"170\":{},\"173\":{},\"175\":{},\"177\":{},\"179\":{},\"181\":{},\"183\":{},\"185\":{},\"187\":{},\"189\":{},\"191\":{},\"193\":{},\"195\":{},\"197\":{},\"199\":{},\"201\":{},\"203\":{},\"205\":{},\"207\":{},\"209\":{},\"211\":{},\"213\":{},\"217\":{},\"221\":{},\"224\":{},\"227\":{},\"231\":{},\"235\":{},\"239\":{},\"242\":{},\"246\":{},\"251\":{},\"256\":{},\"268\":{},\"270\":{},\"273\":{},\"277\":{},\"281\":{},\"285\":{},\"289\":{},\"293\":{},\"297\":{},\"301\":{},\"305\":{},\"309\":{},\"313\":{},\"317\":{},\"321\":{},\"323\":{},\"326\":{},\"330\":{},\"333\":{},\"337\":{},\"340\":{},\"344\":{},\"347\":{},\"351\":{},\"354\":{},\"358\":{},\"361\":{},\"365\":{},\"368\":{},\"372\":{},\"375\":{},\"383\":{},\"387\":{},\"408\":{}},\"comment\":{}}],[\"abi\",{\"_index\":156,\"name\":{\"325\":{},\"332\":{},\"339\":{},\"346\":{},\"353\":{},\"360\":{},\"367\":{},\"374\":{}},\"comment\":{}}],[\"abi_types\",{\"_index\":143,\"name\":{\"267\":{}},\"comment\":{}}],[\"abortonfail\",{\"_index\":56,\"name\":{\"103\":{}},\"comment\":{}}],[\"abtohex\",{\"_index\":98,\"name\":{\"178\":{}},\"comment\":{}}],[\"abtostr\",{\"_index\":95,\"name\":{\"172\":{}},\"comment\":{}}],[\"account\",{\"_index\":37,\"name\":{\"53\":{}},\"comment\":{}}],[\"accountinputtoaddress\",{\"_index\":111,\"name\":{\"204\":{}},\"comment\":{}}],[\"accountinputtoscripthash\",{\"_index\":109,\"name\":{\"200\":{}},\"comment\":{}}],[\"action\",{\"_index\":33,\"name\":{\"48\":{}},\"comment\":{}}],[\"addeventlistener\",{\"_index\":14,\"name\":{\"16\":{}},\"comment\":{}}],[\"address\",{\"_index\":155,\"name\":{\"322\":{}},\"comment\":{}}],[\"allowedcontracts\",{\"_index\":38,\"name\":{\"54\":{}},\"comment\":{}}],[\"allowedgroups\",{\"_index\":39,\"name\":{\"55\":{}},\"comment\":{}}],[\"andwitnesscondition\",{\"_index\":21,\"name\":{\"26\":{}},\"comment\":{}}],[\"any\",{\"_index\":144,\"name\":{\"269\":{}},\"comment\":{}}],[\"anyargtype\",{\"_index\":41,\"name\":{\"57\":{}},\"comment\":{}}],[\"anyconfigargtype\",{\"_index\":115,\"name\":{\"212\":{}},\"comment\":{}}],[\"arg\",{\"_index\":51,\"name\":{\"97\":{}},\"comment\":{}}],[\"args\",{\"_index\":55,\"name\":{\"102\":{}},\"comment\":{}}],[\"array\",{\"_index\":133,\"name\":{\"257\":{},\"304\":{}},\"comment\":{}}],[\"arrayargtype\",{\"_index\":48,\"name\":{\"85\":{}},\"comment\":{}}],[\"arrayconfigargtype\",{\"_index\":125,\"name\":{\"241\":{}},\"comment\":{}}],[\"arrayresponseargtype\",{\"_index\":68,\"name\":{\"117\":{}},\"comment\":{}}],[\"asciitobase64\",{\"_index\":107,\"name\":{\"196\":{}},\"comment\":{}}],[\"base64tohex\",{\"_index\":105,\"name\":{\"192\":{}},\"comment\":{}}],[\"base64toutf8\",{\"_index\":108,\"name\":{\"198\":{}},\"comment\":{}}],[\"blockhash\",{\"_index\":158,\"name\":{\"350\":{}},\"comment\":{}}],[\"boolean\",{\"_index\":138,\"name\":{\"262\":{},\"276\":{}},\"comment\":{}}],[\"booleanargtype\",{\"_index\":43,\"name\":{\"65\":{}},\"comment\":{}}],[\"booleanconfigargtype\",{\"_index\":119,\"name\":{\"220\":{}},\"comment\":{}}],[\"booleanwitnesscondition\",{\"_index\":18,\"name\":{\"20\":{}},\"comment\":{}}],[\"buffer\",{\"_index\":135,\"name\":{\"259\":{}},\"comment\":{}}],[\"bufferargtype\",{\"_index\":75,\"name\":{\"138\":{}},\"comment\":{}}],[\"builttransaction\",{\"_index\":67,\"name\":{\"116\":{}},\"comment\":{}}],[\"builttransactionwitness\",{\"_index\":64,\"name\":{\"112\":{}},\"comment\":{}}],[\"bytearray\",{\"_index\":150,\"name\":{\"292\":{}},\"comment\":{}}],[\"bytearrayargtype\",{\"_index\":50,\"name\":{\"93\":{}},\"comment\":{}}],[\"bytearrayconfigargtype\",{\"_index\":120,\"name\":{\"223\":{}},\"comment\":{}}],[\"bytestring\",{\"_index\":134,\"name\":{\"258\":{}},\"comment\":{}}],[\"bytestringargtype\",{\"_index\":70,\"name\":{\"125\":{}},\"comment\":{}}],[\"calculatefee\",{\"_index\":85,\"name\":{\"155\":{},\"169\":{}},\"comment\":{}}],[\"calledbycontractwitnesscondition\",{\"_index\":29,\"name\":{\"40\":{}},\"comment\":{}}],[\"calledbyentrywitnesscondition\",{\"_index\":28,\"name\":{\"38\":{}},\"comment\":{}}],[\"calledbygroupwitnesscondition\",{\"_index\":30,\"name\":{\"43\":{}},\"comment\":{}}],[\"ciphertext\",{\"_index\":175,\"name\":{\"394\":{}},\"comment\":{}}],[\"classic\",{\"_index\":163,\"name\":{\"379\":{}},\"comment\":{}}],[\"condition\",{\"_index\":34,\"name\":{\"49\":{}},\"comment\":{}}],[\"confirmtransaction\",{\"_index\":17,\"name\":{\"19\":{}},\"comment\":{}}],[\"contract\",{\"_index\":1,\"name\":{\"1\":{},\"5\":{}},\"comment\":{}}],[\"contractinvocation\",{\"_index\":52,\"name\":{\"98\":{}},\"comment\":{}}],[\"contractinvocationmulti\",{\"_index\":57,\"name\":{\"104\":{}},\"comment\":{}}],[\"data\",{\"_index\":170,\"name\":{\"389\":{}},\"comment\":{}}],[\"datatag\",{\"_index\":176,\"name\":{\"395\":{}},\"comment\":{}}],[\"decrypt\",{\"_index\":185,\"name\":{\"405\":{}},\"comment\":{}}],[\"decryptfromarray\",{\"_index\":186,\"name\":{\"406\":{}},\"comment\":{}}],[\"decryptfromarrayresult\",{\"_index\":178,\"name\":{\"397\":{}},\"comment\":{}}],[\"default\",{\"_index\":164,\"name\":{\"380\":{}},\"comment\":{}}],[\"encrypt\",{\"_index\":184,\"name\":{\"404\":{}},\"comment\":{}}],[\"encryptedpayload\",{\"_index\":173,\"name\":{\"392\":{}},\"comment\":{}}],[\"ephempublickey\",{\"_index\":177,\"name\":{\"396\":{}},\"comment\":{}}],[\"eventname\",{\"_index\":2,\"name\":{\"2\":{},\"6\":{}},\"comment\":{}}],[\"exception\",{\"_index\":81,\"name\":{\"151\":{}},\"comment\":{}}],[\"executions\",{\"_index\":12,\"name\":{\"14\":{}},\"comment\":{}}],[\"expression\",{\"_index\":19,\"name\":{\"22\":{},\"25\":{}},\"comment\":{}}],[\"expressions\",{\"_index\":22,\"name\":{\"28\":{},\"31\":{}},\"comment\":{}}],[\"extranetworkfee\",{\"_index\":62,\"name\":{\"110\":{}},\"comment\":{}}],[\"extrasystemfee\",{\"_index\":60,\"name\":{\"108\":{}},\"comment\":{}}],[\"formatrpcargument\",{\"_index\":114,\"name\":{\"210\":{}},\"comment\":{}}],[\"gasconsumed\",{\"_index\":80,\"name\":{\"150\":{}},\"comment\":{}}],[\"generic\",{\"_index\":126,\"name\":{\"244\":{}},\"comment\":{}}],[\"genericitem\",{\"_index\":129,\"name\":{\"249\":{}},\"comment\":{}}],[\"generickey\",{\"_index\":128,\"name\":{\"248\":{}},\"comment\":{}}],[\"getaccountaddress\",{\"_index\":183,\"name\":{\"403\":{}},\"comment\":{}}],[\"group\",{\"_index\":27,\"name\":{\"37\":{},\"45\":{}},\"comment\":{}}],[\"groupwitnesscondition\",{\"_index\":26,\"name\":{\"35\":{}},\"comment\":{}}],[\"hash\",{\"_index\":25,\"name\":{\"34\":{},\"42\":{}},\"comment\":{}}],[\"hash160\",{\"_index\":148,\"name\":{\"284\":{}},\"comment\":{}}],[\"hash160argtype\",{\"_index\":45,\"name\":{\"73\":{}},\"comment\":{}}],[\"hash160configargtype\",{\"_index\":122,\"name\":{\"230\":{}},\"comment\":{}}],[\"hash256\",{\"_index\":149,\"name\":{\"288\":{}},\"comment\":{}}],[\"hash256argtype\",{\"_index\":46,\"name\":{\"77\":{}},\"comment\":{}}],[\"hash256configargtype\",{\"_index\":123,\"name\":{\"234\":{}},\"comment\":{}}],[\"hextoab\",{\"_index\":97,\"name\":{\"176\":{}},\"comment\":{}}],[\"hextobase64\",{\"_index\":104,\"name\":{\"190\":{}},\"comment\":{}}],[\"hextostr\",{\"_index\":100,\"name\":{\"182\":{}},\"comment\":{}}],[\"hint\",{\"_index\":118,\"name\":{\"219\":{},\"229\":{},\"233\":{},\"237\":{},\"253\":{}},\"comment\":{}}],[\"hint_types\",{\"_index\":154,\"name\":{\"320\":{}},\"comment\":{}}],[\"id\",{\"_index\":73,\"name\":{\"133\":{}},\"comment\":{}}],[\"integer\",{\"_index\":136,\"name\":{\"260\":{},\"280\":{}},\"comment\":{}}],[\"integerargtype\",{\"_index\":47,\"name\":{\"81\":{}},\"comment\":{}}],[\"integerconfigargtype\",{\"_index\":124,\"name\":{\"238\":{}},\"comment\":{}}],[\"interface\",{\"_index\":72,\"name\":{\"132\":{}},\"comment\":{}}],[\"internal\",{\"_index\":147,\"name\":{\"275\":{},\"279\":{},\"283\":{},\"287\":{},\"291\":{},\"295\":{},\"299\":{},\"303\":{},\"307\":{},\"311\":{},\"315\":{},\"319\":{},\"328\":{},\"335\":{},\"342\":{},\"349\":{},\"356\":{},\"363\":{},\"370\":{},\"377\":{}},\"comment\":{}}],[\"internal_types\",{\"_index\":132,\"name\":{\"255\":{}},\"comment\":{}}],[\"interopinterface\",{\"_index\":137,\"name\":{\"261\":{},\"312\":{}},\"comment\":{}}],[\"interopinterfaceargtype\",{\"_index\":71,\"name\":{\"129\":{}},\"comment\":{}}],[\"interopinterfaceconfigargtype\",{\"_index\":130,\"name\":{\"250\":{}},\"comment\":{}}],[\"inttohex\",{\"_index\":101,\"name\":{\"184\":{}},\"comment\":{}}],[\"invocation\",{\"_index\":65,\"name\":{\"114\":{}},\"comment\":{}}],[\"invocations\",{\"_index\":59,\"name\":{\"107\":{}},\"comment\":{}}],[\"invokefunction\",{\"_index\":90,\"name\":{\"161\":{}},\"comment\":{}}],[\"invokeresult\",{\"_index\":78,\"name\":{\"147\":{}},\"comment\":{}}],[\"isrpcresponsestackitem\",{\"_index\":198,\"name\":{\"419\":{}},\"comment\":{}}],[\"isstacktypeany\",{\"_index\":188,\"name\":{\"409\":{}},\"comment\":{}}],[\"isstacktypearray\",{\"_index\":191,\"name\":{\"412\":{}},\"comment\":{}}],[\"isstacktypeboolean\",{\"_index\":189,\"name\":{\"410\":{}},\"comment\":{}}],[\"isstacktypebuffer\",{\"_index\":196,\"name\":{\"417\":{}},\"comment\":{}}],[\"isstacktypebytestring\",{\"_index\":193,\"name\":{\"414\":{}},\"comment\":{}}],[\"isstacktypeinteger\",{\"_index\":190,\"name\":{\"411\":{}},\"comment\":{}}],[\"isstacktypeinteropinterface\",{\"_index\":194,\"name\":{\"415\":{}},\"comment\":{}}],[\"isstacktypemap\",{\"_index\":192,\"name\":{\"413\":{}},\"comment\":{}}],[\"isstacktypepointer\",{\"_index\":195,\"name\":{\"416\":{}},\"comment\":{}}],[\"isstacktypestruct\",{\"_index\":197,\"name\":{\"418\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":161,\"name\":{\"371\":{}},\"comment\":{}}],[\"keyindex\",{\"_index\":179,\"name\":{\"399\":{}},\"comment\":{}}],[\"map\",{\"_index\":139,\"name\":{\"263\":{},\"308\":{}},\"comment\":{}}],[\"mapargtype\",{\"_index\":49,\"name\":{\"89\":{}},\"comment\":{}}],[\"mapconfigargtype\",{\"_index\":127,\"name\":{\"245\":{}},\"comment\":{}}],[\"mapresponseargtype\",{\"_index\":69,\"name\":{\"121\":{}},\"comment\":{}}],[\"message\",{\"_index\":167,\"name\":{\"384\":{},\"398\":{}},\"comment\":{}}],[\"messagehex\",{\"_index\":172,\"name\":{\"391\":{}},\"comment\":{}}],[\"name\",{\"_index\":145,\"name\":{\"271\":{},\"274\":{},\"278\":{},\"282\":{},\"286\":{},\"290\":{},\"294\":{},\"298\":{},\"302\":{},\"306\":{},\"310\":{},\"314\":{},\"318\":{},\"324\":{},\"327\":{},\"331\":{},\"334\":{},\"338\":{},\"341\":{},\"345\":{},\"348\":{},\"352\":{},\"355\":{},\"359\":{},\"362\":{},\"366\":{},\"369\":{},\"373\":{},\"376\":{}},\"comment\":{}}],[\"neo3applicationlog\",{\"_index\":10,\"name\":{\"12\":{}},\"comment\":{}}],[\"neo3event\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"neo3eventlistener\",{\"_index\":13,\"name\":{\"15\":{}},\"comment\":{}}],[\"neo3eventlistenercallback\",{\"_index\":5,\"name\":{\"7\":{}},\"comment\":{}}],[\"neo3eventwithstate\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"neo3invoker\",{\"_index\":89,\"name\":{\"160\":{}},\"comment\":{}}],[\"neo3parser\",{\"_index\":94,\"name\":{\"171\":{}},\"comment\":{}}],[\"neo3signer\",{\"_index\":180,\"name\":{\"400\":{}},\"comment\":{}}],[\"neo3stackitem\",{\"_index\":7,\"name\":{\"9\":{}},\"comment\":{}}],[\"networkfee\",{\"_index\":86,\"name\":{\"157\":{}},\"comment\":{}}],[\"networkfeeoverride\",{\"_index\":63,\"name\":{\"111\":{}},\"comment\":{}}],[\"notwitnesscondition\",{\"_index\":20,\"name\":{\"23\":{}},\"comment\":{}}],[\"null\",{\"_index\":140,\"name\":{\"264\":{}},\"comment\":{}}],[\"numtohex\",{\"_index\":102,\"name\":{\"186\":{}},\"comment\":{}}],[\"numtovarint\",{\"_index\":103,\"name\":{\"188\":{}},\"comment\":{}}],[\"operation\",{\"_index\":54,\"name\":{\"101\":{}},\"comment\":{}}],[\"orwitnesscondition\",{\"_index\":23,\"name\":{\"29\":{}},\"comment\":{}}],[\"parseconfig\",{\"_index\":131,\"name\":{\"254\":{}},\"comment\":{}}],[\"parserpcresponse\",{\"_index\":113,\"name\":{\"208\":{}},\"comment\":{}}],[\"pointer\",{\"_index\":141,\"name\":{\"265\":{}},\"comment\":{}}],[\"pointerargtype\",{\"_index\":74,\"name\":{\"134\":{}},\"comment\":{}}],[\"publickey\",{\"_index\":151,\"name\":{\"296\":{},\"329\":{},\"388\":{}},\"comment\":{}}],[\"publickeyargtype\",{\"_index\":44,\"name\":{\"69\":{}},\"comment\":{}}],[\"publickeyconfigargtype\",{\"_index\":121,\"name\":{\"226\":{}},\"comment\":{}}],[\"randomvector\",{\"_index\":174,\"name\":{\"393\":{}},\"comment\":{}}],[\"removeeventlistener\",{\"_index\":15,\"name\":{\"17\":{}},\"comment\":{}}],[\"reversehex\",{\"_index\":112,\"name\":{\"206\":{}},\"comment\":{}}],[\"rpcresponsestackitem\",{\"_index\":77,\"name\":{\"146\":{}},\"comment\":{}}],[\"rules\",{\"_index\":40,\"name\":{\"56\":{}},\"comment\":{}}],[\"salt\",{\"_index\":171,\"name\":{\"390\":{}},\"comment\":{}}],[\"scopes\",{\"_index\":36,\"name\":{\"52\":{}},\"comment\":{}}],[\"script\",{\"_index\":79,\"name\":{\"148\":{}},\"comment\":{}}],[\"scripthash\",{\"_index\":53,\"name\":{\"100\":{},\"336\":{}},\"comment\":{}}],[\"scripthashlittleending\",{\"_index\":157,\"name\":{\"343\":{}},\"comment\":{}}],[\"scripthashwitnesscondition\",{\"_index\":24,\"name\":{\"32\":{}},\"comment\":{}}],[\"session\",{\"_index\":84,\"name\":{\"154\":{}},\"comment\":{}}],[\"signature\",{\"_index\":146,\"name\":{\"272\":{}},\"comment\":{}}],[\"signedmessage\",{\"_index\":169,\"name\":{\"386\":{}},\"comment\":{}}],[\"signer\",{\"_index\":35,\"name\":{\"50\":{}},\"comment\":{}}],[\"signers\",{\"_index\":58,\"name\":{\"106\":{}},\"comment\":{}}],[\"signmessage\",{\"_index\":181,\"name\":{\"401\":{}},\"comment\":{}}],[\"signmessagepayload\",{\"_index\":166,\"name\":{\"382\":{}},\"comment\":{}}],[\"signmessageversion\",{\"_index\":162,\"name\":{\"378\":{}},\"comment\":{}}],[\"signtransaction\",{\"_index\":93,\"name\":{\"167\":{}},\"comment\":{}}],[\"stack\",{\"_index\":82,\"name\":{\"152\":{}},\"comment\":{}}],[\"state\",{\"_index\":4,\"name\":{\"4\":{},\"149\":{}},\"comment\":{}}],[\"storagecontext\",{\"_index\":160,\"name\":{\"364\":{}},\"comment\":{}}],[\"string\",{\"_index\":152,\"name\":{\"300\":{}},\"comment\":{}}],[\"stringargtype\",{\"_index\":42,\"name\":{\"61\":{}},\"comment\":{}}],[\"stringconfigargtype\",{\"_index\":117,\"name\":{\"216\":{}},\"comment\":{}}],[\"strtoab\",{\"_index\":96,\"name\":{\"174\":{}},\"comment\":{}}],[\"strtobase64\",{\"_index\":110,\"name\":{\"202\":{}},\"comment\":{}}],[\"strtohex\",{\"_index\":99,\"name\":{\"180\":{}},\"comment\":{}}],[\"struct\",{\"_index\":142,\"name\":{\"266\":{}},\"comment\":{}}],[\"structargtype\",{\"_index\":76,\"name\":{\"142\":{}},\"comment\":{}}],[\"systemfee\",{\"_index\":87,\"name\":{\"158\":{}},\"comment\":{}}],[\"systemfeeoverride\",{\"_index\":61,\"name\":{\"109\":{}},\"comment\":{}}],[\"testinvoke\",{\"_index\":91,\"name\":{\"163\":{}},\"comment\":{}}],[\"total\",{\"_index\":88,\"name\":{\"159\":{}},\"comment\":{}}],[\"transactionid\",{\"_index\":159,\"name\":{\"357\":{}},\"comment\":{}}],[\"traverseiterator\",{\"_index\":92,\"name\":{\"165\":{}},\"comment\":{}}],[\"tx\",{\"_index\":83,\"name\":{\"153\":{}},\"comment\":{}}],[\"txid\",{\"_index\":11,\"name\":{\"13\":{}},\"comment\":{}}],[\"type\",{\"_index\":8,\"name\":{\"10\":{},\"21\":{},\"24\":{},\"27\":{},\"30\":{},\"33\":{},\"36\":{},\"39\":{},\"41\":{},\"44\":{},\"59\":{},\"63\":{},\"67\":{},\"71\":{},\"75\":{},\"79\":{},\"83\":{},\"87\":{},\"91\":{},\"95\":{},\"119\":{},\"123\":{},\"127\":{},\"131\":{},\"136\":{},\"140\":{},\"144\":{},\"214\":{},\"218\":{},\"222\":{},\"225\":{},\"228\":{},\"232\":{},\"236\":{},\"240\":{},\"243\":{},\"247\":{},\"252\":{}},\"comment\":{}}],[\"typechecker\",{\"_index\":187,\"name\":{\"407\":{}},\"comment\":{}}],[\"union\",{\"_index\":116,\"name\":{\"215\":{}},\"comment\":{}}],[\"utf8tobase64\",{\"_index\":106,\"name\":{\"194\":{}},\"comment\":{}}],[\"value\",{\"_index\":9,\"name\":{\"11\":{},\"60\":{},\"64\":{},\"68\":{},\"72\":{},\"76\":{},\"80\":{},\"84\":{},\"88\":{},\"92\":{},\"96\":{},\"120\":{},\"124\":{},\"128\":{},\"137\":{},\"141\":{},\"145\":{}},\"comment\":{}}],[\"verification\",{\"_index\":66,\"name\":{\"115\":{}},\"comment\":{}}],[\"verifymessage\",{\"_index\":182,\"name\":{\"402\":{}},\"comment\":{}}],[\"version\",{\"_index\":168,\"name\":{\"385\":{}},\"comment\":{}}],[\"void\",{\"_index\":153,\"name\":{\"316\":{}},\"comment\":{}}],[\"waitforapplicationlog\",{\"_index\":16,\"name\":{\"18\":{}},\"comment\":{}}],[\"without_salt\",{\"_index\":165,\"name\":{\"381\":{}},\"comment\":{}}],[\"witnesscondition\",{\"_index\":31,\"name\":{\"46\":{}},\"comment\":{}}],[\"witnessrule\",{\"_index\":32,\"name\":{\"47\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/packages/neon-dappkit-types/docs/enums/SignMessageVersion.html b/packages/neon-dappkit-types/docs/enums/SignMessageVersion.html index 6a0a4c3..fabeb4e 100644 --- a/packages/neon-dappkit-types/docs/enums/SignMessageVersion.html +++ b/packages/neon-dappkit-types/docs/enums/SignMessageVersion.html @@ -19,7 +19,7 @@

Enumeration SignMessageVersion

A version enum that indicates how a message should be signed

+
  • Defined in Neo3Signer.ts:4
  • @@ -37,17 +37,17 @@

    Enumeration Members

    CLASSIC: 1
    +
  • Defined in Neo3Signer.ts:5
  • DEFAULT: 2
    +
  • Defined in Neo3Signer.ts:6
  • WITHOUT_SALT: 3
    +
  • Defined in Neo3Signer.ts:7
  • +
  • Defined in Neo3Invoker.ts:222
  • script: string

    The script that is sent for execution on the blockchain as a base64 string.

    +
  • Defined in Neo3Invoker.ts:216
  • session?: string

    This properties comes when the invoke result is a iterator. You need to call the traverseIterator method to get the real result

    +
  • Defined in Neo3Invoker.ts:232
  • stack: T[]
    +
  • Defined in Neo3Invoker.ts:225
  • state: "HALT" | "FAULT"

    State of VM on exit. HALT means a successful exit while FAULT means exit with error.

    +
  • Defined in Neo3Invoker.ts:218
  • tx?: string
    @@ -95,7 +95,7 @@
    +
  • Defined in Neo3Invoker.ts:230
  • Returns void

    +
  • Defined in Neo3EventListener.ts:76
  • Returns void

    +
  • Defined in Neo3EventListener.ts:61
    • @@ -118,7 +118,7 @@
      txId: string

    Returns Promise<Neo3ApplicationLog>

    +
  • Defined in Neo3EventListener.ts:67
  • +
  • Defined in Neo3EventListener.ts:13
  • +
  • Defined in Neo3Invoker.ts:286
  • signTransaction: ((cim: ContractInvocationMulti | BuiltTransaction) => Promise<BuiltTransaction>)
    @@ -70,7 +93,7 @@

    Type declaration

    +
  • Defined in Neo3Invoker.ts:344
  • @@ -92,7 +115,7 @@

    Type declaration

    +
  • Defined in Neo3Invoker.ts:328
  • traverseIterator: ((sessionId: string, iteratorId: string, count: number) => Promise<RpcResponseStackItem[]>)
    @@ -118,7 +141,7 @@

    Type declaration

      • -
      • (sessionId: string, iteratorId: string, count: number): Promise<RpcResponseStackItem[]>
      • +
      • (sessionId: string, iteratorId: string, count: number): Promise<RpcResponseStackItem[]>
      • Call the method traverseiterator on the rpc. This method is used to get the result of an iterator. The result is the first count of data traversed in the Iterator, and follow-up requests will continue traversing from count + 1

        @@ -142,7 +165,7 @@
        count: number

      Returns Promise<RpcResponseStackItem[]>

    +
  • Defined in Neo3Invoker.ts:338
  • +
  • Defined in Neo3Parser.ts:45
  • abToStr: ((buf: ArrayBuffer | ArrayLike<number>) => string)
    @@ -96,7 +96,7 @@

    Parameters

    buf: ArrayBuffer | ArrayLike<number>

    Returns string

    +
  • Defined in Neo3Parser.ts:14
  • accountInputToAddress: ((input: string) => string)
    @@ -122,7 +122,7 @@

    Parameters

    input: string

    Returns string

    +
  • Defined in Neo3Parser.ts:203
  • accountInputToScripthash: ((input: string) => string)
    @@ -148,7 +148,7 @@

    Parameters

    input: string

    Returns string

    +
  • Defined in Neo3Parser.ts:178
  • asciiToBase64: ((input: string) => string)
    @@ -171,7 +171,7 @@

    Parameters

    input: string

    Returns string

    +
  • Defined in Neo3Parser.ts:153
  • base64ToHex: ((input: string) => string)
    @@ -194,7 +194,7 @@

    Parameters

    input: string

    Returns string

    +
  • Defined in Neo3Parser.ts:133
  • base64ToUtf8: ((input: string) => string)
    @@ -217,7 +217,7 @@

    Parameters

    input: string

    Returns string

    +
  • Defined in Neo3Parser.ts:163
  • formatRpcArgument: ((arg: any, parseConfig?: ParseConfig) => Arg)
    @@ -264,7 +264,7 @@
    Optional parseConfig: Returns Arg
    +
  • Defined in Neo3Parser.ts:345
  • hexToAb: ((str: string) => Uint8Array)
    @@ -287,7 +287,7 @@

    Parameters

    str: string

    Returns Uint8Array

    +
  • Defined in Neo3Parser.ts:34
  • hexToBase64: ((input: string) => string)
    @@ -310,7 +310,7 @@

    Parameters

    input: string

    Returns string

    +
  • Defined in Neo3Parser.ts:123
  • hexToStr: ((hexstring: string) => string)
    @@ -333,7 +333,7 @@

    Parameters

    hexstring: string

    Returns string

    +
  • Defined in Neo3Parser.ts:65
  • intToHex: ((num: number) => string)
    @@ -356,7 +356,7 @@

    Parameters

    num: number

    Returns string

    +
  • Defined in Neo3Parser.ts:75
  • numToHex: ((num: number, size?: number, littleEndian?: boolean) => string)
    @@ -389,7 +389,7 @@
    Optional littleEndian:

    Returns string

    +
  • Defined in Neo3Parser.ts:92
  • numToVarInt: ((num: number) => string)
    @@ -412,7 +412,7 @@

    Parameters

    num: number

    Returns string

    +
  • Defined in Neo3Parser.ts:113
  • parseRpcResponse: ((field: RpcResponseStackItem, parseConfig?: ParseConfig) => any)
    @@ -452,7 +452,7 @@
    field: Optional parseConfig: ParseConfig

    Returns any

    +
  • Defined in Neo3Parser.ts:304
  • reverseHex: ((input: string) => string)
    @@ -475,7 +475,7 @@

    Parameters

    input: string

    Returns string

    +
  • Defined in Neo3Parser.ts:213
  • strToAb: ((str: string) => Uint8Array)
    @@ -498,7 +498,7 @@

    Parameters

    str: string

    Returns Uint8Array

    +
  • Defined in Neo3Parser.ts:24
  • strToBase64: ((input: string) => string)
    @@ -523,7 +523,7 @@
    input: string

    Returns string

    +
  • Defined in Neo3Parser.ts:188
  • strToHex: ((str: string) => string)
    @@ -546,7 +546,7 @@

    Parameters

    str: string

    Returns string

    +
  • Defined in Neo3Parser.ts:55
  • utf8ToBase64: ((input: string) => string)
    @@ -569,7 +569,7 @@

    Parameters

    input: string

    Returns string

    +
  • Defined in Neo3Parser.ts:143
  • Returns Promise<DecryptFromArrayResult>

    +
  • Defined in Neo3Signer.ts:99
  • +
  • Defined in Neo3Signer.ts:84
  • +
  • Defined in Neo3Signer.ts:76
  • +
  • Defined in Neo3Signer.ts:64
    • @@ -150,7 +150,7 @@
      params:

    Returns Promise<boolean>

    +
  • Defined in Neo3Signer.ts:71
  • +
  • Defined in Neo3Invoker.ts:99
  • +
  • Defined in Neo3Parser.ts:348
  • +
  • Defined in Neo3Invoker.ts:110
  • +
  • Defined in Neo3Invoker.ts:106
  • +
  • Defined in Neo3Parser.ts:356
  • +
  • Defined in Neo3Invoker.ts:191
  • +
  • Defined in Neo3Invoker.ts:101
  • +
  • Defined in Neo3Parser.ts:350
  • +
  • Defined in Neo3Invoker.ts:196
  • +
  • Defined in Neo3Invoker.ts:179
  • +
  • Defined in Neo3Invoker.ts:174
  • +
  • Defined in Neo3Invoker.ts:108
  • +
  • Defined in Neo3Parser.ts:351
  • +
  • Defined in Neo3Invoker.ts:193
  • +
  • Defined in Neo3Invoker.ts:125
  • +
  • Defined in Neo3Invoker.ts:147
  • +
  • Defined in Neo3Invoker.ts:103
  • +
  • Defined in Neo3Parser.ts:353
  • +
  • Defined in Neo3Invoker.ts:104
  • +
  • Defined in Neo3Parser.ts:354
  • +
  • Defined in Neo3Invoker.ts:105
  • +
  • Defined in Neo3Parser.ts:355
  • +
  • Defined in Neo3Invoker.ts:194
  • +
  • Defined in Neo3Parser.ts:358
  • +
  • Defined in Neo3Invoker.ts:107
  • +
  • Defined in Neo3Parser.ts:357
  • +
  • Defined in Neo3Invoker.ts:192
  • +
  • Defined in Neo3EventListener.ts:19
  • +
  • Defined in Neo3Parser.ts:360
  • +
  • Defined in Neo3Invoker.ts:195
  • +
  • Defined in Neo3Invoker.ts:102
  • +
  • Defined in Neo3Parser.ts:352
  • +
  • Defined in Neo3Invoker.ts:199
  • +
  • Defined in Neo3Signer.ts:13
  • +
  • Defined in Neo3Signer.ts:21
  • +
  • Defined in Neo3Invoker.ts:78
  • +
  • Defined in Neo3Invoker.ts:100
  • +
  • Defined in Neo3Parser.ts:349
  • +
  • Defined in Neo3Invoker.ts:197
  • +
  • Defined in Neo3Invoker.ts:49
  • +
  • Defined in Neo3Parser.ts:386
  • +
  • Defined in Neo3Parser.ts:402
  • +
  • Defined in Neo3Parser.ts:373
  • Returns item is AnyArgType

    +
  • Defined in TypeChecker.ts:16
  • isStackTypeArray:function
      @@ -57,7 +57,7 @@

      Parameters

      item: any

    Returns item is ArrayResponseArgType

  • +
  • Defined in TypeChecker.ts:25
  • isStackTypeBoolean:function
      @@ -70,7 +70,7 @@

      Parameters

      item: any

    Returns item is BooleanArgType

  • +
  • Defined in TypeChecker.ts:19
  • isStackTypeBuffer:function
      @@ -83,7 +83,7 @@

      Parameters

      item: any

    Returns item is BufferArgType

  • +
  • Defined in TypeChecker.ts:57
  • isStackTypeByteString:function
      @@ -96,7 +96,7 @@

      Parameters

      item: any

    Returns item is ByteStringArgType

  • +
  • Defined in TypeChecker.ts:43
  • isStackTypeInteger:function
      @@ -109,7 +109,7 @@

      Parameters

      item: any

    Returns item is IntegerArgType

  • +
  • Defined in TypeChecker.ts:22
  • isStackTypeInteropInterface:function
      @@ -122,7 +122,7 @@

      Parameters

      item: any

    Returns item is InteropInterfaceArgType

  • +
  • Defined in TypeChecker.ts:46
  • isStackTypeMap:function
      @@ -135,7 +135,7 @@

      Parameters

      item: any

    Returns item is MapResponseArgType

  • +
  • Defined in TypeChecker.ts:33
  • isStackTypePointer:function
      @@ -148,7 +148,7 @@

      Parameters

      item: any

    Returns item is PointerArgType

  • +
  • Defined in TypeChecker.ts:54
  • isStackTypeStruct:function
      @@ -161,9 +161,9 @@

      Parameters

      item: any

    Returns item is StructArgType

  • +
  • Defined in TypeChecker.ts:15