@deserialize/multi-vm-wallet 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/utils/IChainWallet.d.ts +16 -0
- package/dist/utils/IChainWallet.js +22 -0
- package/dist/utils/bip32.d.ts +11 -0
- package/dist/utils/bip32.js +99 -0
- package/dist/utils/evm/evm.d.ts +30 -0
- package/dist/utils/evm/evm.js +72 -0
- package/dist/utils/evm/index.d.ts +2 -0
- package/dist/utils/evm/index.js +18 -0
- package/dist/utils/evm/utils.d.ts +92 -0
- package/dist/utils/evm/utils.js +346 -0
- package/dist/utils/index.d.ts +6 -0
- package/dist/utils/index.js +22 -0
- package/dist/utils/svm/index.d.ts +1 -0
- package/dist/utils/svm/index.js +17 -0
- package/dist/utils/svm/svm.d.ts +24 -0
- package/dist/utils/svm/svm.js +71 -0
- package/dist/utils/svm/transactionSender.d.ts +8 -0
- package/dist/utils/svm/transactionSender.js +83 -0
- package/dist/utils/svm/utils.d.ts +26 -0
- package/dist/utils/svm/utils.js +161 -0
- package/dist/utils/types.d.ts +44 -0
- package/dist/utils/types.js +9 -0
- package/dist/utils/vm.d.ts +13 -0
- package/dist/utils/vm.js +49 -0
- package/package.json +42 -0
- package/tsconfig.json +115 -0
- package/utils/IChainWallet.ts +36 -0
- package/utils/bip32.ts +66 -0
- package/utils/evm/evm.ts +84 -0
- package/utils/evm/index.ts +2 -0
- package/utils/evm/utils.ts +504 -0
- package/utils/index.ts +6 -0
- package/utils/svm/index.js +17 -0
- package/utils/svm/index.ts +1 -0
- package/utils/svm/svm.js +71 -0
- package/utils/svm/svm.ts +75 -0
- package/utils/svm/transactionSender.js +83 -0
- package/utils/svm/transactionSender.ts +108 -0
- package/utils/svm/utils.js +161 -0
- package/utils/svm/utils.ts +203 -0
- package/utils/types.ts +53 -0
- package/utils/vm.ts +26 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es5.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.dom.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.scripthost.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.decorators.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","../node_modules/@types/node/ts5.7/compatibility/float16array.d.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/globals.typedarray.d.ts","../node_modules/@types/node/buffer.buffer.d.ts","../node_modules/buffer/index.d.ts","../node_modules/undici-types/utility.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/h2c-client.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-call-history.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/cache-interceptor.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/sqlite.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/ts5.7/index.d.ts","../node_modules/@types/bn.js/index.d.ts","../node_modules/bip39/types/_wordlists.d.ts","../node_modules/bip39/types/index.d.ts","../node_modules/bip32/types/bip32.d.ts","../node_modules/bip32/types/index.d.ts","../node_modules/tiny-secp256k1/lib/index.d.ts","../node_modules/ed25519-hd-key/dist/index.d.ts","../node_modules/@solana/web3.js/lib/index.d.ts","../utils/bip32.ts","../utils/vm.ts","../node_modules/ethers/lib.commonjs/_version.d.ts","../node_modules/ethers/lib.commonjs/utils/base58.d.ts","../node_modules/ethers/lib.commonjs/utils/data.d.ts","../node_modules/ethers/lib.commonjs/utils/base64.d.ts","../node_modules/ethers/lib.commonjs/address/address.d.ts","../node_modules/ethers/lib.commonjs/address/contract-address.d.ts","../node_modules/ethers/lib.commonjs/address/checks.d.ts","../node_modules/ethers/lib.commonjs/address/index.d.ts","../node_modules/ethers/lib.commonjs/crypto/hmac.d.ts","../node_modules/ethers/lib.commonjs/crypto/keccak.d.ts","../node_modules/ethers/lib.commonjs/crypto/ripemd160.d.ts","../node_modules/ethers/lib.commonjs/crypto/pbkdf2.d.ts","../node_modules/ethers/lib.commonjs/crypto/random.d.ts","../node_modules/ethers/lib.commonjs/crypto/scrypt.d.ts","../node_modules/ethers/lib.commonjs/crypto/sha2.d.ts","../node_modules/ethers/lib.commonjs/crypto/signature.d.ts","../node_modules/ethers/lib.commonjs/crypto/signing-key.d.ts","../node_modules/ethers/lib.commonjs/crypto/index.d.ts","../node_modules/ethers/lib.commonjs/utils/maths.d.ts","../node_modules/ethers/lib.commonjs/transaction/accesslist.d.ts","../node_modules/ethers/lib.commonjs/transaction/authorization.d.ts","../node_modules/ethers/lib.commonjs/transaction/address.d.ts","../node_modules/ethers/lib.commonjs/transaction/transaction.d.ts","../node_modules/ethers/lib.commonjs/transaction/index.d.ts","../node_modules/ethers/lib.commonjs/providers/contracts.d.ts","../node_modules/ethers/lib.commonjs/utils/fetch.d.ts","../node_modules/ethers/lib.commonjs/providers/plugins-network.d.ts","../node_modules/ethers/lib.commonjs/providers/network.d.ts","../node_modules/ethers/lib.commonjs/providers/formatting.d.ts","../node_modules/ethers/lib.commonjs/providers/provider.d.ts","../node_modules/ethers/lib.commonjs/providers/ens-resolver.d.ts","../node_modules/ethers/lib.commonjs/providers/abstract-provider.d.ts","../node_modules/ethers/lib.commonjs/hash/authorization.d.ts","../node_modules/ethers/lib.commonjs/hash/id.d.ts","../node_modules/ethers/lib.commonjs/hash/namehash.d.ts","../node_modules/ethers/lib.commonjs/hash/message.d.ts","../node_modules/ethers/lib.commonjs/hash/solidity.d.ts","../node_modules/ethers/lib.commonjs/hash/typed-data.d.ts","../node_modules/ethers/lib.commonjs/hash/index.d.ts","../node_modules/ethers/lib.commonjs/providers/signer.d.ts","../node_modules/ethers/lib.commonjs/providers/abstract-signer.d.ts","../node_modules/ethers/lib.commonjs/providers/community.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-jsonrpc.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-socket.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-websocket.d.ts","../node_modules/ethers/lib.commonjs/providers/default-provider.d.ts","../node_modules/ethers/lib.commonjs/providers/signer-noncemanager.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-fallback.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-browser.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-alchemy.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-blockscout.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-ankr.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-cloudflare.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-chainstack.d.ts","../node_modules/ethers/lib.commonjs/contract/types.d.ts","../node_modules/ethers/lib.commonjs/contract/wrappers.d.ts","../node_modules/ethers/lib.commonjs/contract/contract.d.ts","../node_modules/ethers/lib.commonjs/contract/factory.d.ts","../node_modules/ethers/lib.commonjs/contract/index.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-etherscan.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-infura.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-pocket.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-quicknode.d.ts","../node_modules/ethers/lib.commonjs/providers/provider-ipcsocket.d.ts","../node_modules/ethers/lib.commonjs/providers/index.d.ts","../node_modules/ethers/lib.commonjs/utils/errors.d.ts","../node_modules/ethers/lib.commonjs/utils/events.d.ts","../node_modules/ethers/lib.commonjs/utils/fixednumber.d.ts","../node_modules/ethers/lib.commonjs/utils/properties.d.ts","../node_modules/ethers/lib.commonjs/utils/rlp-decode.d.ts","../node_modules/ethers/lib.commonjs/utils/rlp.d.ts","../node_modules/ethers/lib.commonjs/utils/rlp-encode.d.ts","../node_modules/ethers/lib.commonjs/utils/units.d.ts","../node_modules/ethers/lib.commonjs/utils/utf8.d.ts","../node_modules/ethers/lib.commonjs/utils/uuid.d.ts","../node_modules/ethers/lib.commonjs/utils/index.d.ts","../node_modules/ethers/lib.commonjs/abi/coders/abstract-coder.d.ts","../node_modules/ethers/lib.commonjs/abi/fragments.d.ts","../node_modules/ethers/lib.commonjs/abi/abi-coder.d.ts","../node_modules/ethers/lib.commonjs/abi/bytes32.d.ts","../node_modules/ethers/lib.commonjs/abi/typed.d.ts","../node_modules/ethers/lib.commonjs/abi/interface.d.ts","../node_modules/ethers/lib.commonjs/abi/index.d.ts","../node_modules/ethers/lib.commonjs/constants/addresses.d.ts","../node_modules/ethers/lib.commonjs/constants/hashes.d.ts","../node_modules/ethers/lib.commonjs/constants/numbers.d.ts","../node_modules/ethers/lib.commonjs/constants/strings.d.ts","../node_modules/ethers/lib.commonjs/constants/index.d.ts","../node_modules/ethers/lib.commonjs/wallet/base-wallet.d.ts","../node_modules/ethers/lib.commonjs/wordlists/wordlist.d.ts","../node_modules/ethers/lib.commonjs/wordlists/wordlist-owl.d.ts","../node_modules/ethers/lib.commonjs/wordlists/lang-en.d.ts","../node_modules/ethers/lib.commonjs/wordlists/wordlist-owla.d.ts","../node_modules/ethers/lib.commonjs/wordlists/wordlists.d.ts","../node_modules/ethers/lib.commonjs/wordlists/index.d.ts","../node_modules/ethers/lib.commonjs/wallet/mnemonic.d.ts","../node_modules/ethers/lib.commonjs/wallet/hdwallet.d.ts","../node_modules/ethers/lib.commonjs/wallet/json-crowdsale.d.ts","../node_modules/ethers/lib.commonjs/wallet/json-keystore.d.ts","../node_modules/ethers/lib.commonjs/wallet/wallet.d.ts","../node_modules/ethers/lib.commonjs/wallet/index.d.ts","../node_modules/ethers/lib.commonjs/ethers.d.ts","../node_modules/ethers/lib.commonjs/index.d.ts","../utils/evm/utils.ts","../utils/evm/evm.ts","../utils/evm/index.ts","../node_modules/@solana/spl-token/lib/types/actions/amounttouiamount.d.ts","../node_modules/@solana/spl-token/lib/types/actions/approve.d.ts","../node_modules/@solana/spl-token/lib/types/actions/approvechecked.d.ts","../node_modules/@solana/spl-token/lib/types/actions/burn.d.ts","../node_modules/@solana/spl-token/lib/types/actions/burnchecked.d.ts","../node_modules/@solana/spl-token/lib/types/actions/closeaccount.d.ts","../node_modules/@solana/spl-token/lib/types/actions/createaccount.d.ts","../node_modules/@solana/spl-token/lib/types/actions/createassociatedtokenaccount.d.ts","../node_modules/@solana/spl-token/lib/types/actions/createassociatedtokenaccountidempotent.d.ts","../node_modules/@solana/spl-token/lib/types/actions/createmint.d.ts","../node_modules/@solana/spl-token/lib/types/actions/createmultisig.d.ts","../node_modules/@solana/spl-token/lib/types/actions/createnativemint.d.ts","../node_modules/@solana/spl-token/lib/types/actions/createwrappednativeaccount.d.ts","../node_modules/@solana/spl-token/lib/types/actions/freezeaccount.d.ts","../node_modules/@solana/buffer-layout/lib/layout.d.ts","../node_modules/@solana/spl-token/lib/types/state/mint.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/extensiontype.d.ts","../node_modules/@solana/spl-token/lib/types/state/account.d.ts","../node_modules/@solana/spl-token/lib/types/actions/getorcreateassociatedtokenaccount.d.ts","../node_modules/@solana/spl-token/lib/types/actions/mintto.d.ts","../node_modules/@solana/spl-token/lib/types/actions/minttochecked.d.ts","../node_modules/@solana/spl-token/lib/types/actions/recovernested.d.ts","../node_modules/@solana/spl-token/lib/types/actions/revoke.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/types.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/setauthority.d.ts","../node_modules/@solana/spl-token/lib/types/actions/setauthority.d.ts","../node_modules/@solana/spl-token/lib/types/actions/syncnative.d.ts","../node_modules/@solana/spl-token/lib/types/actions/thawaccount.d.ts","../node_modules/@solana/spl-token/lib/types/actions/transfer.d.ts","../node_modules/@solana/spl-token/lib/types/actions/transferchecked.d.ts","../node_modules/@solana/spl-token/lib/types/actions/uiamounttoamount.d.ts","../node_modules/@solana/spl-token/lib/types/actions/index.d.ts","../node_modules/@solana/spl-token/lib/types/constants.d.ts","../node_modules/@solana/spl-token/lib/types/errors.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/accounttype.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/cpiguard/actions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/cpiguard/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/cpiguard/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/cpiguard/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/defaultaccountstate/actions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/defaultaccountstate/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/defaultaccountstate/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/defaultaccountstate/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/groupmemberpointer/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/groupmemberpointer/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/groupmemberpointer/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/grouppointer/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/grouppointer/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/grouppointer/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/immutableowner.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/interestbearingmint/actions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/interestbearingmint/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/interestbearingmint/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/interestbearingmint/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/memotransfer/actions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/memotransfer/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/memotransfer/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/memotransfer/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/metadatapointer/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/metadatapointer/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/metadatapointer/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/scaleduiamount/actions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/scaleduiamount/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/scaleduiamount/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/scaleduiamount/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/tokengroup/actions.d.ts","../node_modules/@solana/spl-token-group/lib/types/errors.d.ts","../node_modules/@solana/spl-token-group/lib/types/instruction.d.ts","../node_modules/@solana/codecs-core/dist/types/readonly-uint8array.d.ts","../node_modules/@solana/codecs-core/dist/types/codec.d.ts","../node_modules/@solana/codecs-core/dist/types/add-codec-sentinel.d.ts","../node_modules/@solana/codecs-core/dist/types/add-codec-size-prefix.d.ts","../node_modules/@solana/codecs-core/dist/types/assertions.d.ts","../node_modules/@solana/codecs-core/dist/types/bytes.d.ts","../node_modules/@solana/codecs-core/dist/types/combine-codec.d.ts","../node_modules/@solana/codecs-core/dist/types/fix-codec-size.d.ts","../node_modules/@solana/codecs-core/dist/types/offset-codec.d.ts","../node_modules/@solana/codecs-core/dist/types/pad-codec.d.ts","../node_modules/@solana/codecs-core/dist/types/resize-codec.d.ts","../node_modules/@solana/codecs-core/dist/types/reverse-codec.d.ts","../node_modules/@solana/codecs-core/dist/types/transform-codec.d.ts","../node_modules/@solana/codecs-core/dist/types/index.d.ts","../node_modules/@solana/codecs-numbers/dist/types/assertions.d.ts","../node_modules/@solana/codecs-numbers/dist/types/common.d.ts","../node_modules/@solana/codecs-numbers/dist/types/f32.d.ts","../node_modules/@solana/codecs-numbers/dist/types/f64.d.ts","../node_modules/@solana/codecs-numbers/dist/types/i128.d.ts","../node_modules/@solana/codecs-numbers/dist/types/i16.d.ts","../node_modules/@solana/codecs-numbers/dist/types/i32.d.ts","../node_modules/@solana/codecs-numbers/dist/types/i64.d.ts","../node_modules/@solana/codecs-numbers/dist/types/i8.d.ts","../node_modules/@solana/codecs-numbers/dist/types/short-u16.d.ts","../node_modules/@solana/codecs-numbers/dist/types/u128.d.ts","../node_modules/@solana/codecs-numbers/dist/types/u16.d.ts","../node_modules/@solana/codecs-numbers/dist/types/u32.d.ts","../node_modules/@solana/codecs-numbers/dist/types/u64.d.ts","../node_modules/@solana/codecs-numbers/dist/types/u8.d.ts","../node_modules/@solana/codecs-numbers/dist/types/index.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/array.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/assertions.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/bit-array.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/boolean.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/bytes.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/constant.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/utils.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/discriminated-union.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/enum-helpers.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/enum.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/hidden-prefix.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/hidden-suffix.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/map.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/nullable.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/set.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/struct.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/tuple.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/union.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/unit.d.ts","../node_modules/@solana/codecs-data-structures/dist/types/index.d.ts","../node_modules/@solana/codecs-strings/dist/types/assertions.d.ts","../node_modules/@solana/codecs-strings/dist/types/base10.d.ts","../node_modules/@solana/codecs-strings/dist/types/base16.d.ts","../node_modules/@solana/codecs-strings/dist/types/base58.d.ts","../node_modules/@solana/codecs-strings/dist/types/base64.d.ts","../node_modules/@solana/codecs-strings/dist/types/basex.d.ts","../node_modules/@solana/codecs-strings/dist/types/basex-reslice.d.ts","../node_modules/@solana/codecs-strings/dist/types/null-characters.d.ts","../node_modules/@solana/codecs-strings/dist/types/utf8.d.ts","../node_modules/@solana/codecs-strings/dist/types/index.d.ts","../node_modules/@solana/options/dist/types/option.d.ts","../node_modules/@solana/options/dist/types/option-codec.d.ts","../node_modules/@solana/options/dist/types/unwrap-option.d.ts","../node_modules/@solana/options/dist/types/unwrap-option-recursively.d.ts","../node_modules/@solana/options/dist/types/index.d.ts","../node_modules/@solana/codecs/dist/types/index.d.ts","../node_modules/@solana/spl-token-group/lib/types/state/tokengroup.d.ts","../node_modules/@solana/spl-token-group/lib/types/state/tokengroupmember.d.ts","../node_modules/@solana/spl-token-group/lib/types/state/index.d.ts","../node_modules/@solana/spl-token-group/lib/types/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/tokengroup/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/tokengroup/index.d.ts","../node_modules/@solana/spl-token-metadata/lib/types/errors.d.ts","../node_modules/@solana/spl-token-metadata/lib/types/field.d.ts","../node_modules/@solana/spl-token-metadata/lib/types/instruction.d.ts","../node_modules/@solana/spl-token-metadata/lib/types/state.d.ts","../node_modules/@solana/spl-token-metadata/lib/types/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/tokenmetadata/actions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/tokenmetadata/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/tokenmetadata/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/mintcloseauthority.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/nontransferable.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/transferfee/actions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/transferfee/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/transferfee/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/transferfee/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/permanentdelegate.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/transferhook/actions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/transferhook/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/transferhook/seeds.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/transferhook/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/transferhook/pubkeydata.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/transferhook/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/pausable/actions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/pausable/instructions.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/pausable/state.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/pausable/index.d.ts","../node_modules/@solana/spl-token/lib/types/extensions/index.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/associatedtokenaccount.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/amounttouiamount.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/approve.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/approvechecked.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/burn.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/burnchecked.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/closeaccount.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/freezeaccount.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializeaccount.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializeaccount2.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializeaccount3.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializemint.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializemint2.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializemultisig.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/mintto.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/minttochecked.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/revoke.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/syncnative.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/thawaccount.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/transfer.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/transferchecked.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/uiamounttoamount.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/decode.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializemultisig2.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializeimmutableowner.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializemintcloseauthority.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/reallocate.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/createnativemint.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializenontransferablemint.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/initializepermanentdelegate.d.ts","../node_modules/@solana/spl-token/lib/types/instructions/index.d.ts","../node_modules/@solana/spl-token/lib/types/state/multisig.d.ts","../node_modules/@solana/spl-token/lib/types/state/index.d.ts","../node_modules/@solana/spl-token/lib/types/index.d.ts","../node_modules/@types/retry/index.d.ts","../node_modules/@types/promise-retry/index.d.ts","../utils/svm/transactionsender.ts","../utils/svm/utils.ts","../utils/svm/svm.ts","../utils/svm/index.ts","../utils/types.ts","../utils/ichainwallet.ts","../utils/index.ts","../node_modules/@types/connect/index.d.ts","../node_modules/@types/uuid/index.d.ts","../node_modules/@types/ws/index.d.ts"],"fileIdsList":[[56,101],[56,101,336,337],[56,101,337],[56,101,336],[56,101,336,337,338,339,340,341,342,343,344,345,346,347,348],[56,101,349,365],[56,101,349],[56,101,349,365,372],[56,101,349,365,374],[56,101,366,367,368,369,370,371,373,375,376,377,378,379,380,381,382,383,384],[56,101,349,365,366],[56,101,349,372],[56,101,349,351],[56,101,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364],[56,101,386,387,388,389,390,391,392,393,394],[56,101,349,365,385,395,400],[56,101,396,397,398,399],[56,101,349,365,396],[56,101,396],[56,101,334,335,404],[56,101,159],[56,101,402,403],[56,101,159,401],[56,101,401],[56,101,408,409,410,411],[56,101,159,409],[56,101,159,285],[56,101,268,269,270,271,272,273,274,275,276,277,278,279,280,281,286,287,288,289,290,293,294,295,296,297,298],[56,101,159,292],[56,101,303,304,305],[56,101,159,282,291],[56,101,282,285],[56,101,307,308,309],[56,101,159,282,285,291],[56,101,282,283,285],[56,101,159,283],[56,101,311,312],[56,101,159,282,283],[56,101,314,315],[56,101,284,302,306,310,313,316,317,321,325,328,332,407,415,416,417,421,422,428,432],[56,101,318,319,320],[56,101,322,323,324],[56,101,326,327],[56,101,429,430,431],[56,101,159,282,283,285],[56,101,329,330,331],[56,101,333,406],[56,101,283,405],[56,101,159,412],[56,101,413,414],[56,101,418,419,420],[56,101,423,424,425,426,427],[56,101,299,300,301,433,464,466],[56,101,159,292,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455],[56,101,291,292,405,412,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463],[56,101,159,284,291],[56,101,159,291],[56,101,159,282,284],[56,101,283,285,465],[56,101,159,282],[56,101,116,118],[56,101,151],[56,101,116,151],[56,98,101],[56,100,101],[101],[56,101,106,136],[56,101,102,107,113,114,121,133,144],[56,101,102,103,113,121],[56,101,104,145],[56,101,105,106,114,122],[56,101,106,133,141],[56,101,107,109,113,121],[56,100,101,108],[56,101,109,110],[56,101,111,113],[56,100,101,113],[56,101,113,114,115,133,144],[56,101,113,114,115,128,133,136],[56,96,101],[56,96,101,109,113,116,121,133,144],[56,101,113,114,116,117,121,133,141,144],[56,101,116,118,133,141,144],[56,101,113,119],[56,101,120,144],[56,101,109,113,121,133],[56,101,122],[56,101,123],[56,100,101,124],[56,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],[56,101,126],[56,101,127],[56,101,113,128,129],[56,101,128,130,145,147],[56,101,113,133,134,136],[56,101,135,136],[56,101,133,134],[56,101,136],[56,101,137],[56,98,101,133,138],[56,101,113,139,140],[56,101,139,140],[56,101,106,121,133,141],[56,101,142],[53,54,55,56,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],[56,101,121,143],[56,101,116,127,144],[56,101,106,145],[56,101,133,146],[56,101,120,147],[56,101,148],[56,101,113,115,124,133,136,144,146,147,149],[56,101,133,150],[56,101,468],[56,101,113,116,118,121,133,141,144,150,151],[56,101,155],[56,101,151,153],[56,101,237,238,239],[56,101,237],[56,101,239,240,241,242,243],[56,101,237,238,239,240,242],[56,101,169,237,238],[56,101,169],[56,101,166,167,168],[56,101,245,246,247,248],[56,101,169,191,216,217,226,237,244],[56,101,169,216,217,218,226,237,244],[56,101,216,217,218,219],[56,101,217,226,244],[56,101,191,216,218,226,237,244],[56,101,170,171,172,173,174,175,176,177,178],[56,101,177,179,237],[56,101,162,169,179,185,200,220,226,237,244,249,256,262],[56,101,169,179,237],[56,101,194,195,196,197,198,199],[56,101,179],[56,101,179,237],[56,101,263],[56,101,169,189,190,191,192,237],[56,101,185,191,200,201],[56,101,191],[56,101,189,193,206],[56,101,191,193,237],[56,101,179,185],[56,101,186,188,189,190,191,192,193,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,221,222,223,224,225],[56,101,185,188,237],[56,101,187,191],[56,101,189,193,203,204,237],[56,101,189,204],[56,101,188,189,191,193,220],[56,101,189,193],[56,101,189,193,203,204,206,237],[56,101,121,151,189,204,205],[56,101,185,189,191,193,200,201,202,237],[56,101,189,191,193,204],[56,101,189,204,205],[56,101,169,179,185,186,189,190,237],[56,101,191,200,201,202],[56,101,169,185,186,191,200],[56,101,185],[56,101,179,180,181,182,183,184],[56,101,179,185,237],[56,101,164],[56,101,187,226],[56,101,163,164,165,180,187,227,228,229,230,231,232,233,234,235,236],[56,101,232],[56,101,231,233],[56,101,179,185,200,226],[56,101,179,226,237,250,256,257],[56,101,250,257,258,259,260,261],[56,101,237,256],[56,101,179,226,250,258],[56,101,251,252,253,254,255],[56,101,252],[56,101,251],[56,66,70,101,144],[56,66,101,133,144],[56,101,133],[56,61,101],[56,63,66,101,144],[56,101,121,141],[56,61,101,151],[56,63,66,101,121,144],[56,58,59,60,62,65,101,113,133,144],[56,66,74,101],[56,59,64,101],[56,66,90,91,101],[56,59,62,66,101,136,144,151],[56,66,101],[56,58,101],[56,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95,101],[56,66,83,86,101,109],[56,66,74,75,76,101],[56,64,66,75,77,101],[56,65,101],[56,59,61,66,101],[56,66,70,75,77,101],[56,70,101],[56,64,66,69,101,144],[56,59,63,66,74,101],[56,66,83,101],[56,61,66,90,101,136,149,151],[56,101,154,156,157,158,159],[56,101,160,161,264,265,474,475],[56,101,265,266],[56,101,152,264,474],[56,101,474],[56,101,160,161,266,267,473,474],[56,101,472],[56,101,152,159,160,161,471,474,475],[56,101,159,469],[56,101,152,159,467,470,474],[56,101,152,267,473],[56,101,154,474]],"fileInfos":[{"version":"e41c290ef7dd7dab3493e6cbe5909e0148edf4a8dad0271be08edec368a0f7b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"4fd3f3422b2d2a3dfd5cdd0f387b3a8ec45f006c6ea896a4cb41264c2100bb2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"69e65d976bf166ce4a9e6f6c18f94d2424bf116e90837ace179610dbccad9b42","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"62bb211266ee48b2d0edf0d8d1b191f0c24fc379a82bd4c1692a082c540bc6b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"f1e2a172204962276504466a6393426d2ca9c54894b1ad0a6c9dad867a65f876","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"1305d1e76ca44e30fb8b2b8075fa522b83f60c0bcf5d4326a9d2cf79b53724f8","impliedFormat":1},{"version":"cebfeedf63623d54f7423d58cae1ec204c0d8d97a66d5fb17579e26a902085e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0671b50bb99cc7ad46e9c68fa0e7f15ba4bc898b59c31a17ea4611fab5095da","affectsGlobalScope":true,"impliedFormat":1},{"version":"d802f0e6b5188646d307f070d83512e8eb94651858de8a82d1e47f60fb6da4e2","affectsGlobalScope":true,"impliedFormat":1},{"version":"4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"e525f9e67f5ddba7b5548430211cae2479070b70ef1fd93550c96c10529457bd","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"17fe9131bec653b07b0a1a8b99a830216e3e43fe0ea2605be318dc31777c8bbf","impliedFormat":1},{"version":"3c8e93af4d6ce21eb4c8d005ad6dc02e7b5e6781f429d52a35290210f495a674","impliedFormat":1},{"version":"2c9875466123715464539bfd69bcaccb8ff6f3e217809428e0d7bd6323416d01","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"2472ef4c28971272a897fdb85d4155df022e1f5d9a474a526b8fc2ef598af94e","impliedFormat":1},{"version":"6c8e442ba33b07892169a14f7757321e49ab0f1032d676d321a1fdab8a67d40c","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"1cd673d367293fc5cb31cd7bf03d598eb368e4f31f39cf2b908abbaf120ab85a","impliedFormat":1},{"version":"19851a6596401ca52d42117108d35e87230fc21593df5c4d3da7108526b6111c","impliedFormat":1},{"version":"3825bf209f1662dfd039010a27747b73d0ef379f79970b1d05601ec8e8a4249f","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"40bfc70953be2617dc71979c14e9e99c5e65c940a4f1c9759ddb90b0f8ff6b1a","impliedFormat":1},{"version":"da52342062e70c77213e45107921100ba9f9b3a30dd019444cf349e5fb3470c4","impliedFormat":1},{"version":"e9ace91946385d29192766bf783b8460c7dbcbfc63284aa3c9cae6de5155c8bc","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"561c60d8bfe0fec2c08827d09ff039eca0c1f9b50ef231025e5a549655ed0298","impliedFormat":1},{"version":"1e30c045732e7db8f7a82cf90b516ebe693d2f499ce2250a977ec0d12e44a529","impliedFormat":1},{"version":"84b736594d8760f43400202859cda55607663090a43445a078963031d47e25e7","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"78b29846349d4dfdd88bd6650cc5d2baaa67f2e89dc8a80c8e26ef7995386583","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"e38d4fdf79e1eadd92ed7844c331dbaa40f29f21541cfee4e1acff4db09cda33","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"7c10a32ae6f3962672e6869ee2c794e8055d8225ef35c91c0228e354b4e5d2d3","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"99f569b42ea7e7c5fe404b2848c0893f3e1a56e0547c1cd0f74d5dbb9a9de27e","impliedFormat":1},{"version":"f4b4faedc57701ae727d78ba4a83e466a6e3bdcbe40efbf913b17e860642897c","affectsGlobalScope":true,"impliedFormat":1},{"version":"bbcfd9cd76d92c3ee70475270156755346c9086391e1b9cb643d072e0cf576b8","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"003ec918ec442c3a4db2c36dc0c9c766977ea1c8bcc1ca7c2085868727c3d3f6","affectsGlobalScope":true,"impliedFormat":1},{"version":"938f94db8400d0b479626b9006245a833d50ce8337f391085fad4af540279567","impliedFormat":1},{"version":"c4e8e8031808b158cfb5ac5c4b38d4a26659aec4b57b6a7e2ba0a141439c208c","impliedFormat":1},{"version":"2c91d8366ff2506296191c26fd97cc1990bab3ee22576275d28b654a21261a44","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"12fb9c13f24845000d7bd9660d11587e27ef967cbd64bd9df19ae3e6aa9b52d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"289e9894a4668c61b5ffed09e196c1f0c2f87ca81efcaebdf6357cfb198dac14","impliedFormat":1},{"version":"25a1105595236f09f5bce42398be9f9ededc8d538c258579ab662d509aa3b98e","impliedFormat":1},{"version":"5078cd62dbdf91ae8b1dc90b1384dec71a9c0932d62bdafb1a811d2a8e26bef2","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"71450bbc2d82821d24ca05699a533e72758964e9852062c53b30f31c36978ab8","affectsGlobalScope":true,"impliedFormat":1},{"version":"62f572306e0b173cc5dfc4c583471151f16ef3779cf27ab96922c92ec82a3bc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"dd2fcf3359dc2dacc5198ae764d5179e3dc096295c37e8241fdce324a99ff1ee","impliedFormat":1},{"version":"0ab3c844f1eb5a1d94c90edc346a25eb9d3943af7a7812f061bf2d627d8afac0","impliedFormat":1},{"version":"bd8b644c5861b94926687618ec2c9e60ad054d334d6b7eb4517f23f53cb11f91","impliedFormat":1},{"version":"161f09445a8b4ba07f62ae54b27054e4234e7957062e34c6362300726dabd315","impliedFormat":1},{"version":"77fced47f495f4ff29bb49c52c605c5e73cd9b47d50080133783032769a9d8a6","impliedFormat":1},{"version":"a828998f5c017ec1356a7d07e66c7fc8a6b009d451c2bdc3be8ccb4f424316d2","impliedFormat":1},{"version":"34ecb9596317c44dab586118fb62c1565d3dad98d201cd77f3e6b0dde453339c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0f5cda0282e1d18198e2887387eb2f026372ebc4e11c4e4516fef8a19ee4d514","impliedFormat":1},{"version":"e99b0e71f07128fc32583e88ccd509a1aaa9524c290efb2f48c22f9bf8ba83b1","impliedFormat":1},{"version":"76957a6d92b94b9e2852cf527fea32ad2dc0ef50f67fe2b14bd027c9ceef2d86","impliedFormat":1},{"version":"237581f5ec4620a17e791d3bb79bad3af01e27a274dbee875ac9b0721a4fe97d","affectsGlobalScope":true,"impliedFormat":1},{"version":"a8a99a5e6ed33c4a951b67cc1fd5b64fd6ad719f5747845c165ca12f6c21ba16","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"70b57b5529051497e9f6482b76d91c0dcbb103d9ead8a0549f5bab8f65e5d031","impliedFormat":1},{"version":"e6d81b1f7ab11dc1b1ad7ad29fcfad6904419b36baf55ed5e80df48d56ac3aff","impliedFormat":1},{"version":"1013eb2e2547ad8c100aca52ef9df8c3f209edee32bb387121bb3227f7c00088","impliedFormat":1},{"version":"b6b8e3736383a1d27e2592c484a940eeb37ec4808ba9e74dd57679b2453b5865","impliedFormat":1},{"version":"d6f36b683c59ac0d68a1d5ee906e578e2f5e9a285bca80ff95ce61cdc9ddcdeb","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"12aad38de6f0594dc21efa78a2c1f67bf6a7ef5a389e05417fe9945284450908","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea713aa14a670b1ea0fbaaca4fd204e645f71ca7653a834a8ec07ee889c45de6","impliedFormat":1},{"version":"b338a6e6c1d456e65a6ea78da283e3077fe8edf7202ae10490abbba5b952b05e","impliedFormat":1},{"version":"2918b7c516051c30186a1055ebcdb3580522be7190f8a2fff4100ea714c7c366","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"982efeb2573605d4e6d5df4dc7e40846bda8b9e678e058fc99522ab6165c479e","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"d67fc92a91171632fc74f413ce42ff1aa7fbcc5a85b127101f7ec446d2039a1f","affectsGlobalScope":true,"impliedFormat":1},{"version":"d40e4631100dbc067268bce96b07d7aff7f28a541b1bfb7ef791c64a696b3d33","affectsGlobalScope":true,"impliedFormat":1},{"version":"784490137935e1e38c49b9289110e74a1622baf8a8907888dcbe9e476d7c5e44","impliedFormat":1},{"version":"42180b657831d1b8fead051698618b31da623fb71ff37f002cb9d932cfa775f1","impliedFormat":1},{"version":"4f98d6fb4fe7cbeaa04635c6eaa119d966285d4d39f0eb55b2654187b0b27446","impliedFormat":1},{"version":"e4c653466d0497d87fa9ffd00e59a95f33bc1c1722c3f5c84dab2e950c18da70","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6dcc3b933e864e91d4bea94274ad69854d5d2a1311a4b0e20408a57af19e95d","impliedFormat":1},{"version":"e0c3dfdf18f717e2591d10bee809a21ebe558f63128e5aaf2880b0b0bd984848","impliedFormat":1},{"version":"9a66f750cbfbd9f193e631e433b17b8d9226991537ba66587185c13cd6534e0f","impliedFormat":1},{"version":"b50dc1eb21ae0cf50fdad3a52298af07a6c5aa681c55ecc68b45362294dc3972","impliedFormat":1},{"version":"2403a8e0780ec6f1e95f3a4f922eafdda29da975f0bffe7e35cad640b333247c","impliedFormat":1},{"version":"95dd2fa1a14df6e0e6347f2b67e02f516545df373fb2c694ef3ab2790206c338","impliedFormat":1},{"version":"6bc78ca431af68b902781d24cbf7c6ae662e6b1610e56ed6173f3a9384c50304","impliedFormat":1},{"version":"21a651efde14f50b4d04c5a746b113b981f4a45c7113d7ab9fbdaecc4972d086","impliedFormat":99},{"version":"b09d45c39f94e143c5ab7f5baf97c77c0b27323307df0847bcc10db34424f1e9","impliedFormat":1},{"version":"354648085514ffc13bde79849f02ee20496ec3807b751e07aed2105e6848396d","impliedFormat":1},{"version":"50f146a7bdfd99d7f3d08a3796e2c9cc7dd2e465dd29dbd35b34136a15db7309","signature":"1e30d1408e0a47e826bfb6220fdf51ff8cd164993ca051d46ab7e38812a8a26b"},{"version":"628f51b4caf99ec4994d603003464c3f13162edf2cbe5a445d8ddb06c59ff0d4","signature":"6f727242bd0cdb8ca47a5cbb96240892490bd84c58c300e8bcac46942123bd37"},{"version":"cbd8f7cbc0832353a1db0c80ffe50f4d623bcf992faac71b4aef9e0aa6f4f33e","impliedFormat":1},{"version":"643b5be3fb728581cdb973f3937606d4925a5270d367a38366e4ddc6b30ba688","impliedFormat":1},{"version":"f7b9aaeace9a3837c47fad74de94ba117751951904a6cb6f6a2340ca3a5052d2","impliedFormat":1},{"version":"b59a8f409202638d6530f1e9746035717925f196f8350ef188535d6b6f07ac30","impliedFormat":1},{"version":"10752162e9a90e7f4e6f92d096706911e209f5e6026bb0fe788b9979bf0c807b","impliedFormat":1},{"version":"91010341cfcb3809686aefe12ceaa794087fcd0c7d4d72fc81d567535c51f7b9","impliedFormat":1},{"version":"a5fa720bdcd335d6f01999c7f4c93fb00447782db3c2fad005cc775b1b37b684","impliedFormat":1},{"version":"c8657b2bf39dbb8bbe8223ca66b76e33c83a649c7655fd7042b50b50cf805c96","impliedFormat":1},{"version":"18282a2d197d5d3b187d6cfe784b0bfeb36dc3caed79d24705c284506c6a7937","impliedFormat":1},{"version":"bc7f372120474ef5e195f4c5627aa9136af9dfc52c3e81f5404641f3eb921b20","impliedFormat":1},{"version":"c897edb7e0074c2cb1a118ad1f144d4095a76e13023c1c9d31499a97f0943c6d","impliedFormat":1},{"version":"5123f400963c1ae260ba78bd27826dd5ada91cc3df088a913fb709906c2f0fed","impliedFormat":1},{"version":"f6c69d4211c1c0dc144101b7d564eec8992315a5b652108ab44e617fdfb64a9f","impliedFormat":1},{"version":"3a0b914cd5a33a695925999bc0e20988f625ff92224224a60356531cc248324b","impliedFormat":1},{"version":"3b9ef4448417e777778007a2abbfb171fbb400c4012560331330c89a8fd08599","impliedFormat":1},{"version":"fb9a7e5a2473dc818630a3a9a02a48906ccb7d1ee6becbbbbeca31f85b84e74f","impliedFormat":1},{"version":"80ae4448e40828f253d49dd0cba14ddaa948c4988d54d6bbd558015c4727f1f7","impliedFormat":1},{"version":"36ccd9bc1c33bf3cce297133d37acfc376d89ea0aff3111cf1792498ae5732d4","impliedFormat":1},{"version":"66ef9bd718776792705d01be029559b4f13c7978727dc364318fde5645d26abc","impliedFormat":1},{"version":"a5bb15e8903456dedd2a0c6c7f29b520b75a02fc44b36248fbac98e8b3106f2e","impliedFormat":1},{"version":"7087a77f8804d330429778346f2adf8418a4641b159f621938604aa20386887a","impliedFormat":1},{"version":"6d2e4114ccd05fb0cd657cfb73419eeb7e1464446aabfe4e652d4ad460c1fd1a","impliedFormat":1},{"version":"a52173b00ca45c107162f9f5501af38362ef8c587e76e5813f1aeb1f54772aec","impliedFormat":1},{"version":"8478f046870fe3053785d1fdb8fc3d4972437fbb230771841eb3945edda1cdce","impliedFormat":1},{"version":"8827ca3cd0a35d4a2da2b460620586a68dc0681b19f08559bc382f453ae0a915","impliedFormat":1},{"version":"5c56eea87bcede67b8df6a08185aaa023080fe74f21e7d262e5e0c5885ea6747","impliedFormat":1},{"version":"2a6140dea5f4014fbf2c301bcefcac865d9b5354ccc09865b309ec25b170eb24","impliedFormat":1},{"version":"62fbeac38ecc6d7b5ffe8b9c10c60a519963c8bc5a06d7260446a45fe920c01f","impliedFormat":1},{"version":"782f6c7ba1fa143a493e014cc02186c0cf19ce12189bcba7745c614e17e11a38","impliedFormat":1},{"version":"ba28b11eba525914120dda140fc01e3db951591724287eef1a6d061ee0a13ea0","impliedFormat":1},{"version":"6cdb8c1473687522f8ef65e1620bb8d703a02f4c570c662bd99ebf442ec9c3ff","impliedFormat":1},{"version":"799e4c2b1aae2c8531a20544168c528c7994f13bbce20f4813e30cde1ca72cb9","impliedFormat":1},{"version":"804a7dbd4c64f201d927b23b8563affa0325ec4bd3eeab339933cc85fcbbe4c1","impliedFormat":1},{"version":"c0a7ac0e0b21d67124311e0a70138df950cfa22360ae582c5d7b95a9a31f3436","impliedFormat":1},{"version":"c39a02bcdde4e5cf742febb47995c209f651249aa3f339d8981b47eb157dbc7f","impliedFormat":1},{"version":"3b63f1706adba31dd86669c3745ce127e1d80b83b1376942a5ae3653089b526f","impliedFormat":1},{"version":"d93c86ac706e8a3eb5c4fd2c3965d793c192438b44b21f94a422029d037113cd","impliedFormat":1},{"version":"c775b9469b2cbb895386691568a08c5f07e011d79531c79cb65f89355d324339","impliedFormat":1},{"version":"f8b830bc7cf2ebcadb5381cb0965e9e2e5e1006a96d5569729fc8eae99f1e02b","impliedFormat":1},{"version":"6465f2a53c52cb1cf228a7eeab54e3380b8971fed677deb08fa082e72854e24c","impliedFormat":1},{"version":"ea19638a70714d118d84c50b79220be781a8a95c62b79e1b695f6ea3c8f9306e","impliedFormat":1},{"version":"74965fc49475caca96b090c472f2c3e2085e3be05ce34639e9aabeccd5fb71aa","impliedFormat":1},{"version":"9640153ef1838657c1de17d486d9755fb714407156ec0be12acd132db4732c7f","impliedFormat":1},{"version":"b21157929842b9593200c73299fffde810be1b6c2554437e319db0025ecd53ae","impliedFormat":1},{"version":"cb929086d0d062bb948a1726e87c604db6387d885a846838a4da40e006c51deb","impliedFormat":1},{"version":"cb2e0b454aed00d0109fa243d681650916750a960736755edb673d4c2fc495dc","impliedFormat":1},{"version":"2a5c6f30ace32a85b24dec0f03525ed0a40190104be5876bd9107f92cca0166b","impliedFormat":1},{"version":"4d752856defdcbb39e2915429f85a92aac94406eb1bdef2855b908dde5bc013b","impliedFormat":1},{"version":"515caaccdd09e635befbfd45f023015a42d375e0536c9786412cf4dab847ff65","impliedFormat":1},{"version":"6cde23545d1e8d78b222c594e0a66de065311e0c6b0e3989feffb5c7f6b66560","impliedFormat":1},{"version":"a025111523c3c2c24484c1af1bfcab340490817de7e4b247b700ca7ee203a5cc","impliedFormat":1},{"version":"d7781fc81737645eeef3b7107c6796f95fb4791cb1a908b1f0254117b2536477","impliedFormat":1},{"version":"156d4829532c7d26f824ab7bb26b1eced1bfaf5711d426e95357004c43f40d98","impliedFormat":1},{"version":"2d9a0ac7d80da8b003ac92445f47891c3acdca1517fb0a0ca3006e2d71e1d2ab","impliedFormat":1},{"version":"5c62b984997b2e15f2d2ae0f0202121738db19901dc2bad5fe6a7a2d6af871d3","impliedFormat":1},{"version":"8c04e9d03324f465d5fb381371c06799cd06234f2aa83bdf4318cb9728132b80","impliedFormat":1},{"version":"616102e59c37f0f84d209b865f84fb186a29bb0bf112bd975be097113f854b89","impliedFormat":1},{"version":"a14590df3ef464f8a9dff9514df70c7aeff05c999f447e761ec13b8158a6cab0","impliedFormat":1},{"version":"98cbb6e3aa1b6610e7234ff6afa723b9cb52caf19ecb67cf1d96b04aa72b8f88","impliedFormat":1},{"version":"4bd91244643feda6c0f2fb50f58ee3c2e6af29dd473dc5fb70bb1cbd2eade134","impliedFormat":1},{"version":"f9575d2a80566ba8d17d2260526ffb81907386aa7cb21508888fb2e967911dca","impliedFormat":1},{"version":"d388e40b946609b83a5df1a1d12a0ea77168ee2407f28eac6958d6638a3fbf69","impliedFormat":1},{"version":"83e8adc1946281f15747109c98bd6af5ce3853f3693263419707510b704b70e5","impliedFormat":1},{"version":"64fb32566d6ac361bdff2fafb937b67ee96b0f4b0ea835c2164620ec2ad8ea09","impliedFormat":1},{"version":"678b6be72cdcec74f602d366fef05ba709aa60816d4abf2a4faff64a68cdfc1f","impliedFormat":1},{"version":"b0b8ac2d71ea2251f4f513c7d644db07a46446a6e4bccbcc23ccbefbe9ac3ac4","impliedFormat":1},{"version":"c7cae4f5befd90da675906c456cc35244edad7cdcedb51fb8f94d576f2b52e5e","impliedFormat":1},{"version":"a00e19c6ad43bfc4daf759038e309b797b59cc532d68f4556083022ed1d4b134","impliedFormat":1},{"version":"c4e720b6dd8053526bedd57807a9914e45bb2ffbda801145a086b93cf1cda6d5","impliedFormat":1},{"version":"1dc465a4431aaa00bb80452b26aa7e7ec33aca666e4256c271bdf04f18fef54d","impliedFormat":1},{"version":"ea5916d20a81cc0fd49bd783fce0837b690f2d39e456d979bc4b912cb89ceefc","impliedFormat":1},{"version":"dccc0a4cbe7cbabcf629ef783d3226ed28649f1215eb577a2e2cdb1129347a37","impliedFormat":1},{"version":"add54a06a7a910f6ed0195282144d58f24e375b7d16bd4a5c5b9d91bb4b5e184","impliedFormat":1},{"version":"dc03aa8332b32c2d7cd0f4f72b4a8cc61bbc2806eb18fa841ec3de56b8e806a6","impliedFormat":1},{"version":"dd56e1c623e5b14260b6d817f4f26d6cc63c77f5bf55321306d118617fc20c7d","impliedFormat":1},{"version":"d4cb93b91ab77070c8baebdcc5c951954ee219900795cc7e34aaef6be0081a2b","impliedFormat":1},{"version":"93ff68f1f2b1be14e488d472820e2cbc3c1744e4b55aea9a12288f612e8cf56f","impliedFormat":1},{"version":"7e4d2c8b02fc2529a60bd495322092644b5cf2f391b10bea4bcae8efea227c32","impliedFormat":1},{"version":"219b5d42961185874397f62f12d64e74e0825d260054984e0248010de538015e","impliedFormat":1},{"version":"27b5570022c0f24a093c0718de58a4f2d2b4124df0f7ff9b9786874c84c8af27","impliedFormat":1},{"version":"ad37fb454bd70dd332bb8b5047fbc0cf00ddfc48972d969a8530ab44998b7e70","impliedFormat":1},{"version":"265bdbd67761e88d8be1d91a21ec53bb8915e769a71bdc3f0e1e48fdda0a4c6e","impliedFormat":1},{"version":"817e174de32fb2f0d55d835c184c1248877c639885fcaed66bab759ff8be1b59","impliedFormat":1},{"version":"ea76d1231ea876a2a352eae09d90ae6ef20126052e0adfdc691437d624ebcc47","impliedFormat":1},{"version":"0961671995b68a718e081179cfa23c89410b97031880cf0fea203f702193385a","impliedFormat":1},{"version":"b6592f9a1102da83ba752d678e5e94af9443bf1ab70666f2f756ba1a85b8adfc","impliedFormat":1},{"version":"d1c933acc6c2847d38c7a29c3d154ef5a6b51e2ad728f682e47717524683e563","impliedFormat":1},{"version":"44380b6f061bbb7d7b81b3d9973c9a18b176e456eee4316a56c9e2932df77bfd","impliedFormat":1},{"version":"e558775330d82e3a2e16a2442c1332572f3cb269a545de3952ed226473e4ccdd","impliedFormat":1},{"version":"32d5ec19fbe22a610e11aa721d9947c1249e59a5b8e68f864d954f68795982d1","impliedFormat":1},{"version":"e1fa85a34e9710a03fb4e68a8b318b50cde979325a874a311c0429be2e9a6380","impliedFormat":1},{"version":"998c9ae7ae683f16a68d9204b8dea071377d886ed649f7da777dce408ede67b7","impliedFormat":1},{"version":"e02fe9a276b87b4c10c56cbcee81f8c6437d21a0a68eeb705e23105c3620677e","impliedFormat":1},{"version":"d56bc539844eceaaae11714c214add744ace0227da77c91e62d8c3cd0ee78964","impliedFormat":1},{"version":"9199f6ead2ae205b4a0efe8b427706b7b9856f2fb51587ca25e9161cfee2b163","impliedFormat":1},{"version":"120a62730ef5b8b61b4a82005c421506d0bf4f5a2fbe84b88149c79c894900da","impliedFormat":1},{"version":"3ca2a4b5f57c480c798f8310b3d3c10dc24fa73d5618889a27835eb80f783fa3","impliedFormat":1},{"version":"faf92d569360b567c70c11b08aadd997fb2ca1847687f370eaea8eda19f807f2","impliedFormat":1},{"version":"38e878406954753d87c2b0db8b5146da5abb86c44139526cba2046cc70fbd1d4","impliedFormat":1},{"version":"c500d215a2e0490d77f0f926507adac154bfc5cfcb855ffdbe2c600e67fbf36f","impliedFormat":1},{"version":"6a22003e006988f31654d8bf884208ff753d64bcb980a89e4c5eb933bf446d09","impliedFormat":1},{"version":"3a8493e70ee5fc14e8e9a028e5e3b1df79acbd4bc4ded50725d2ad4927a9c101","impliedFormat":1},{"version":"7f02dfc714a76c78325cdfbc138b57531103490dc9d88affdb3f4a54fdd879a0","impliedFormat":1},{"version":"c7aa7ffc4524febbae285eb825dbc0cde7f32e78736ee21e051c1b282b86adbf","signature":"079daa6e726329ff7ce59923746732acbd4d1b977f97627bc952e5ae4f2fd2d2"},{"version":"3c975b4789422b7c8b61b3dcb4795736b24e3adf117d7391ebe5be9943a6931e","signature":"b951bac246a008f5c005076309b1600da3815827da2a681519fef8b3e91e7f12"},{"version":"64f018e76aef5f8da7c53ec749eba897928e410c4457c03d0cf6ec164285ea5d","signature":"41f89cf02e5d0509339f3964d037a22a3255c3dc4b4081704e92019fcd473738"},{"version":"7bd78d7b4aa523e46b76f19cf1f9a9b83b94be52a06cb12d62a8d156c00f0a1d","impliedFormat":99},{"version":"9da3be1581103e0acf5f08ebc5ed24460322dfafb1ac69da014d5dc4a483a800","impliedFormat":99},{"version":"da6886dca4ee769cb1fa40757d9172a83368e361be7bef76ec3cf07e4dc5f8a9","impliedFormat":99},{"version":"8685c3d0ddfc9dc4e46a2004c2f2ec4d87efeb5f0ad6a53d48c0582d3ffe0761","impliedFormat":99},{"version":"aad2e723639c5d10e757430433edc63bc47c80a2771d5f29a47d72efe5ccbc16","impliedFormat":99},{"version":"9bc5e15c3e8d531d2bd30df972010e70666bd6bd4de57ea73c8a54c256f201cf","impliedFormat":99},{"version":"366b4a710a821e9d12a8ba59976cb619255351b1ed46ff2a7cb59e52e3c5efd9","impliedFormat":99},{"version":"2eab9bd13de1418725bffeb914252923dfe7737aed548da636d1f83fe86d90ce","impliedFormat":99},{"version":"52e27ca19a14551040f2d416cc461ffb66d1e580614c9ded60349457aa8dc32f","impliedFormat":99},{"version":"ff95ffb2c3a0c528ecdef1d4f9d0583b053c7b5b14fad0484ca24a10f3d803c0","impliedFormat":99},{"version":"efbbcd99bc7d919c901830d380d550f09d54fed91ba10d7c01fd637100523e56","impliedFormat":99},{"version":"4ff9e90fd09f201e27e286c42b2e39947a4dbffebe8b1e363c19dc24e7de0cbc","impliedFormat":99},{"version":"c908d519afbcec2451ef3236e1e60ff0864a20008bb362b1dc65faae0d4a209f","impliedFormat":99},{"version":"2f0b1a054dc679eff33ea5d78f38fb52be3a2828484a089345a5922ca015d4ff","impliedFormat":99},{"version":"92ad95e6220ab829c8f5cfca9be43e26e041a2922cde6e998782030d41c49963","impliedFormat":1},{"version":"4efb7b1f86f666d3ccc0980950fbfd47433853ba0279335ac3a448de52e6ff0a","impliedFormat":99},{"version":"4c3d23ed1f0ae934ce1c70036bb86432853203a3c9bef65b0508cabe78bc8471","impliedFormat":99},{"version":"bce555ca7b622803e6d02fd5b329b8f9a1d210ce50170f7d9dc159850ee12289","impliedFormat":99},{"version":"def16e36d2c06f660bfd5b1475124076951f96be19432806b75fbb14fcf3585b","impliedFormat":99},{"version":"43ee8c4a935c01726fab0b7b9e4b6bd3691fb209fa621791f70aa630d55166c0","impliedFormat":99},{"version":"86ae83eb226a1b8e2f70de4a5610ac500ce8971b604632ce7bbcaaf3d13d399d","impliedFormat":99},{"version":"7f6ab1efc3c2fc908ed9c93f84f68a582d9167f60937235f2cd301478d7f5e94","impliedFormat":99},{"version":"b2751a77782a0dd713289c2e086699290f993a2a6ecf39958e4b03f680b31e21","impliedFormat":99},{"version":"b3c1319feedffe7321c34b7167042ae4667b1f2cbe75c12b2665ee81ee7269ef","impliedFormat":99},{"version":"b3d81d996ec2281f859a45eb5c16df03ca64a451ea9e46dbd1f7f5bb8f0d8aa3","impliedFormat":99},{"version":"09ab28987b85ab03c2fdc78a76e48604af3c048577f4bad6948b76f8701b5827","impliedFormat":99},{"version":"966042450d726d12936da89c37879161803fe69872edf798648c31c771ca7656","impliedFormat":99},{"version":"b1ed373950c740359a135801f40b932d7f28b3fb0dba2533048d6929bdb4bf64","impliedFormat":99},{"version":"908cc3d2610b39fca4286537b475d45d956a5ac81ecfac3b36509764b4c4e68e","impliedFormat":99},{"version":"573707d1170f4357c0e62c92913db845f7aa06612da1ef594790f24407efdb75","impliedFormat":99},{"version":"fc9684e27ee9e97daee7c4baf3426d733b6e9b269dc95090c07f60bc7c7241d8","impliedFormat":99},{"version":"bdb8af267942f3ba49df1ae5bf374e7fef80d6228301a5a14ea86b8f46419a97","impliedFormat":99},{"version":"e4c4a481968f01ca4caccc4775100deb9d7c13ea9c8cad905320d8a6eb882cc8","impliedFormat":99},{"version":"1a06351c322f26ea390b5f64be6bcb4581487c56295ce7910d26fbc145c0de09","impliedFormat":99},{"version":"8ea2f6db6a13c15cd18354dc171172bd25f69fafa38e51115e7e0d73fe0e7194","impliedFormat":99},{"version":"f09fb4fd37cad325148837d5af245b810361dea1dfe3b9295ea26811641ef9c5","impliedFormat":99},{"version":"ab1ca5724fd1834ea88fc64059e496b9b81d79587879b2542dc95629cb476df6","impliedFormat":99},{"version":"1a1cf67d17bdf51b03e5738d6691791d207023bb983880cfa40e694f4c7c3658","impliedFormat":99},{"version":"dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","impliedFormat":99},{"version":"ec4546150cc5e8289a46866e5f09468ab9f8bd0e62388307dd8278b72753f124","impliedFormat":99},{"version":"3753072c118bb577a833b2beaa6083855150899d6e9e8808f82f8c7a0c897de7","impliedFormat":99},{"version":"ecbca823128bdadfe66e895f024554ed9bb30c0557ea7d0d76840d59fa9afb58","impliedFormat":99},{"version":"dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","impliedFormat":99},{"version":"36554ee1a2f2320d303fab7ca4b29596bb177ffe548ca8b55e5bf84f93d3470f","impliedFormat":99},{"version":"1fb315481ddd56f10db8aa5e13d692d0de320d90dd1ec681838e240f514fc8a4","impliedFormat":99},{"version":"51bbbda01d321417d621a1d5be7d4e84a27c5cc5714045e6497af440bcf936ec","impliedFormat":99},{"version":"859af863983c2fb4b676c31cfd6644058b3a2ec60dcca7afec8545a1c18bf044","impliedFormat":99},{"version":"e4abb4ac717aa2536da992f1474028555d4cb6fa58f18ccbd7c85df091343511","impliedFormat":99},{"version":"51bbbda01d321417d621a1d5be7d4e84a27c5cc5714045e6497af440bcf936ec","impliedFormat":99},{"version":"0e028e080ee6c91ac3e9bc2e7811328fecf16478aee2744196e4dba5c63a5812","impliedFormat":99},{"version":"26cd4771b2758fab625c1e4daa0255373c4217c7c2f52b9f8cee614650e395b5","impliedFormat":99},{"version":"ec9265f91fc03169f575e783fdc7eb9b91631fc9508ebc4d72b5c7376dc2838f","impliedFormat":99},{"version":"f8212c6b11820840c05fe818464cecb86d913a56efbc96366cf15eaa1fa61ea7","impliedFormat":99},{"version":"dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","impliedFormat":99},{"version":"df705626180117f2093223856259585b3980d4c76677f86ef056be64eaf8ef10","impliedFormat":99},{"version":"5ae0421ff74c7f92f2ae6ef99a4e5a4d08cd2ab7b9035ca8dc9094f87ec00854","impliedFormat":99},{"version":"2b26e0da909c8887901e6918a600b041b8a4187e3fc1d6a97d4327cbf9d78e20","impliedFormat":99},{"version":"dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","impliedFormat":99},{"version":"1834b47b5e9e94d65d3dbc92eb741e700fc0295afa6bf6bc9e295d85b259510e","impliedFormat":99},{"version":"a986bf4e386590ddf9e1f2ddebec670d6cfffc7cb742e88d9cbf25d8cf6c6e3c","impliedFormat":99},{"version":"51bbbda01d321417d621a1d5be7d4e84a27c5cc5714045e6497af440bcf936ec","impliedFormat":99},{"version":"0950450a9b9e60d9b2d1c6655caf0c2ec1281ddb3bed8e43c97484cfd2529cdd","impliedFormat":99},{"version":"7bb22b0e03ee4cb0ec7018ece9b4a7d1b99947ec5ce303c41eebc18427d47014","impliedFormat":99},{"version":"c02b653b1114928953e8e073fec7ba7dc07b3c09fe0fbe177b75ccf715826b2a","impliedFormat":99},{"version":"dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","impliedFormat":99},{"version":"92e884e9398fd2f92eeb89b453527e103bd4f3522c3fcfe9b37aa2f06cb55e59","impliedFormat":99},{"version":"00a1ef46b9c5cf7cef36f691a235c0cb6e04e7953548507d66f8b7d6c76b78ab","impliedFormat":99},{"version":"d412bee4d7cce20207f126da114e0fbcdf14ae37fc72b038b993aa7d2ab90501","impliedFormat":99},{"version":"dfd85bb9018f85a16f56b2bdb06712550c72ad43771c984f0740933562716b9f","impliedFormat":1},{"version":"3e15b8234de578c958c85af5df2d74728382abdc9b8e3a09f65a2f87908dda4e","impliedFormat":1},{"version":"9f237d2411854489c7f25dbef70faf7e1b4b8c97980b1e1519de9c298093a76b","impliedFormat":1},{"version":"8899191137ddd594c771a77dbb8769b2fae098882fcb1b63e19b32cbbbb147a4","impliedFormat":1},{"version":"ab6eb60d22a5cae7ea878c3b31706dbf7f25541abc65277b42d599b3d51e6223","impliedFormat":1},{"version":"3d69c83ee1b82b7bd7124b932bdf81870d33b8e4b902569943a977853ffe7d9c","impliedFormat":1},{"version":"0ddfb5bc655babbb14fd4209c7046df88373117d4b5bdbbc1ce7bcf36dcf3bb1","impliedFormat":1},{"version":"f3d2623af0d17114598a59ea2d028636fa457b8b403a182b9836c55c92316f08","impliedFormat":1},{"version":"7df556f9fe0b9c12d556e938d6f1919dc19309fe14b148b37e499b78f61c77c4","impliedFormat":1},{"version":"781a2bd6a5143d55c8f12566093eb77ec7cde12aa1f5e463ea25fdd56e27044b","impliedFormat":1},{"version":"86414c1a9abe962df3589f780ec79573ac7e387f93945d954f98ef4082c36872","impliedFormat":1},{"version":"5f8a909527729ed82721c24c937d53c0d7f043f9ee5c4f9b3d79b083bc5c29cd","impliedFormat":1},{"version":"96ab1f14df41476d899aa51f5ebb6c6cc73da6d4c453b8f5e028e6b97d5d4978","impliedFormat":1},{"version":"26ab229375d893b57a6beb1c7bf34bdb10f44ba014f540552ec85fd12934bcf7","impliedFormat":1},{"version":"38d27d13b6e4f4a71a3e56d7d328483d545292a113226c2868c3f805bbfc1634","impliedFormat":1},{"version":"8673dbde34d0cc05894df27e4bdf5990df492c4d34c3dcd18b6e21796fd15fe4","impliedFormat":1},{"version":"d670fb759fe85972ee913251ece82ef8316ad60db7da6ebd00870bb92c508fb1","impliedFormat":1},{"version":"c9bbd1795b24b0f7812e67af7d19c67ae939e8cd1d0c3f4a1317a3f6170c99f0","impliedFormat":1},{"version":"621e56640e255a3115583c4d6312570b42817fd94dd6c06648870c1346e2b1df","impliedFormat":1},{"version":"2371fcefbf57c50dcd79fea7bbd3ccc54ec0d2abe1de504874d4efa541883f76","impliedFormat":1},{"version":"33ab90858fc316775a8ecf48a01bb79f03817c3d96bf513c09ce1b8920e4dd76","impliedFormat":1},{"version":"a231a096989e067acee6dd64155bb1e53934a61df42d6aeb99a17807c9926ad0","impliedFormat":1},{"version":"0b1d800eaf4e727eb9c714fae8fd95e55fbeaf25857b49bea790af1574be4a85","impliedFormat":1},{"version":"e59528ccbc75b696898856a059587a882067d990d76745d64dbab1e6b4398009","impliedFormat":1},{"version":"252741724c8a904d920131b9a62208da4e9799cbb144283f3545a16accb1674f","impliedFormat":1},{"version":"b39d89bd47d82b44feb9d7d435e3a55ec57c1f6cc8d2bb1ca7864b2b99bc5bc9","impliedFormat":1},{"version":"38bfe4a8dfda39d360af47539b98baa383e3c79e350e3c55a978ce956d8ed4b1","impliedFormat":1},{"version":"0fdda965c835ca890a998a10ddf96c494e82b0c12eab67ca2230f68ea093c908","impliedFormat":1},{"version":"cf4df17dcb70eee873ad6d67cfcdbffe09772b627eb98b9432377fc75ef7092b","impliedFormat":1},{"version":"965417cee04e9d38845d413e467290774dcfd7ea81423e6fca44ca3e20997873","impliedFormat":1},{"version":"4c3695b79025f04f54e74536893918730bc10eb01e00b9c2f0baad00aa2dd89c","impliedFormat":1},{"version":"873c7dd4941cc43a45ee6f02012fb8344caaf996173df73a4e19913b1141900f","impliedFormat":1},{"version":"2531cd5e023c45796ff9996f859a5cbdda14259c5dbfbe7ed52c2cd6307e6667","impliedFormat":1},{"version":"5e5e719a24e3c5b53a7540394e92e97dab206620c00229202dc9f9fd106bce33","impliedFormat":1},{"version":"523a395a32c17b2fd93560fe91ca5b0ef40b475319a1f5e1a3a1a0a16632abd7","impliedFormat":1},{"version":"0f2022020e9b48d7d3cd73d78de09d33c7a02cef7fa9176a89df855347e98ec1","impliedFormat":1},{"version":"25f0fca6b5e0b89074334e87d8061b3c08293bf0b6dcd478fff7c695b99ca3cc","impliedFormat":1},{"version":"3527f58048baa0dbbb289945ea633f8cd10b5668d9c2d29641cab2b36791df37","impliedFormat":1},{"version":"de453fbd0c1cad55c59bb10e8b3f46e7fec4bf27a8149bd052a67bdf326b97c8","impliedFormat":1},{"version":"23aabcfed54fee592a22c01224811f6ab07b3f6e5242179e8f4de147b4b66992","impliedFormat":1},{"version":"8153edd1581568d8c35ea458627a87db312dfaa86e86957e0c6506f80c90d031","impliedFormat":1},{"version":"d2d33a12a2d340da5aae54a09c1af641b4c1c5d11c10af08e40a752697ff93c9","impliedFormat":1},{"version":"621c6f56254c53e61b975c1d7794cdce092b8c058bda96ab44e7d34039915724","impliedFormat":1},{"version":"24b2524c5d0caf2f9783afb8b5c7910bb688accdc50f0f1fd09d576769ad7056","impliedFormat":1},{"version":"4ea8fbe2c5dbd1e93e5be1805e950a8aefaf9ed8bf742624ef9bbead0548cc33","impliedFormat":1},{"version":"ceef64943b889ede63bea25d79c237bbf131d149bbbdb63d960afbe4e88394cb","impliedFormat":1},{"version":"f8dbaa1df3053e1e866be6335bd0bbfb59b087100c88280e173a7f8c71489f39","impliedFormat":1},{"version":"d4e51e1e64ba79db6a4287f4be2745f699d47c4cf4b561d44d0a5739604bbf2b","impliedFormat":1},{"version":"380c4123ec4b23e7ba369c0cdb3a53cc3ad5362d0798dac28eea37dccfa2831c","impliedFormat":1},{"version":"29f80580c3ef7d5985c77e92a43e9dcda01404a3e932b3c13ad0c81bed0604b0","impliedFormat":1},{"version":"9eea219d6aee0b2828d05390fca2d97897f28dfcfc9ea28e89e49b17e181fd86","impliedFormat":1},{"version":"e822c6d5791504716b5c354f34c6359f4eb5dc58b02eeb7ca2bacaf4e12964e1","impliedFormat":1},{"version":"68c0b30766379c66ec6c29f2f28a4ef812765f16bfd8179cd3e55044e7fbc1ed","impliedFormat":1},{"version":"f6cbc3623702fbac026bd009ae0487d71929794c1abce8078caf6cacc7a29284","impliedFormat":1},{"version":"df97caa5b48b8b45ea863dd2b4520c0314c22022f20520a8733d906b5af696dd","impliedFormat":1},{"version":"f5dd94c10a58d2f2bef1d5f0bb2dc74e2d4437b0f1715b8a350756fd9f18ebcd","impliedFormat":1},{"version":"ab42549112b159f45e982a5e510d09d47ad6d698e1e3883126cb2c32502c473b","impliedFormat":1},{"version":"00165eaa48e183fb416419d196455e68a87fe91062b8c00131fce8c89f44f8ef","impliedFormat":1},{"version":"5810d9853732cacc825eed5b17a78e6690e62d25f0bbd8007836e67d1fa86e6c","impliedFormat":1},{"version":"f88965900f3eac9928f67bf05e5eff94aa36fed8a755a4ae2c24742053172094","impliedFormat":1},{"version":"eb80a37e22e70eef871f80cd04b190d8bba835f1a6096040d947fe55d62a7db9","impliedFormat":1},{"version":"d969b99d2d72b2d4739109e9c9b9f7c49d070d672f65b47f043903d4bf708845","impliedFormat":1},{"version":"dad944020c14c58d2dde4da2affd973a84f9e3e4d5101144ca6b1d658edf6283","impliedFormat":1},{"version":"e0eecfdf06504177423ea604c5b7036aea5c05cff8e6b5c5bf65e09546668e39","impliedFormat":1},{"version":"9ed6d88f27fe2e8fcfd9a4cbfe5c950b212baeba9accb6d83666600addd4dfcc","impliedFormat":1},{"version":"6f4ee252d6e45ef593d7b0f6cbc424db48c2aa0b864b0fa70a6c075bcab0a02e","impliedFormat":1},{"version":"9152e9cb89776f3cca3aea54a1ffd516d0d7e985d2dfdd68dcdb4f7e5b9a9b71","impliedFormat":99},{"version":"ef0404706ce91746197fd5d39f7e3c4e92ad7bb83434d95d2cb29a4d549c7cfc","impliedFormat":99},{"version":"87a82461d9c74c259975943afba224f174b6929b8b69f19316f594029b110dd9","impliedFormat":99},{"version":"51b42b886fcf0a19b9ff49868f4e6a6c43bb63c3adbeca84ea5a4f2ed4d5138a","impliedFormat":99},{"version":"1825792255e342f5af15246fc9619e3759af6be25a4cc968999bea915e463a45","impliedFormat":99},{"version":"063c5946311513d1719f294be42441c737e304df8c0cf7faa2a8a68bc59cbdf5","impliedFormat":99},{"version":"cbd4af10b152134ef5c1ec62fc2e45b008eab6c6fea2f63abe8e60a5965ea73e","impliedFormat":99},{"version":"bee7e164f33a358aaf7d2c8d33fb2c57ad5ea0b4472f23aa29de0758a721b54f","impliedFormat":99},{"version":"ca5f5d0a3cae743b58dcbad8f67d45b46387e4677a971587dfab16a748d55a31","impliedFormat":99},{"version":"c2cf729834036adabccce9347584c8ad37e5950825b72c671df91578e7282ed1","impliedFormat":99},{"version":"48fe338e450cecf8f60b99b32ec056464690e0881a708623067295217461e584","impliedFormat":99},{"version":"9d31a8af6bc7c4b99b655f057cc1f07343fe9616bf794175ae4b6173743cc508","impliedFormat":99},{"version":"ea7feac90d8512b4f2ff6e1b4efb4367aa4a22912c356d6d98bc7f8a858b6dbb","impliedFormat":99},{"version":"063c5946311513d1719f294be42441c737e304df8c0cf7faa2a8a68bc59cbdf5","impliedFormat":99},{"version":"ac424eae6846b72fe5f0d5f699d198cb8aeae735924d0ea2ceb7a314e9eee4a1","impliedFormat":99},{"version":"9d4b95ab06738e0127a372f236d9b2428598709094548d63f51a8478b0253e2b","impliedFormat":99},{"version":"afe59e36dbf265d69eb9ef811fe4f15f4999570185587a7fb3aa741254c3ecd5","impliedFormat":99},{"version":"323f44e24829feb36b18b0d77c13d2dbcb5813fcc80ba2c5a6235f17741cff7f","impliedFormat":99},{"version":"178728484e7a6c10ceaaaa8e4ccca3c3dbe1c4c0dc74a9b101036f9ab0bdbcb0","impliedFormat":99},{"version":"dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","impliedFormat":99},{"version":"1d0567a40b032ad0d8ef91ded14739dd78230d9a79b209a038d9aa74b49cfaf9","impliedFormat":99},{"version":"68465a68993beea899574bd899cb5d8fc7e1189d716bff6426836c49ff2c76d9","impliedFormat":99},{"version":"59263852a2516cf57e49d545fd52e923359624cba5f8cf595f48ae404fdf7524","impliedFormat":99},{"version":"1151f7b54019b6eff96526ec72d542274bd73632d473486d6fecd8084e53201e","impliedFormat":99},{"version":"edf122f1acbc0843190dc272de1ac542c77943477a8ab6110574cb632b7e1b01","impliedFormat":99},{"version":"ef01b6992842eeb7c25e1807e6d3936f134f498e5f030877e37340221800c501","impliedFormat":99},{"version":"726dd160da57c905467702b85d53263d92b3a87d5a05b289f0acd2b98c000c55","impliedFormat":99},{"version":"21312a463d81457867895b35095cfd827ec775142e5e113071c4714d24d45b39","impliedFormat":99},{"version":"6fc5b8953b8fb338a0839bb9e2edfdf6b80e6a14b169b54c5ec94899f4b6898b","impliedFormat":99},{"version":"7937d37b8615603f403e19a9b0e4357a214fc646fe4f50a7ea96f35aa90fb74a","impliedFormat":99},{"version":"dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","impliedFormat":99},{"version":"c762aeec152965fb0de7e6c5cc500df1ab788acd86891488a6b1e39b782b1cc9","impliedFormat":99},{"version":"988e41d18cfb7249f367afaa04c1ef20dcee125b24b0ab22fa729ffadb302855","impliedFormat":99},{"version":"9d2679c417dffb67d7f5e8b1a29909fdeef58dfccff9a2bd3ee92bf7c9417b04","impliedFormat":99},{"version":"1ace3b57c44f6b67bbecc38bcd1001f4cdbe8cae9f2b1b682c5b723c5a396265","impliedFormat":99},{"version":"644979a865433b3107134325fabe637c2664878a5045170455a12e958426ed53","impliedFormat":99},{"version":"4f54c7fb5961a99ec9e3903f7c36705c8924bf8aa1b2101a6a53ef633b38ca4d","impliedFormat":99},{"version":"eb3b31f11e913d8efbe4b1c9a731c0750eba9e8ac7c64f961fe2b8747a0d8b55","impliedFormat":99},{"version":"d60d7172b4d4708afc0ec411eeb6ae889e8d87c25baae64cd70a8f77f003d751","impliedFormat":99},{"version":"106c47488674753b587c532bba6980d1010a1440c47ce25bd4ee9d65c4fcf9cf","impliedFormat":99},{"version":"f25408ad90b9a433f4124f2408ec5d71985514dcb25da5146077824d30a9262d","impliedFormat":99},{"version":"61c0ca22963ab7a232e6ff1f0e7558a3d90cbc489288bf5c2bceeb374196bc2a","impliedFormat":99},{"version":"3f19ba14366c8314024981eff375a3c4c82b5e8a1571f99021a2c595a58b7787","impliedFormat":99},{"version":"381feb39bec29f74e9a8762914cc44302fd5bb28f4a4167d19a08d0a2e6fbbc9","impliedFormat":99},{"version":"1e13042b06c91a57e17cadbf39df975995858b313efb976a17f03b1ed4ac941e","impliedFormat":99},{"version":"1bf7f34549f798ce83855e7852f40fe1b161a0a99cc2ec710fd3033b6c708efa","impliedFormat":99},{"version":"ffa11a6abf9bec5461a52f9540573d9587f5d5cfdf44e02ad69349004aeb0bf7","impliedFormat":99},{"version":"228780797f100a9097434e10e0a8881e9da01c40cd10d924c36ec3d29be99cd4","impliedFormat":99},{"version":"ad6597894af9ed66e55c285cb151132cf881c6a5a66550ac014c30d64654fb52","impliedFormat":99},{"version":"4c46080a788a4f839fd6e79089994bbc88b96a4e4223a9bf8f29bfa709e12609","impliedFormat":99},{"version":"8a33af7d173a56d3cfa0fd4468262da3d3ddc7cf56116ae0025b69fa0b4e5d5e","impliedFormat":99},{"version":"ba9b62f2363f96b897ff129d9186cf55ea6a03a8a680cb4797343c34232efce7","impliedFormat":99},{"version":"efcfadc996b81902d8255b8fee04921ad6ef19bc5d870c24661bfc977fbced8a","impliedFormat":99},{"version":"e1f4d2566bc0f54666b9d2f2898551872a3ad4e50de55d7caaa22614df8dc969","impliedFormat":99},{"version":"309ad3b88b4421dbe229aeea35ff3dffce9422e98f3e36da382571ccb497d0e6","impliedFormat":99},{"version":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881","impliedFormat":99},{"version":"79b03a391d27ebbcc950ee8e7d78fe638c7d4ec7a4080e6dacc9f91f841fec8a","impliedFormat":99},{"version":"23f0e9d8fabba6af02f11c4941f9a2ce03eca49a9de8366472ccf0bdb24022c5","impliedFormat":99},{"version":"afb0b71ed7867fc32b57f7d71b7a39bacc3c2d88cac6901a2eaab0e8197c3f2a","impliedFormat":99},{"version":"e513da1a3ebfdd6862962fb5fca869ad3f71de6ba8af5b55496953f1e363f224","impliedFormat":99},{"version":"f54fcff687473488b9e395e102d51ab88d474bada45f0356cbab6ad41779c33b","impliedFormat":99},{"version":"33c72ffe8e3337d0094324ff7d927ff660e4a12c5f0ee4aef3f62665d27574d5","impliedFormat":99},{"version":"c618ab843c5d3e5b80f7fff99894f434689a83aef4bbda2e2ff53530060dc20b","impliedFormat":99},{"version":"722f091a793140b7a17842b4514c3562c7ebaceb7408a3bf2e5e48faa719ce45","impliedFormat":99},{"version":"c7a5628418ad6e46974eb6247b5c66012ce5c8294d7461c01b5e9249cf8d9dc7","impliedFormat":99},{"version":"7a985ca144078c55ff33db714ae38156421c632efc598d65edec6c8ead046eb5","impliedFormat":99},{"version":"868c78a84ad3530fc1b6e03da4611405da111bbfb0f1480abe45e801cde0b995","impliedFormat":1},{"version":"9e5d257542f508ca9dabd0cfd8d95192cf5ed1056829c4a60ab64696d34a3d07","impliedFormat":1},{"version":"2f00787b6f114432d4cbf4ac602d7bf1cad7dfb9d72c714b14315f31d814adc3","signature":"f92499ad494c2ac372cc1561b6c5dc8e1fbe5e2505f4ddca1fc107a014396e99"},{"version":"e7fd8301337390e2f5c2a869986d07abc37d8c5ccc35fc8c437295681d307110","signature":"9f12f337e80de44095b1ace417a146c5c32f223a7927bb2e2a3fe8ab69b9f5c7"},{"version":"b0d47e15fe8e6adb76e0ba1635db3de351c48d195a88135c045b949e9b547500","signature":"e62fb833aa22bfce13032cced2272b7362ebb435672d8adc815f0d6967809b45"},{"version":"0a636f07ef07937e3416b26bd2b9fcb2d724263226256a3475006a9d83a2e980","signature":"16c18ee4527f3d79396fae2fe47529223d5a29c64b0b4a1a715edfb744570f8f"},{"version":"f0335e4d9b7bcd34ab29d0ee5dbeda17181788608e7773c062b4c72a3489702d","signature":"585e4e90d688bc0479d1d4bee3a1cf56160df377236f2bb4116a1774f904f3bf"},{"version":"dfc1d9b654ed629d4c77f1f4d2aa23a8ee7692c82a59616313aa32238d4f3e89","signature":"da9d5ea58c4199c3c9d5eaec5ae7792f323c76e36f33e05a28fefa88e367bb4f"},{"version":"9a24ca49e36240b05cebf564f28dc191382453e73164089a372fb235f9f08bd8","signature":"772199834577083679e78d58adb820b9427f335b45b90c64b87d483225754eac"},{"version":"104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","impliedFormat":1},{"version":"fab58e600970e66547644a44bc9918e3223aa2cbd9e8763cec004b2cfb48827e","impliedFormat":1},{"version":"bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31","impliedFormat":1}],"root":[160,161,[265,267],[470,476]],"options":{"allowJs":true,"checkJs":false,"composite":true,"declaration":true,"esModuleInterop":true,"module":1,"outDir":"./","skipLibCheck":true,"target":7},"referencedMap":[[282,1],[338,2],[339,3],[340,4],[341,4],[337,4],[342,3],[343,3],[349,5],[344,2],[345,3],[336,1],[346,3],[347,3],[348,2],[366,6],[367,1],[368,7],[369,6],[370,7],[371,7],[373,8],[374,1],[375,9],[376,7],[377,7],[385,10],[378,11],[379,6],[380,11],[381,12],[382,12],[383,12],[384,7],[372,1],[350,1],[351,7],[352,13],[353,13],[354,13],[355,13],[356,13],[357,13],[358,7],[365,14],[359,7],[360,13],[361,13],[362,13],[363,13],[364,7],[386,1],[387,7],[388,7],[389,7],[390,7],[392,7],[391,7],[395,15],[393,1],[394,7],[401,16],[400,17],[397,18],[396,1],[399,19],[398,19],[334,1],[405,20],[335,21],[404,22],[402,23],[403,23],[408,1],[409,24],[412,25],[410,26],[411,23],[268,21],[269,21],[270,21],[271,21],[272,21],[273,21],[274,21],[275,21],[276,21],[277,21],[278,21],[279,21],[280,21],[281,21],[286,27],[299,28],[287,21],[288,21],[289,21],[290,21],[293,29],[294,21],[295,21],[296,21],[297,21],[298,21],[300,21],[301,1],[302,1],[303,21],[306,30],[304,31],[305,32],[307,27],[310,33],[308,34],[309,35],[284,36],[313,37],[311,31],[312,38],[316,39],[314,31],[315,38],[317,32],[433,40],[318,21],[321,41],[319,31],[320,38],[322,21],[325,42],[323,31],[324,32],[328,43],[326,31],[327,38],[416,38],[417,35],[429,21],[432,44],[430,31],[431,45],[422,38],[329,21],[332,46],[330,31],[331,38],[333,21],[407,47],[406,48],[413,49],[415,50],[414,49],[418,21],[421,51],[419,31],[420,45],[423,21],[428,52],[424,31],[427,21],[425,21],[426,45],[467,53],[435,31],[436,31],[437,31],[434,21],[438,31],[439,31],[440,31],[461,31],[456,54],[441,31],[464,55],[442,31],[443,31],[444,31],[458,31],[445,31],[446,31],[459,31],[447,31],[457,1],[462,31],[463,31],[448,31],[449,31],[460,56],[450,31],[292,31],[451,31],[452,31],[453,31],[454,31],[291,1],[455,57],[285,58],[466,59],[283,58],[465,60],[159,61],[152,62],[477,63],[98,64],[99,64],[100,65],[56,66],[101,67],[102,68],[103,69],[54,1],[104,70],[105,71],[106,72],[107,73],[108,74],[109,75],[110,75],[112,1],[111,76],[113,77],[114,78],[115,79],[97,80],[55,1],[116,81],[117,82],[118,83],[119,84],[120,85],[121,86],[122,87],[123,88],[124,89],[125,90],[126,91],[127,92],[128,93],[129,93],[130,94],[131,1],[132,1],[133,95],[135,96],[134,97],[136,98],[137,99],[138,100],[139,101],[140,102],[141,103],[142,104],[53,1],[151,105],[143,106],[144,107],[145,108],[146,109],[147,110],[148,111],[149,112],[150,113],[469,114],[468,1],[478,1],[479,115],[155,62],[156,116],[153,1],[154,117],[57,1],[158,62],[162,1],[240,118],[241,119],[238,119],[239,1],[244,120],[243,121],[242,122],[166,1],[168,123],[167,119],[169,124],[245,1],[246,1],[249,125],[247,1],[248,1],[218,126],[219,127],[220,128],[216,129],[217,130],[170,119],[179,131],[171,119],[173,119],[174,1],[172,119],[175,119],[176,119],[177,119],[178,132],[263,133],[194,134],[195,1],[200,135],[197,136],[196,1],[198,1],[199,137],[264,138],[193,139],[202,140],[203,1],[186,141],[207,142],[192,143],[190,144],[226,145],[189,146],[188,147],[211,148],[213,148],[212,148],[210,149],[215,148],[214,149],[221,150],[209,151],[222,152],[225,153],[204,154],[223,148],[224,148],[205,155],[206,156],[191,157],[208,158],[201,159],[181,160],[183,137],[182,160],[185,161],[184,162],[163,119],[165,163],[164,1],[227,164],[228,1],[187,1],[229,119],[237,165],[180,163],[230,1],[231,119],[233,166],[232,167],[234,119],[235,119],[236,119],[250,168],[258,169],[262,170],[259,1],[260,137],[257,171],[261,172],[256,173],[253,174],[252,175],[254,174],[251,1],[255,175],[157,1],[74,176],[85,177],[72,176],[86,178],[95,179],[64,180],[63,181],[94,62],[89,182],[93,183],[66,184],[82,185],[65,186],[92,187],[61,188],[62,182],[67,189],[68,1],[73,180],[71,189],[59,190],[96,191],[87,192],[77,193],[76,189],[78,194],[80,195],[75,196],[79,197],[90,62],[69,198],[70,199],[81,200],[60,178],[84,201],[83,189],[88,1],[58,1],[91,202],[160,203],[266,204],[267,205],[265,206],[475,207],[476,208],[473,209],[472,210],[470,211],[471,212],[474,213],[161,214],[50,1],[51,1],[10,1],[8,1],[9,1],[14,1],[13,1],[2,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[3,1],[23,1],[24,1],[4,1],[25,1],[29,1],[26,1],[27,1],[28,1],[30,1],[31,1],[32,1],[5,1],[33,1],[34,1],[35,1],[36,1],[6,1],[40,1],[37,1],[38,1],[39,1],[41,1],[7,1],[42,1],[52,1],[47,1],[48,1],[43,1],[44,1],[45,1],[46,1],[1,1],[49,1],[12,1],[11,1]],"latestChangedDtsFile":"./utils/index.d.ts","version":"5.7.3"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Balance, ChainWalletConfig, TokenInfo, TransactionResult } from "./types";
|
|
2
|
+
export declare abstract class ChainWallet<AddressType, PrivateKeyType, ConnectionType> {
|
|
3
|
+
protected privateKey: PrivateKeyType;
|
|
4
|
+
config: ChainWalletConfig;
|
|
5
|
+
address: AddressType;
|
|
6
|
+
index: number | undefined;
|
|
7
|
+
connection: ConnectionType | undefined;
|
|
8
|
+
constructor(config: ChainWalletConfig, privateKey: PrivateKeyType, index?: number);
|
|
9
|
+
abstract generateAddress(privateKey: PrivateKeyType): AddressType;
|
|
10
|
+
abstract getNativeBalance(): Promise<Balance>;
|
|
11
|
+
abstract getTokenBalance(tokenAddress: AddressType): Promise<Balance>;
|
|
12
|
+
abstract transferNative(to: AddressType, amount: number): Promise<TransactionResult>;
|
|
13
|
+
abstract transferToken(tokenAddress: TokenInfo, to: AddressType, amount: number): Promise<TransactionResult>;
|
|
14
|
+
getAddress(): AddressType;
|
|
15
|
+
getChainWalletConfig(): ChainWalletConfig;
|
|
16
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ChainWallet = void 0;
|
|
4
|
+
class ChainWallet {
|
|
5
|
+
constructor(config, privateKey, index) {
|
|
6
|
+
this.config = config;
|
|
7
|
+
this.privateKey = privateKey;
|
|
8
|
+
this.address = this.generateAddress(privateKey);
|
|
9
|
+
this.index = index;
|
|
10
|
+
}
|
|
11
|
+
// abstract transferNFT(contractAddress: AddressType, tokenId: string, to: string): Promise<TransactionResult>;
|
|
12
|
+
// abstract getTokenInfo(tokenAddress: string): Promise<TokenInfo>;
|
|
13
|
+
// abstract getNFTInfo(contractAddress: string, tokenId: string): Promise<NFTInfo>;
|
|
14
|
+
// abstract getTransactionHistory(): Promise<any[]>;
|
|
15
|
+
getAddress() {
|
|
16
|
+
return this.address;
|
|
17
|
+
}
|
|
18
|
+
getChainWalletConfig() {
|
|
19
|
+
return this.config;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.ChainWallet = ChainWallet;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BIP32Interface } from "bip32";
|
|
2
|
+
import { Keypair } from "@solana/web3.js";
|
|
3
|
+
export declare function GenerateNewMnemonic(): string;
|
|
4
|
+
export declare function ValidateMnemonic(mnemonic: string): true;
|
|
5
|
+
export declare function GenerateSeed(_mnemonic?: string): string;
|
|
6
|
+
export declare function getSeedNode(seed: string): BIP32Interface;
|
|
7
|
+
export declare function EVMDeriveChildPrivateKey(seed: string, index: number, derivationPath: string): {
|
|
8
|
+
privateKey: string;
|
|
9
|
+
publicKey: string;
|
|
10
|
+
};
|
|
11
|
+
export declare function SVMDeriveChildPrivateKey(seed: string, index: number, derivationPath: string): Keypair;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GenerateNewMnemonic = GenerateNewMnemonic;
|
|
40
|
+
exports.ValidateMnemonic = ValidateMnemonic;
|
|
41
|
+
exports.GenerateSeed = GenerateSeed;
|
|
42
|
+
exports.getSeedNode = getSeedNode;
|
|
43
|
+
exports.EVMDeriveChildPrivateKey = EVMDeriveChildPrivateKey;
|
|
44
|
+
exports.SVMDeriveChildPrivateKey = SVMDeriveChildPrivateKey;
|
|
45
|
+
const bip39 = __importStar(require("bip39"));
|
|
46
|
+
const bip32_1 = __importDefault(require("bip32"));
|
|
47
|
+
const ecc = __importStar(require("tiny-secp256k1"));
|
|
48
|
+
const ed25519 = __importStar(require("ed25519-hd-key"));
|
|
49
|
+
const web3_js_1 = require("@solana/web3.js");
|
|
50
|
+
const bip32 = (0, bip32_1.default)(ecc);
|
|
51
|
+
// export function getPublicKeyFromSeed(seed: string, index: number) {
|
|
52
|
+
// const node = getSeedNode(seed);
|
|
53
|
+
// const { publicKey } = deriveChildPrivateKey(node, index);
|
|
54
|
+
// return publicKey;
|
|
55
|
+
// }
|
|
56
|
+
// export function getPrivateKeyFromSeed(seed: string, index: number) {
|
|
57
|
+
// const node = getSeedNode(seed);
|
|
58
|
+
// const keyPair = deriveChildPrivateKey(node, index);
|
|
59
|
+
// return keyPair.privateKey;
|
|
60
|
+
// }
|
|
61
|
+
function GenerateNewMnemonic() {
|
|
62
|
+
const mnemonic = bip39.generateMnemonic();
|
|
63
|
+
return mnemonic;
|
|
64
|
+
}
|
|
65
|
+
function ValidateMnemonic(mnemonic) {
|
|
66
|
+
const isValid = bip39.validateMnemonic(mnemonic);
|
|
67
|
+
if (!isValid) {
|
|
68
|
+
throw new Error("Invalid mnemonic");
|
|
69
|
+
}
|
|
70
|
+
return isValid;
|
|
71
|
+
}
|
|
72
|
+
function GenerateSeed(_mnemonic) {
|
|
73
|
+
const mnemonic = _mnemonic || bip39.generateMnemonic();
|
|
74
|
+
const seed = bip39.mnemonicToSeedSync(mnemonic);
|
|
75
|
+
const seedString = seed.toString("hex");
|
|
76
|
+
return seedString;
|
|
77
|
+
}
|
|
78
|
+
function getSeedNode(seed) {
|
|
79
|
+
const bip32 = (0, bip32_1.default)(ecc);
|
|
80
|
+
const restoredSeedBuffer = Buffer.from(seed, "hex");
|
|
81
|
+
const node = bip32.fromSeed(restoredSeedBuffer);
|
|
82
|
+
return node;
|
|
83
|
+
}
|
|
84
|
+
//EVM
|
|
85
|
+
function EVMDeriveChildPrivateKey(seed, index, derivationPath) {
|
|
86
|
+
const node = getSeedNode(seed);
|
|
87
|
+
const child = node.derivePath(`${derivationPath}${index}'`);
|
|
88
|
+
const privateKey = child.privateKey.toString("hex");
|
|
89
|
+
const publicKey = child.publicKey.toString("hex");
|
|
90
|
+
return { privateKey, publicKey };
|
|
91
|
+
}
|
|
92
|
+
//SVM
|
|
93
|
+
function SVMDeriveChildPrivateKey(seed, index, derivationPath) {
|
|
94
|
+
const path = `${derivationPath}${index}'`;
|
|
95
|
+
// Derive a seed from the given path
|
|
96
|
+
const derivedSeed = ed25519.derivePath(path, seed).key;
|
|
97
|
+
const derivedKeyPair = web3_js_1.Keypair.fromSeed(derivedSeed);
|
|
98
|
+
return derivedKeyPair;
|
|
99
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* @param phrase this is the pass phrase for this vm
|
|
4
|
+
* this is a class that will be responsible for creating several evm wallets
|
|
5
|
+
*/
|
|
6
|
+
import { ChainWallet } from "../IChainWallet";
|
|
7
|
+
import { Balance, ChainWalletConfig, TokenInfo, TransactionResult } from "../types";
|
|
8
|
+
import { VM } from "../vm";
|
|
9
|
+
import { JsonRpcProvider, Wallet } from "ethers";
|
|
10
|
+
export declare const createEvmVmPrivateKey: (phrase: string) => void;
|
|
11
|
+
export declare class EVMVM extends VM<string, string, JsonRpcProvider> {
|
|
12
|
+
derivationPath: string;
|
|
13
|
+
constructor(mnemonic: string);
|
|
14
|
+
generatePrivateKey(index: number, seedPhrase?: string, derivationPath?: string): {
|
|
15
|
+
privateKey: string;
|
|
16
|
+
index: number;
|
|
17
|
+
};
|
|
18
|
+
validateAddress(address: string): boolean;
|
|
19
|
+
static getNativeBalance(address: string, connection: JsonRpcProvider): Promise<Balance>;
|
|
20
|
+
static getTokenBalance(address: string, tokenAddress: string, connection: JsonRpcProvider): Promise<Balance>;
|
|
21
|
+
}
|
|
22
|
+
export declare class EVMChainWallet extends ChainWallet<string, string, JsonRpcProvider> {
|
|
23
|
+
constructor(config: ChainWalletConfig, privateKey: string, index: number);
|
|
24
|
+
getWallet(): Wallet;
|
|
25
|
+
generateAddress(): string;
|
|
26
|
+
getNativeBalance(): Promise<Balance>;
|
|
27
|
+
getTokenBalance(tokenAddress: string): Promise<Balance>;
|
|
28
|
+
transferNative(to: string, amount: number): Promise<TransactionResult>;
|
|
29
|
+
transferToken(tokenAddress: TokenInfo, to: string, amount: number): Promise<TransactionResult>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* @param phrase this is the pass phrase for this vm
|
|
5
|
+
* this is a class that will be responsible for creating several evm wallets
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.EVMChainWallet = exports.EVMVM = exports.createEvmVmPrivateKey = void 0;
|
|
9
|
+
const bip32_1 = require("../bip32");
|
|
10
|
+
const IChainWallet_1 = require("../IChainWallet");
|
|
11
|
+
const vm_1 = require("../vm");
|
|
12
|
+
const ethers_1 = require("ethers");
|
|
13
|
+
const utils_1 = require("./utils");
|
|
14
|
+
const createEvmVmPrivateKey = (phrase) => { };
|
|
15
|
+
exports.createEvmVmPrivateKey = createEvmVmPrivateKey;
|
|
16
|
+
class EVMVM extends vm_1.VM {
|
|
17
|
+
constructor(mnemonic) {
|
|
18
|
+
super(mnemonic, "EVM");
|
|
19
|
+
this.derivationPath = "m/44'/60'/0'/0/"; // Default EVM derivation path
|
|
20
|
+
}
|
|
21
|
+
generatePrivateKey(index, seedPhrase = this.mnemonic, derivationPath = this.derivationPath) {
|
|
22
|
+
const seed = this.mnemonicToSeed(seedPhrase);
|
|
23
|
+
const privateKey = (0, bip32_1.EVMDeriveChildPrivateKey)(seed, index, derivationPath).privateKey;
|
|
24
|
+
return { privateKey, index };
|
|
25
|
+
}
|
|
26
|
+
validateAddress(address) {
|
|
27
|
+
return ethers_1.ethers.isAddress(address);
|
|
28
|
+
}
|
|
29
|
+
static async getNativeBalance(address, connection) {
|
|
30
|
+
// Implement native balance retrieval logic here
|
|
31
|
+
return await (0, utils_1.getNativeBalance)(address, connection);
|
|
32
|
+
}
|
|
33
|
+
static async getTokenBalance(address, tokenAddress, connection) {
|
|
34
|
+
// Implement token balance retrieval logic here
|
|
35
|
+
return await (0, utils_1.getTokenBalance)(tokenAddress, address, connection);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.EVMVM = EVMVM;
|
|
39
|
+
class EVMChainWallet extends IChainWallet_1.ChainWallet {
|
|
40
|
+
constructor(config, privateKey, index) {
|
|
41
|
+
super(config, privateKey, index);
|
|
42
|
+
const wallet = new ethers_1.Wallet(privateKey);
|
|
43
|
+
this.address = wallet.address;
|
|
44
|
+
this.privateKey = privateKey;
|
|
45
|
+
this.connection = new ethers_1.JsonRpcProvider(config.rpcUrl);
|
|
46
|
+
}
|
|
47
|
+
getWallet() {
|
|
48
|
+
return new ethers_1.Wallet(this.privateKey);
|
|
49
|
+
}
|
|
50
|
+
generateAddress() {
|
|
51
|
+
return this.address;
|
|
52
|
+
}
|
|
53
|
+
async getNativeBalance() {
|
|
54
|
+
// Implement native balance retrieval logic here
|
|
55
|
+
return await EVMVM.getNativeBalance(this.address, this.connection);
|
|
56
|
+
}
|
|
57
|
+
async getTokenBalance(tokenAddress) {
|
|
58
|
+
// Implement token balance retrieval logic here
|
|
59
|
+
return await EVMVM.getTokenBalance(this.address, tokenAddress, this.connection);
|
|
60
|
+
}
|
|
61
|
+
async transferNative(to, amount) {
|
|
62
|
+
// Implement native transfer logic here
|
|
63
|
+
const wallet = this.getWallet();
|
|
64
|
+
return await (0, utils_1.sendNativeToken)(wallet, to, amount.toString(), undefined, this.config.confirmationNo || 5);
|
|
65
|
+
}
|
|
66
|
+
async transferToken(tokenAddress, to, amount) {
|
|
67
|
+
// Implement token transfer logic here
|
|
68
|
+
const wallet = this.getWallet();
|
|
69
|
+
return await (0, utils_1.sendERC20Token)(wallet, tokenAddress.address, to, amount.toString(), undefined, this.config.confirmationNo || 5);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.EVMChainWallet = EVMChainWallet;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./evm"), exports);
|
|
18
|
+
__exportStar(require("./utils"), exports);
|