{"_id":"koilib","_rev":"60-ba15db8b909530054184f8d829ecfe55","name":"koilib","dist-tags":{"latest":"9.4.0"},"versions":{"1.0.0":{"name":"koilib","version":"1.0.0","author":{"name":"Julian Gonzalez"},"license":"MIT","_id":"koilib@1.0.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"eff49bdef25fe31a5dcba44627246a4a78005461","tarball":"https://registry.npmjs.org/koilib/-/koilib-1.0.0.tgz","fileCount":18,"integrity":"sha512-myqBJY3JZd7n1rXn9XtcvnhawsFRjUrHRkWNGit+pUS7xw0nPByH2j6n7JdIVsemgCMgnuEdizXoN4EsFxauCw==","signatures":[{"sig":"MEUCIEE+lEZefR90LxN3r9I8jNQ72rKuESU35/OpkNW6yeBhAiEAvc/3dvVZmaOUEZXQ5Vz7EALklFMq6Yvahyj6u4x1JAQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHeXNCRA9TVsSAnZWagAAZyQQAKE61Cz15MDBxyFKKIxL\nD8l6Az9uk7nuQ8mlxg3xwdcxjKXrAfuZhmkdZFUBQC2tBL2pbCDUkQmGtfCZ\no8vB5A5+5sMJSzl7eJZxR2n6jMwKZg/F6GouyeksZXxXyKCw1oO0RkDJi+v2\nOZLNz47YxDANVR8v2k6txMgEZseRNwKEbgQkAVS3E+Gbklbf/31pVi1GnUQE\nFtEWeCS31iIDqHc2P9w19RSkw2qTic71LjwGp4ZN9z4LQHI3/glYYwhA75qD\nXtFPYOY9CQyTn7Id0iySW3MIuFj9ZwUPGRlljA55P1YUopPHZB2eBCpP2D1Q\nYh9TXDglKuqilqacc56PspaURR5LeiIm6JEVuivDiof05dd85NNvAvdOPgAq\nAPlxBMngpa5zqgn/66PcexZEMWYx0+T8vuNiisD/ZDo5oDvqDSMoNUNlq7Es\nnILGK1SDftrHO1/Jq4uOblLH/RxifVnURIVABCgtmGhuWJ0wP37EIXjoEXom\neyoDidFdO6LCohCQZHKtnGR472xLM/3ii4ULbk0xUyjx66rMvHbSCL0uLUAv\ncjYFgZHWTR/Zs7r9b5ZqrrmNqecd40vL8eZb9izLVt7le29GllAbc7CGGasu\nN6dfKvLd3viCY4ZNfC6CSXvQ7NOGD2tyBbDVczg3ra31sXqpVP/J+MEwhYjS\noFMA\r\n=vyFK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/node/cjs/index.js","module":"./dist/node/esm/index.js","browser":"./dist/browser/index.js","exports":{".":{"import":"./dist/node/esm/wallet.js","browser":"./dist/browser/wallet.js","require":"./dist/node/cjs/wallet.js"},"./package.json":"./package.json"},"scripts":{"lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"tsc","clean":"rimraf dist coverage","bundle":"webpack --mode=production","lint:tsc":"tsc --noEmit --incremental false","build-all":"rimraf dist && yarn build:node && yarn build:node-esm && yarn build:browser","build:node":"rimraf dist/node/cjs && tsc -p ./tsconfig/node-cjs.json","lint:eslint":"eslint . --ext .js,.ts","build:browser":"rimraf dist/browser && tsc -p ./tsconfig/browser.json","lint:prettier":"prettier . --check","build:node-esm":"rimraf dist/node/esm && tsc -p ./tsconfig/node-esm.json"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"https://github.com/joticajulian/koilib.git"},"description":"JS Koinos Library","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Julián González\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{"js-sha256":"^0.9.0","multibase":"^4.0.4","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","eslint":"^7.32.0","rimraf":"^3.0.2","ts-jest":"^27.0.4","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.4.10","webpack-cli":"^4.7.2","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_1.0.0_1629349325035_0.6097129577226399","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"koilib","version":"1.1.0","author":{"name":"Julian Gonzalez"},"license":"MIT","_id":"koilib@1.1.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"9333fe3b98525eded4b9c1dae4be5a87e10cc05b","tarball":"https://registry.npmjs.org/koilib/-/koilib-1.1.0.tgz","fileCount":62,"integrity":"sha512-ZTFd1UuGqPvgwFFp4dos1nu68jiE6J39THKd0cR78mRE3kFqutJ5Xdt3Er9A9OqBubvhFAzo0gUmL8/6z1MlMA==","signatures":[{"sig":"MEQCIEFb0krFcG/FkMdLUVukcvYbRAc1x9uM8CeKIz9IW1SyAiBwRX9RyM4TnAaBibtaHoHMAr6UX9LekbPpEx58pXPuaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":387624,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhICaWCRA9TVsSAnZWagAA22EP/jsoYM1X1UBclAgmJhsw\nLVat89HjEBIBehI8KtHJSMnnYkL85B4QWT+kaZfRmvVPbwqY5hP/RQL855m6\nNTIEq85BW5iy55Ar/kRDS5YeHq7DyDMtND+vNr6ITlKUx3tQXyNudClx/No7\nVU/oV8AKIGiBDrQ/FnEOr7h4dPkttSosgegg3GIlg5RcV1VVVWLfG20SSANc\nuaTK6GziI0zNumxvABTBZqceOkieKjX7+b/GXn84r4azDqH7+tQYcqV60wN3\n6efF5o/A8bLE7o6E71PL7B1wb16F/uNS20eCrrmW9HpD/0Um0CFkPrqEKyWi\nmuMsUHBS7CIWXzIFtSZ01qPdvj19ut5x5P/2mq+9n4YciwJcYTzuf9sCeR9l\noyKBqy2pkYG1i6l9sjIKZHktIo8hcCPuuseTPEVwhoOcyrHFaxGoUCv+Ymy/\nh6blsNQaUDKCL83nUVifPOzfK9ZBq4M89S3VeyOxwcb0kAqE3MYgd3bgPiyg\nku0268dPDJ4R0NX0R04cjJJsHHeLEXJnGEwlCMPdgYp8cP71puuE2G/WV7Pc\nSxwYS3G1j2BlC07QwGkcgFC1eDCkzn722bg4herhjndVN+gyEyCseu4ZpKe5\nCKW6jWEkV0Kawb12tR5YnXmMVfhBb0o6CMFWVqhNMQPwKmeHrKgLFhzRUshJ\n2QSX\r\n=SGNx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":{"import":"./dist/node/esm/wallet.js","browser":"./dist/browser/wallet.js","require":"./dist/node/cjs/wallet.js"},"./package.json":"./package.json"},"scripts":{"docs":"typedoc src/index.ts","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"tsc","clean":"rimraf dist coverage","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","build-all":"rimraf dist && yarn build:node && yarn build:node-esm && yarn build:browser","build:node":"rimraf lib && tsc -p ./tsconfig/node-cjs.json","bundle:min":"webpack --mode=production --config webpack.prod.config.js","lint:eslint":"eslint . --ext .js,.ts","build:browser":"rimraf dist/browser && tsc -p ./tsconfig/browser.json","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check","build:node-esm":"rimraf dist/node/esm && tsc -p ./tsconfig/node-esm.json"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"https://github.com/joticajulian/koilib.git"},"description":"JS Koinos Library","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Julián González\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{"axios":"^0.21.1","js-sha256":"^0.9.0","multibase":"^4.0.4","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","eslint":"^7.32.0","rimraf":"^3.0.2","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.4.10","webpack-cli":"^4.7.2","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_1.1.0_1629496982325_0.9879552967282179","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"koilib","version":"1.2.0","author":{"name":"Julian Gonzalez"},"license":"MIT","_id":"koilib@1.2.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"f4953d4c7cd5028a29b608ee3b16df657397b084","tarball":"https://registry.npmjs.org/koilib/-/koilib-1.2.0.tgz","fileCount":42,"integrity":"sha512-kSWfC2IMb2Xm+lTXI5OV3bDmyB/eq2hxa4npNozfTqDms1Ff7Z4QA9RywfPMckl4l6rZQyRJE4FK+aIuHJko/w==","signatures":[{"sig":"MEYCIQC0t7UQu7DCEf/aDevo/gWwYcDudY8Px7HhKxSLlDcRLAIhAO+vOrOPsswsYbrk/BNN+jWymPgyt3KwbwZzAwp/wCpn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":320545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIFJUCRA9TVsSAnZWagAA2YwP/0YDi7aBNOD7zPPCyR7C\nC0Q4Ss73W6bUn8oRAc+Sagk4gaIYJFS+15bs3M0qQAkMsGfAuu50npg4dc91\npivTkZ37mlpeu8emFZ6mlXLbwH8n+soPQtzNs9bjKWAyITH9fHlk0B6sQrDl\nU2qdZ2n8Rx8GcwRQchkYec2MOol9i13nhlCMO4Oa591xmcJJVHTz2DoZJ9v9\n9CXlQg9He8cnJ5oDaatJhBXbsd+stkdCK/wTvoz/cWLCKHSK9ujyBdKsa35N\nnFaXX9XxxIjmEYf79C5qyBx6/o7MPyEC+0csAFjBK6iDK2MZROcF29p6efFC\nQj4YX1k09JOn5TnaPqO4NIYwPysjQp+MHw8FrP7oJktJceDm3nbduNcYRmlv\n/eD2BvCWrOc/vH3+6E2N4tL4HYQa1k8FTlBZV+UfSjRy532mxBU6/SUdQcoy\ntdg8etQV6yn2p15g+wZuGaf4E4HTG3ooyMK7ZSbXANi98fuISKXBF+g6as/n\n5mFNscJirCRzJJ4Q/exi0iBdybkPi4jfqJm7J+HptinMH5+aHRbAcHPO/6bX\nYPfPLpC4bzJgy/Elch0PIa5fe7fPycDAHpsnSpglmF2nbWIzbDyeAS4AiOYC\nwDGPIOM3SKJ9h4NKOYJm7ApSoKh7Qu98XFkeTglhWPBwt/v733Qp8SyrK8K5\noVW8\r\n=ZsK9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"scripts":{"docs":"typedoc src/index.ts","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","bundle:min":"webpack --mode=production --config webpack.prod.config.js","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"https://github.com/joticajulian/koilib.git"},"description":"JS Koinos Library","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Julián González\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{"axios":"^0.21.1","js-sha256":"^0.9.0","multibase":"^4.0.4","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","eslint":"^7.32.0","rimraf":"^3.0.2","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.4.10","webpack-cli":"^4.7.2","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_1.2.0_1629508180264_0.6221787107083805","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"koilib","version":"1.3.0","author":{"name":"Julian Gonzalez"},"license":"MIT","_id":"koilib@1.3.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"36923f37b930be333bc643ff8bda8097ca9ada44","tarball":"https://registry.npmjs.org/koilib/-/koilib-1.3.0.tgz","fileCount":42,"integrity":"sha512-JR3iN35XxN3l7Z2xQZnN30OgZcSbMqw0a8Mbow850hzzj2isI7Dnb0sYnio5vegqdNjjTKzxOjOc6ge7DXGKAQ==","signatures":[{"sig":"MEUCIHIp88ELt81afaGwRR4l/+9vW4Mjo/QvFVtQUcEmOrDgAiEAyDoEwh9SeEKyfx1NZ0xRcmw7RYKcbaqn1vq6IQ5iq74=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":319155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJzjDCRA9TVsSAnZWagAAhKEQAI9L+vGOoNe5Yl5XGrlP\nuRJFcUjuaBnEfnBlhKsRfkbH3KRM0jFC7uixGeybT61XvSxUEiKWdXexdKZT\nJzCLZGzuUPrxTj7j46Mq8h1VHNr01R4HSW3LNlpf3zFkE9avS0oismKCuZp8\npAJubRRECC3kXENBYnOtbLwtOZpHAe0bsBb406r3S4MpASUF6diBKhLCe1Bx\nb0M7ULpC9a/Hak5KmkVMKPhNLXeFbOcRFKCpgXAszmpxbz6Yo5oSsBMYCrjZ\nKgzpT6m4zxKbOaLs2BxOGgKqikMCadi5d8lqU3e53hnHfd88Z7r60SuvUvI/\nqpSdK+hgH4eh2ozvbmZEWolAp4Fp4MYrgAsnpUDMHlSGyvXhMq2CBVvE1/VC\nfGXSpWnzQr0jcB6IBWMdCKqHYcTAO1G5JIR/a6370w4XpT56Jyam2FiEQpGX\na3XEwgWtbm4f2f+Qhe8dqMipCQYsRsvMVz5iCFlfZZ5bQ/oKWEMuTJrXA/XU\nYVHKeAQBTk0qdZNL5qoRs0B4vDnz23HOLrs9AFggVdpzTT6HYdNh3/zH/hHd\nAWkeOC/gIxbUP2fk1Qh7gshXG13Y9pkvVx/pAZxbXE4+m/Csh6M109dfY+3n\neU6hXslXinxeU33L7pCwAc7ZWvxgHIZT9KaqdNulwlqbDFBRhH50fa3enEqN\nwOLC\r\n=2p7A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","bundle:min":"webpack --mode=production --config webpack.prod.config.js","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"https://github.com/joticajulian/koilib.git"},"description":"JS Koinos Library","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Julián González\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{"axios":"^0.21.1","js-sha256":"^0.9.0","multibase":"^4.0.4","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","eslint":"^7.32.0","rimraf":"^3.0.2","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.4.10","webpack-cli":"^4.7.2","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_1.3.0_1629960386997_0.8933439854127097","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"koilib","version":"1.3.1","author":{"name":"Julian Gonzalez"},"license":"MIT","_id":"koilib@1.3.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"8ed3f9cdc105df50e9f3fba90a39717c70c90817","tarball":"https://registry.npmjs.org/koilib/-/koilib-1.3.1.tgz","fileCount":42,"integrity":"sha512-EgCBqwhOZMmDpIa8u/B0aNeVCIFukQHw+o1Cl4PTZ1Jgjy8/23oPj91MwHsIj1dyjNqTkDuv0UIVagrUdYIHsQ==","signatures":[{"sig":"MEUCIQDY2vqziOmzaRihc7sdoShiCE3TWQKfmLQltm3CP0qUcgIgV6jVHqt/YKj1Tkm39txsajEBFgWlqM3vWVjRPNNHyR4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":343161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJzoNCRA9TVsSAnZWagAAdicQAIy0KitVShkiFNS3iKGw\nu3hIAFP24c/USKATXu3mU4wiCr4FZmRtg/gowcC6zcLp4ftsNa0nlbSf/bX+\ng5lxPbWg6993ZjYcFU2aiAmkf+edrdc3JyEDtuP8rixHp3J+ztZ1lm14Hosu\nM2ugRJPw97O+joLkmGegIMAL5wH4Q9+WpYNi/fyozWCwtOH2IT9tfRAP02+Q\nqNKPlYmd9SM4zUii/Amb6PMFjL6wd3tfTIQl1J6vypsesSdQCuoBPEQeGdRd\nPt3rPzPIuDnTYJw3ncrskBSzcRhHxFV6iqThy0jho29USUbNs2kbl01MD+hU\n1EhgxTFd2X+VcFI0yXs16E9uUBD3lWl4F66gthYNXbEKQJl6m7SiTMLXLzR2\naBpOS6yuOBAQPNqpfLARnnFGa/YlVwG0Muk5DTyocgPjl4Uu9hCYeyfc/0Rt\nKth54Di2vEclvUzvVQkaKO8tE4UhnwvOybBd6yV5wbbhm9NesB+/2CWqgDoJ\nTzYn2kah94eSjwDtbVzxfNNSiTN8Lqw0hozHKzZIFfNSf/jjfU7SpQJrYTFX\nz7JJL2WjM+ARKQDBiX49RShfB9lHV/c/v9ZhQed5sQoi/dQtldmPYwaSS6Z6\nQMGDjqvAsK0xcMJJY97ZUQJUNq07bgKaj3L6VEin1mqGNjtQfE3XsT6Ladlm\nq1U+\r\n=hDpl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","bundle:min":"webpack --mode=production --config webpack.prod.config.js","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"https://github.com/joticajulian/koilib.git"},"description":"JS Koinos Library","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Julián González\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{"axios":"^0.21.1","js-sha256":"^0.9.0","multibase":"^4.0.4","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","eslint":"^7.32.0","rimraf":"^3.0.2","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.4.10","webpack-cli":"^4.7.2","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_1.3.1_1629960716813_0.9150127749091517","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"koilib","version":"1.4.0","author":{"name":"Julian Gonzalez"},"license":"MIT","_id":"koilib@1.4.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"b9b07c0172853ee93b7eb2306642ce21c860b482","tarball":"https://registry.npmjs.org/koilib/-/koilib-1.4.0.tgz","fileCount":43,"integrity":"sha512-SKYzkEuArWGW6OM/R/5ejkmtBx6vCjNL0P3RtbcatOFeA5jeJ8X8xmUKy7LRx5HRUlMBJ5gst23lnc9hrZ07CQ==","signatures":[{"sig":"MEUCIGVHLXkM0zjIOPNPDaaqDtIPOAKCdM+zvkqunNv2NIFIAiEAu86RNaBZ9QkDUSixfcWcI+HoJN7Lh2f/5Y2+Z8ResaE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":358785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMCUTCRA9TVsSAnZWagAALlQP/jhm+Fm58kjChx30OUDQ\nWTWo+tH4HBPXIdygBk9A1moz4pTtX5HcEaZgcVHz6MZyWxMlnMNrGdE/QMrN\nz48U6nsz3qJPTGbXDV/HrVdHqQWkGgvh0B1AAq4COV4+1qCqZYah7xd/jxZh\nCZdwVDzNapAfGjO7jJLseNVNYgLzlbhXgXRDFG7xh23GezYYtrOankWQhgvm\nAJrNfIUAvW9YXt8ZdFtKisggwREpqtNUxRj3R6+py9M0cCBdZu7TzuabPa0J\nEzhTGnmJgznandjrQxOutHTae6bDTMaFypMLLSQXH/ti8g3jkkmjU8zi2bzV\nISXNRaelBicgwhFFv1ThndmK/2uspa4jTwZevhxJ+/RaDxT6npLWhzNGGgmc\nvR6nScjSGTUD8KO3x5tHcy4Fp0olAKGCLZBtTOMjFFYYT1539UkA9PP+esDc\nHJQ8O8cfBNU3gHEBx3rqTVeY3ayLBJLlqwy7rRfqU1K2BmG+efIy4cnxSO8h\nN8zzT3sMVVC4lDt2R5h0qeM9Mml/wP9Ak22JtCnkI0QAW3FlG99rT/EOjp8X\nbrV4HMQ1UI0wuvm5o55ZCDqT7a1i6N5bAmMBrYeYam6CwWzCFbu0q2ypTB+c\nTNgZcTq4qQWigz1YXSwX+UwmHk9ay2dNBGEM8s7jw54MPOifvXu0rr13AaK3\nuSdu\r\n=2IwG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","bundle:min":"webpack --mode=production --config webpack.prod.config.js","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"https://github.com/joticajulian/koilib.git"},"description":"JS Koinos Library","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Julián González\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{"axios":"^0.21.1","js-sha256":"^0.9.0","multibase":"^4.0.4","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","eslint":"^7.32.0","rimraf":"^3.0.2","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.4.10","webpack-cli":"^4.7.2","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_1.4.0_1630545171316_0.03135743332051577","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"koilib","version":"1.5.0","author":{"name":"Julian Gonzalez"},"license":"MIT","_id":"koilib@1.5.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"4285a1ab3ca182ba643d534529bdea5b551786d5","tarball":"https://registry.npmjs.org/koilib/-/koilib-1.5.0.tgz","fileCount":45,"integrity":"sha512-cQpK8I/XJcbvRKRVk9kT2/pTunTWfl0nPbXCQvTzQMwhSJxDR/kwapFufywKqjfCWEqptUF9CW2LeCUsc97F3g==","signatures":[{"sig":"MEYCIQCiJNTzyDybu/96tBeiVl23We7qfU97JwNyglVKbwqUfwIhAPTbizMywQzS9pE7y61inDgWADhM2K3l4mV/cGlM3K/Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOoq9CRA9TVsSAnZWagAA784QAJrMZkhoXwGILH+7ibOB\nUKoNZ1xqSQV9AQ8bMP9C4uW95rYreYXeQ0n14CrYNGFVazoQdIhg/RLZC1xR\ncS3bJ/Aq8hXARN/SLqdqpXwNDp92RqlhxEEEoBdAdm8JZVOwWSjKuJWwk5KF\nIEq3WW+v5zAxr9L3PBQUgXhbiA3M1q6nxlpfc5Dn1qA1/9XDUvs3DxrTgdQA\nfm7JrgEe4KvwrtqeWiNhrHuVWZfG4T2FAWLZ+pWSE4/xOvW8QNN7qwRv1YF1\niQqqKYMI/V+0k0kkNK1oBRdFOR22hyPPJ3c6dMUQST4m0QkmkbSauTSmRUs+\nsLFCRLkvD7EWPy+enkBZqphw4KiqQxo6ga8x1pQTClZ9G4jUqr/Wp2Oq7IV0\nN1gMBkP/eQRNekN8rmTsVRdiJFU47TtgcTyl2gc8CgozkfiSRYPgtE27MEoA\nDHwTQY7IUy2AnTgQioC6u6J/TBKbNvx0MLbmlLbnOj6H02FeXqhqUb70AEy3\nV1goLKq1Pie6WphGsbtfpIGKQKz6t+SEexbMHkgUBFmeU5IkNubFvi15igMg\nYlhCcooH7/mSz3OKQ4hlJ4EuoVnb4nPmRTkX22XpNTqytg+e+Dr9HF4z6aJ6\ndhd2dGjWMbtsA0Cw0PYB6XX0ujcpcUaLkUtPNqYHdMzQpCeCoLM3HN/lC05T\nuXVh\r\n=nQQ7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","bundle:min":"webpack --mode=production --config webpack.prod.config.js","prerelease":"yarn build && yarn bundle && yarn docs","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"https://github.com/joticajulian/koilib.git"},"description":"JS Koinos Library","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Julián González\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{"axios":"^0.21.1","js-sha256":"^0.9.0","multibase":"^4.0.4","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","eslint":"^7.32.0","rimraf":"^3.0.2","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.4.10","webpack-cli":"^4.7.2","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_1.5.0_1631226557438_0.8710713734643152","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"koilib","version":"2.0.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.0.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"6f381e40fa6b99d3d8a83e73584d5fd59521cc4e","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.0.0.tgz","fileCount":29,"integrity":"sha512-QMUuCDz5SWbfWl0vVyWlNRZBOwxdP9OsYLW/8TxUL+uBTa7lmJ6Fr3Mu+SDPCsCWN1PoMOIqk0eptjW3egUnwg==","signatures":[{"sig":"MEYCIQD2PjnMCf/9NlaA4uRQ7Vt1eOdCTo/QbeNyY2x6hvgxPQIhAJwRvP8X0+BnCuEr46raFSHhi3HEH8UejuTWbyQVcMyL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":654501},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"1a17097cbd4a035d61cc9225f91a6c9c7ac2dd58","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","bundle:min":"webpack --mode=production --config webpack.prod.config.js","prerelease":"yarn build && yarn bundle && yarn docs","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"axios":"^0.21.1","js-sha256":"^0.9.0","multibase":"^4.0.4","protobufjs":"^6.11.2","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","dotenv":"^10.0.0","eslint":"^7.32.0","rimraf":"^3.0.2","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.11.0","webpack-cli":"^4.7.2","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.0.0_1636075891112_0.7336578483511003","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"koilib","version":"2.1.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.1.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"d8661e5c19e5eb684fed754c7e5c70e692072aa3","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.1.0.tgz","fileCount":29,"integrity":"sha512-qRKekWYu//uV1H2WHFZrrqhbyfg83oD1S1Nh+gJXPP7zN8ENduJjxgMleCToBeIjduUpcO8t5BWG0yHiZPsxGA==","signatures":[{"sig":"MEYCIQC8zF9vfmZRah+m7ZbDy6B5u6uJfcvKgDBHX8KhSnayxgIhAI0LwuNlwDIH/g2qEfAuZomskEd6eWPda+0K+iMn8o32","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":664241},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"028e98b62bbae1aafe9ac1c08b8464efebb02c8b","scripts":{"docs":"yarn docs:generate && yarn docs:post","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","docs:post":"node -e \"require('fs').rename('docs/index.html', 'docs/main.html', console.log)\" && copyfiles -f tests/index.html docs && copyfiles -f tests/assets-index/* docs/assets-index && copyfiles -f dist/koinos.min.js docs/assets-index","test:unit":"jest wallet.spec.ts","bundle:min":"webpack --mode=production --config webpack.prod.config.js","prerelease":"yarn build && yarn bundle && yarn docs","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","docs:generate":"typedoc src/index.ts --includeVersion","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"axios":"^0.21.1","js-sha256":"^0.9.0","multibase":"^4.0.4","protobufjs":"^6.11.2","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","dotenv":"^10.0.0","eslint":"^7.32.0","rimraf":"^3.0.2","fastify":"^3.23.0","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","copyfiles":"^2.4.1","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.11.0","webpack-cli":"^4.7.2","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.1.0_1636251932280_0.2194078011730669","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"koilib","version":"2.2.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.2.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"0564a1ee800bac42c70ef7c1befc2a003aea0c4b","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.2.0.tgz","fileCount":29,"integrity":"sha512-7tCgkHFdgZ4rzpj3ItJzuWKZ2Cn5+vhI8Q9VaWVZwDBbG1EWs3WepvUwlnBuIp6t5JPIZ/ljyofviozssN8PBA==","signatures":[{"sig":"MEQCIDtw7wd5MWqqInv9z59jt0OAOXrKMYi2odktb9SR+55jAiAO4VpK4/St4rk7caTkca42+31UsSvSc3iqEWbaKTOKIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":666019},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"1917fdf157ceb62bdd868c5cc6365dadafc08241","scripts":{"docs":"yarn docs:generate && yarn docs:post","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","docs:post":"node -e \"require('fs').rename('docs/index.html', 'docs/main.html', console.log)\" && copyfiles -f tests/index.html docs && copyfiles -f tests/assets-index/* docs/assets-index && copyfiles -f dist/koinos.min.js docs/assets-index","test:unit":"jest wallet.spec.ts","bundle:min":"webpack --mode=production --config webpack.prod.config.js","prerelease":"yarn build && yarn bundle && yarn docs","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","docs:generate":"typedoc src/index.ts --includeVersion","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"axios":"^0.21.1","js-sha256":"^0.9.0","multibase":"^4.0.4","protobufjs":"^6.11.2","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","dotenv":"^10.0.0","eslint":"^7.32.0","rimraf":"^3.0.2","fastify":"^3.23.0","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","copyfiles":"^2.4.1","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.11.0","webpack-cli":"^4.7.2","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.2.0_1636417743826_0.7638829238609517","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"koilib","version":"2.3.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.3.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"a279f44c98aa34268dec846ba1ae07223b0b63b8","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.3.0.tgz","fileCount":32,"integrity":"sha512-I3L2cCqB2ilvcAZjurSKL4JfGttkuosgvJslxag+txywWRMJWrG46hUoB5OhBODoS6dNccWFA9zqNNAD5khGXw==","signatures":[{"sig":"MEUCIFnZIdb8yMZ4E438wdK3A9JBvZN29QS2mr7PWuXbaUvoAiEA+h0ZU6sUjBI/zh/ar0LWlY0neit7pxACEa5P5pR1ngU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":697071,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnDOSCRA9TVsSAnZWagAA/g8QAJH5AUYND16t33qtUWJf\nLBfaHgZkLSLqXC1K6JjvofSg/i58DFwNs0gBYDiPbmCX7GDFoQYN6bc48+R4\nXSewo1oKdLDCcUM7NDCVrGjFQmyY0gXvr3aHWYBrHYZ8xlD1b2ORTGl5fPQZ\n+3mJV3lcbhFOs2pALXGuVTYQo7t2smzi5bKmXvYzBrLQbm7ectK9Iys6lcOm\nOE1fx3P7orjzKzzYmGZhCkqx3cGlMViNTBheayrV+o/fl+jWA608W9oIh97l\nCiUlkAOqUArov9RCy1bB3B/QGX7IiyASrdRxWUfBG2XjbdX7iOXi9MPTf9eq\nobtIdMjnZZiHltU9gduVO0VXe/qw/4dnhVf59l4csYhSRz2lmyBRtF92+ozj\ncK14CvyF3HbJTodzCFlyuKjXarn0KcLpQF6/1q2jYH/SvF00SSGmLDuwRFpD\ndqbcGZ/WIvRpl/vtiUhfutzI8McgokQp+qc/ESJNHJ8oxJjl3qSZpGq7308y\n4cua4gziSUypxCf7ObabW4sucNvSJtEzTLUrP4KfVo2nYy50gzdKaMnVqmcU\nJDBlRoinMl908pr+ulpixaiwRsfVKl6CwimNSYL9qhTc91odnoEBJfOLPO77\nNP9d0bc+FJiO4U0DcVZwBepC6XibwzIdcwDeIDr/fCLzrPzK00uj4swbfajf\nrzyG\r\n=FIPx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"c1799476e3bdf375dd9bbe2d9395b615cae75074","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","bundle:min":"webpack --mode=production --config webpack.prod.config.js","prerelease":"yarn build && yarn bundle && yarn docs","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"axios":"^0.21.1","js-sha256":"^0.9.0","multibase":"^4.0.4","protobufjs":"^6.11.2","noble-ripemd160":"^0.2.0","noble-secp256k1":"^1.2.9"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","dotenv":"^10.0.0","eslint":"^7.32.0","rimraf":"^3.0.2","fastify":"^3.23.0","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","copyfiles":"^2.4.1","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.11.0","webpack-cli":"^4.7.2","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.3.0_1637626769915_0.9244159608096654","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"koilib","version":"2.4.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.4.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"4699665331ae3b6bc2517a2d6f878139f4f747fc","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.4.0.tgz","fileCount":32,"integrity":"sha512-Cy2TS9hD5yt42AaHu3nHZBrUMvIf8OkMSctu+tiW6x8UKgAoMls2fe7MsZX6N60aroVIMXRkM9O83vzrUL33mw==","signatures":[{"sig":"MEUCIQCP0a4nVUsdob0GmoOgDta6GSxSiY178CNRTnA4mSqb+AIgSKsvGfWnHWMIxlwPHleuu3HnApNVMUVC/q0JGEvIry4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":691592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyiEkCRA9TVsSAnZWagAAg28P/iaH5zkkGduk+9kQB3FQ\nlon9qAQrTi8/rsIqcvG7pHUp9/UpXlt6mH3mbmEwwMe7n4WtD9qvRzCueHUP\nfslSqH33ZynpeBELEpheNPT5e/TVCaFM1xP2EAeufgz9wA7wtpRdmHD7G/MD\nRRRtUedAC0LrWnQyJ12KmFxrIvs9o1A5ksU0p7vd4IOv27JXNp3e6X8F4yat\ntdn2rOcO0l5NVbYdOeDvmj49zrYmPDWwHnk/5ZYYHXyV8DHEqCdOWA2KGnif\n6ass2YCI5mdbhPgLJ09KWs0vdJEjaXq9WdMzpFLDUYbQi2PUovQZqrzqUwX8\nwq95TkVlD999YtrTPaS0dIvllcZ19p4q7a8D4DBKqeMKffmOqUp6qZCzVjaV\n/hg/wyIhbMzs88EOcAG2apve7I3n4tndjZSG2I5FuXcV1jNDUuLAsg9aru0y\nJFSLHOaKkkzKo5pmRMP2/adq/et42zJj2+Mtp1J3Vro3VXeQx+WALXBN4NPe\nKb4c5SK1gfUHvyzSa9l6mgUacQF1R6H4GX8NBCvAoyvk1c/u5bVqV3/kmEF5\nkiyg0wL5JcpSpsO7fHuJp0Yx9PEGfkR1gKL8pF/pui87967Kl5evbb2I//CV\nZ3Jc0BW0vlgptLzbELV2y3wxY7KJP/7aWqeWlcO3SDQEDLG8SYF3pIv5i27Z\ndi0o\r\n=wATE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./dist/koinos.min.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"1f23dead69607c7534fd405c0f6bc6be40c63be0","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","bundle:min":"webpack --mode=production --config webpack.prod.config.js","prerelease":"yarn build && yarn bundle && yarn docs","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"axios":"^0.21.1","multibase":"^4.0.4","protobufjs":"^6.11.2","@noble/hashes":"^0.4.3","@noble/secp256k1":"^1.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","dotenv":"^10.0.0","eslint":"^7.32.0","rimraf":"^3.0.2","fastify":"^3.23.0","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","copyfiles":"^2.4.1","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.11.0","webpack-cli":"^4.7.2","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.4.0_1640636707934_0.9890936981704572","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"koilib","version":"2.4.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.4.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"c6525eeed350a84dfa672b1610ba8e1a57dea9aa","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.4.1.tgz","fileCount":32,"integrity":"sha512-zCxTIbNPZLNrsEg1YQxRfC2tX0CBvrgKWfD7QhCxTGPexqxznun2P0J6wOgNbzoh7WNn8hAxKRRG3OF4+Qeh9w==","signatures":[{"sig":"MEUCIQDGTAchl6hwF2rsPzuZcFYDeHZy9eJ4m3ypAgacDfEaaAIgJTMavfhDNxCMF20prGnXmdeOFwBnee1wc3Ib7I4hqGA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":691586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyk9CCRA9TVsSAnZWagAAyxsP/3MTFOJR5CpdIjkj99hc\nC+13jVImJFTWpGdite3aos0EL/KroiXTudmfdqYA8s3yZgqAPpCUwv/m1sZk\n6Y8oi0PVY87uf3+yT/+ks4EBzR8Z0s1EW0VpCU1nnydwhqukZ2dCu7cZH9nt\nP3p914De8SZGxkKSEyjfQkzVnzqe5qY14eMIJdLZxtCJSzkQ8qR85FZ1rZVq\n8AuhM90EEPzbJWRI1rtULu7drvHNxSTwW+fwFqJ1OYO6ZjOMY8Jaof44FICe\nn/xBKhGQieHXWPSEdILOlJLGgLkrgWJwnFGJZGLclLzNUoUZL/CuJFYodCMp\nF/RUD6ePlgmvI+kYdH+MCfLbMPXKFvW8bBrYGgwRXIqeVTK1NXGuelo/83Qm\nknqBskDNqBICJ4MYB5ODD94Yz6TJU0/0oVORY4T32LTnWgKt5NdOWiX6OcZr\nKGlU+hztccVwpVpzPuvJr0E9+FwfRy5fzwGeGqmh0K3zkQIk01OUNwT8aQjq\n4aYwYcnHYCHvXr1sV/fXP8fbhiL+kodiORIEzMHWO1OS0qoth6a/8yvISSo0\njj5yVKi3gCNzyZOeFfFn92i8rJdp4hBvrbjrmlETiqSK+NcbdzPDSnr7zHWm\ngXVm9VjddS49LW6eA57jma5Krmvk94smludCyrfYowG6dvr/pDWvF9vRcFfr\nR2RA\r\n=tSyv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"c49ef11f1c4bfd6979702505109eb30ab6e98d24","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","bundle:min":"webpack --mode=production --config webpack.prod.config.js","prerelease":"yarn build && yarn bundle && yarn docs","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"axios":"^0.21.1","multibase":"^4.0.4","protobufjs":"^6.11.2","@noble/hashes":"^0.4.3","@noble/secp256k1":"^1.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","dotenv":"^10.0.0","eslint":"^7.32.0","rimraf":"^3.0.2","fastify":"^3.23.0","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","copyfiles":"^2.4.1","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.11.0","webpack-cli":"^4.7.2","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.4.1_1640648514593_0.8908151570040517","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"koilib","version":"2.5.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.5.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"a0fc345b72dc3eaff0ff07362070a152b40af10f","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.5.0.tgz","fileCount":32,"integrity":"sha512-pFQukNqnJU+v8FVeZONjK4JdxBg7fJCIfrMWDuSgCqhSEHU6m9Ap5OqZm6IA9kmkIhF05AEwUfPswjpT/I6+cA==","signatures":[{"sig":"MEYCIQDAlvlUXpj0J+QD0F1xG+ScSr5KY7oVS3/Hc6cC6woA6gIhAOJotjA51xWDnGnhPkHFK1uc4w4f6ug3h0M7CCymK8/+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":696255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhzXkTCRA9TVsSAnZWagAAZhkP/A/mV1ypRQOnzpXHKXng\nQp19t0v7dMwBeakeZ4WcjpTl82SIh5ipBKDBUA60YcVhvRNzaIa9o/hIhfmf\nEsXFPj02mtCoql5Rcf1q8EnAKYESrrXd7q7iGA1dcXymVZsQVwRpxq2FzfVF\n9xSWGh5r097SjTKpuCizStF/OChjpoD/I16ivzqKTbIgDMGFqZKBL/cX2Phe\nu6tQTj3KZdYcTfPESauMWNM1MsR//lcbpQeTQTEIW5tueWH1YFk/mDljohfY\nvMUhAsQtWPZitO+CNfpG1u4HYgUv0ddPUUR9aBiO+gJKmd4xnSiHD67yNcNl\nT/6dxhD5ND1Dgky1DLSmulGTEy2p2Djqi9+8GirTMetVkD0ficbUS9kOMJXq\nLXDy+5WvVYzCBmDk8KlqtparG0n0k691MnrB0tpDwMu8tYCIFKiSzB08k89+\naMIdK4vNXL0mUzxGZVWwNRN15aAqONhG2cwvAmo6s7cTE4a0kNsSF8l1pUVM\ntceZW4dCy0i9VHffj9w8qbdihR/5dCd8ubaqaYtChcvjoguAVaef5GG/7jjU\nTw4OxiJRLV/TrWquO/c/qg8G+Wlw+jp5hN68qoPw+NoTlj8X5Q4ZjJlOBJeF\nmMhSZEjQQOSTloEtOZPm5M1vHbv+A+7Fm+XyI707NIzgUpkJNOeV4ncd6SxE\n/oNk\r\n=X5YB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"2adc9fa9700b068d9b953480965cb161618a74ef","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","bundle:min":"webpack --mode=production --config webpack.prod.config.js","prerelease":"yarn build && yarn bundle && yarn docs","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"axios":"^0.21.1","multibase":"^4.0.4","protobufjs":"^6.11.2","@noble/hashes":"^0.4.3","@noble/secp256k1":"^1.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","dotenv":"^10.0.0","eslint":"^7.32.0","rimraf":"^3.0.2","fastify":"^3.23.0","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","copyfiles":"^2.4.1","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.11.0","webpack-cli":"^4.7.2","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.5.0_1640855827199_0.4287807057384707","host":"s3://npm-registry-packages"}},"2.5.1":{"name":"koilib","version":"2.5.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.5.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"12c7dd25b51c6ff9e2540afaf89294cac093285f","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.5.1.tgz","fileCount":32,"integrity":"sha512-JlU2/rJoHROBK5c3aJF6GT3nAeCb6ywxaDeO5Xj8Ecz2Mwzhji5SSgikt7wMFpGQrpqrfTYSoUbYVwSUe1HCOQ==","signatures":[{"sig":"MEUCIDdeiJ+wSrFbe4eVOlvmLEggkg5VygaByMYEeYqnfQcXAiEApNyLBoFdtORwHNXZ6r+Ofp0ShK02SF2cEjPY23QGhp0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":698925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4mydCRA9TVsSAnZWagAA7PcQAJdQngy6X/fJWT/wSt+y\nE+Q+4Ej8WCs0TEBMlN+hM8gKP4IymrC2dM84JXl8k+3tB00AWryItRx4JAsq\niJ9l87LmFr8D262Y+QIR+ym+YFhf6zOhEVDdv3oc/P2yxuZXb56JreMslst4\nNF1o2LFxwoFVlkkwAE+yuroB4E+V1noJERzjPsBXNsc8fgKqk8sO5Bm2I7DV\nkti9vcKHOmfexodj5RWebPdaMjw0OUGhlAcg/UH74nNd8JvCkn8tq4vm7KpA\nO0xl0nCdNM/2Jzwy/yFSgB8B2qWUOUwDGPmIGE9A7VZBfhXG+9yEAa06H+h9\nGu9M5JMVZmj3h8Fe+hO++9yjLlHUQNtHi76uo6qdIAGB2T/LQvRx/mU4h2Sj\nnfRpfqB2YqHAln+5oCfRAKLD+4S4myVolRnKPSIlgoYpkbLo3SzKGhlXkJWD\nPagnVi99ozDDbIppTvtFWPHouLH8HaM60+V4wrXct9rLqjvD6e1djyxjmJx8\nY/KY89c64YoN80BpDBbzM6A2BKD/aJSbc3uQgh5HLc1YROy4f2lpGsyph0Fj\nd7t7As6v2MESYNHtt5wK0v0Wf9ijxhR3m4K9vgcLw1kkqaojlOS9CRrtzMzu\nIPleGtgzCYP6RlhTMszwgMBK1cQUaQqZH+4MPN9trqD7nQCH4yFgdxneYEww\nrjeG\r\n=7qjV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"839809031b2e4482b57c8b88334c8e79bc511898","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","bundle:min":"webpack --mode=production --config webpack.prod.config.js","prerelease":"yarn build && yarn bundle && yarn docs","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"axios":"^0.21.1","multibase":"^4.0.4","protobufjs":"^6.11.2","@noble/hashes":"^0.4.3","@noble/secp256k1":"^1.3.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","dotenv":"^10.0.0","eslint":"^7.32.0","rimraf":"^3.0.2","fastify":"^3.23.0","ts-jest":"^27.0.4","typedoc":"^0.21.6","webpack":"^5.48.0","audit-ci":"^4.1.0","prettier":"^2.3.2","copyfiles":"^2.4.1","ts-loader":"^9.2.5","typescript":"^4.3.5","@types/jest":"^26.0.24","@types/node":"^16.11.0","webpack-cli":"^4.7.2","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^5.0.4","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^24.4.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.23.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.0","@typescript-eslint/parser":"^4.29.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.29.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.5.1_1642228893006_0.0806078795808669","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"koilib","version":"2.6.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.6.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"6a1d966b087e26be1d984db753e6f991c0212d39","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.6.0.tgz","fileCount":32,"integrity":"sha512-tCm4+uMpA1iX9QhLyZmW7+vv7O/4mrMOXyjpQ8bqOV1K5VF7WGzxE/9KMGU/kTlbB2dAFgraj+umiM7cQG8maQ==","signatures":[{"sig":"MEUCIQD2FxOg9febgs5LQS/b1SHLluOvjkFQkCdgOfdEHkBlvgIgVQ1afkZr4nNM19D4aKbntpVmuE5py/hz1i8Q5AFIE6w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":670849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5zfHCRA9TVsSAnZWagAA/38P/i12bKOoxUNFlTb+d0n3\nNBi9tQAMy+YSbVXFPdya+KvBE2jUszbv+Hxp2WJGBQag2tDkWtpWajZiPJQs\n+TKggLPTxAt1deFHfEHtVDiW4edXryMoiAvZXsvAh1ikrYDlL3N6nmDWCqxH\n477pNa1VRj6vPNoirmn3+EMz3x3chdK/O6iJi7Q45F2FnZzyAVMa3AMmmmuN\nHP8bqBzxqVwF2gwFFaUDK0czDcdQK/YY2a2U1VUdI763RS+tKLtRbsNzyEUs\nEmOIhD1XVof+cyaiZagkwhG5ZMDC69b8gjshvj/M7Xg2umwvKLQCpvts8X/F\nlWnqYAiV8pl7w6YzIgKHL9Dnbjy/3NjHgOZ5SyT4PDSjvPdIP9SWjYnxEFBr\ngtLHX3iLsCzh3thnk1NBAOXepJUpXcLxrtJXpOuEJGwEdEshmNEADAgzpdBr\n4uMhChr6XIyR10W3WGF4MzvCU4OSI7QnEmAxD9z0jEhWDefWIwpU26tj6n6Y\nXeX5yqTNRllY1VX6wUNefo6P6RGMaMIfsmt2rlvgtq0qQm1xb/yfNwivqlUG\n4In88fidoy72x6RM9Z/heiDFlqnWu6sRtBBLFRuaklLcraKpJ0i5Dr44AajI\nqJu7lzo4Tb7dllrALK2JcQ6kEMwFK7yzn7VH5CgAx2PAaCj0C/8Z6DmdgKxW\nna82\r\n=HXG4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"41904012a570689d189609b6677889fe9d3efeae","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"rimraf lib && tsc","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","bundle:min":"webpack --mode=production --config webpack.prod.config.js","prerelease":"yarn build && yarn bundle && yarn docs","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","bundle:no-min":"webpack --mode=production --config webpack.dev.config.js","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.6.0_1642543046845_0.05206965448534606","host":"s3://npm-registry-packages"}},"2.6.1":{"name":"koilib","version":"2.6.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.6.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"11fd4555aeda1efea285b8482df8e70b19826e0e","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.6.1.tgz","fileCount":58,"integrity":"sha512-HFtICglM9YyEV1Fve3Y3Rf/susPViJqx7DUKYvutR/ZiGt62iRn9WCq4jjlBG5tOYEkBsWGzm6JGJtMhvlseag==","signatures":[{"sig":"MEYCIQDHALLXjRchNnsqQ0sCvp0XNDnTCfT2J9K+Ou/zVZctdgIhAIIvDU4bpYeHYKhI4GaI+cqthwHP+GXrwvTO5enQ3gnY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":799118,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6dtZCRA9TVsSAnZWagAAJyUQAKSrPuj9ijZXWOW9fKaS\nSCjw2sQWS9H2IkFhaxqLaNf8zZ9QtKr6ToEu6Mil7p/XBx0LoLiTPlI1Dgfl\nVhHsCfZDLMqmDum63JOiJPjAjww83mBd2MXmGNuIZs+UYyCWEmWPPWDfDlE4\negVyQz9nsP/CWIrj68FPXz55STObKHFdR2jPuhFoiRI2epWyrPxtHsJtXZOb\nU/HdADSh+hr6DND5QG2n6/Zk1paPAnt6wCEtriKypFL9Ho8MYkzmTqtBrDOc\n5wr2n8Sj8WcPZ1azlP16bqXersTqjHXT8XlmaZai2s2bgq7D6qHjBXUg1B/N\nEaN571CgsKjRVQg7JiMZ3OIy2Z7hIPKHsndJ8swEkPAwzuT5DfuU+ea4U9/B\nNIjwtGXGHlUE0/Zgvi8xwxhEC09fgHD+Rj+YX1ejcZk40tI4j+YAcaOcvm8T\nhvbedBEVZNOSnksMT5ER4O6IxXu8hIIePUJ8wpB87P4UZw48Wl5MstF4NJC0\n7t1iu5XPhA6ryLBj8pPyADqbEU2C/1JOfCmCsvPGEe4s+sS5tmAj9DNQ3uYX\nFYTKbedcBh5U40N8gM0n3ecOgbJg9/5SDhx6UPXsw2j0pT4j4JjYMf+HAX90\n7r5QLCNQBOD1oSi/srU2lhLdmlPrpRSqUJYeZYBJchcyr9oXECf96n0BvwcS\nFbnz\r\n=/9k6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"35c7d95cc0205da1d331ad7830a2d21b5ad754c1","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.6.1_1642715993596_0.27143112492154864","host":"s3://npm-registry-packages"}},"2.7.0":{"name":"koilib","version":"2.7.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.7.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"459ed3673d9ff90e5f3c4b838c13aabaefb48d24","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.7.0.tgz","fileCount":58,"integrity":"sha512-rGp1NxC0CDYe4a/YVG4h238GeHoEOtKayrchXxjbz9k6zUgWokVcKtQ5qWCMwffYcWHDSHyFMmt7d1QVqjxbXw==","signatures":[{"sig":"MEQCIDn9lN9qP62b6DKcsLAYRXBtNwx2C3yMPvHSynHcR42ZAiA5EiQV2VE0EkB11Ri9gjJnbtxORXYa9yOv3FY/WMUF3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":799574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAwVDCRA9TVsSAnZWagAAJeQP/3OfvtOzUqXPq55dUbwq\n24PAgrfXAy/ws7YJy68byA4dzBLr6oWjHH3bMeapTnaMucHVea4hUNl7/xc1\njIpiL3m/JIG59jIkLisFQ2cXy0mVf5gS1hDi/LSkNYoWuDSyiuHhqzsB8pBo\n+XY8T+dP42HKjy3CMSA2SFZ3MC8hBfmh8XEd18krcF/PtTipMvzMinCiN0yF\nyopyPsm/ri/X7T6M/5081KxMhcVa1vL/54ys0+pxAw3G/UcbINRC7OnNqqP1\na7kEBhM+9ww7v1h8St6FGLT1dbWGwXQUHjdmt6lpc1slK59xUO3SgONAAhzz\n7CoOuBfKYbyp8QfwTlw0c0N73csjh/zp3Dux5qptVQY9G5KXcjpTsFS5J4je\nFoIqsckwfA2V48Ga7NKSVJVAkocyRcUr9+tz7OS4SPAWMs5A9bHFUxjE5sUv\nIedVPwylPW1idx2+9uItjqW5Vlnpn4m8JMVznZFd7456D3iTMJOFOzxqDEma\nXYAc5pdWJmmMLL5eashB8H8cggtefMlPSwWZ6PCuNXiWUsHgEfKCIzUzAspi\nXo8HIWoiVlYsMFX9bOnJlwM375sCZi0nbylqgl3oK1dWCc/o/ta2CJZh4tFI\nqjRFNKZRxV/mnECkHcXDmrTYTkpy4ZwTFC4CIhajaikn2AUq6Wt+ARk1Th+q\nMEB9\r\n=n9ip\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"a56c86d78d102925b71a35447c12abb106432006","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.7.0_1644365123104_0.48576652325777414","host":"s3://npm-registry-packages"}},"2.8.0":{"name":"koilib","version":"2.8.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@2.8.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"a38ce10b39387f5b08dac0a1a8dc1199926ee049","tarball":"https://registry.npmjs.org/koilib/-/koilib-2.8.0.tgz","fileCount":58,"integrity":"sha512-sxQSN8f20XQ7mgbYN3GFdf4bnpT7FF3MY1uBK+KvGGswqidh1Si4qj9gw9oX6Uc54CIbqenBCODq5DSPaSW8mA==","signatures":[{"sig":"MEQCIGbpCPhdRsBVbjtf6g9V0/92KjGYAzPcz+dBqFeOoJWIAiAwetJQfEcDsozNL07hFCNbyI4l0V3fGIvUDUajzQgziQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":811442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFsabACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHNg//Q2cxU5BEsUVwWs1NUbb/p88SVVwmbiGdFqjYvMBzrSxqbdkf\r\n02T7jDo52vE1hSIgMYhhWFU57p7bvkdhTC88tJkyfWoYw8J8NmzZt6fHT3fS\r\nuj1t0eKANxYgyqcsB/6wQ6Y/txh/eUEsdTUoJZPKjfyjn0qIaNkJduhFxgim\r\nlPqwO7dXaMmio4/KPUvN6BqArUwU7HdQjnTEqolmfQ3H2o2Da92YNb65NDOO\r\nHVoOxg40Z1LrgLvMmrugx9NXMwi5x2/xdm9oQyokLMctZlChrhnnR1en/y7b\r\n5HmO0tvmGdyjhy/qHi6VoJMLMxlYK8ErRIRvBgO6lKzUszPHNvcxDC5b7TRR\r\n7wK4lVI+iuy+5SZB7zd3czVvB2b1kQWMXZwrc+G3WP0fHhaKqIX/p5iwoYbo\r\niUQIMR0agJezsWaDT4hCyW1x0XTvjS5p3FxofU+HnQAZDfcLqagAyxM7IPXc\r\n4/VlfOUP6En2afhpIiGqusJMhxU5pZ42SnA9tPRHAHDL8/R2chogyUGwZOzi\r\n2i4Xybg1+qTgXoMgPMNLgv6x2PbZAjgimCIzDSKkWVHROyOUNZOBo9CVxLIy\r\n4mQY6GPfI3Y0iqgFJNdni5KMlWTLas6mxWHEB0Jve7NTfqRSQ3DHfWXHs6xJ\r\nyPkFIF08IjS18amkqZOzEI/zSXxo5cAABr8=\r\n=+Wez\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"24a6944486cc4362ab82d7dd12e980a7619531b6","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_2.8.0_1645659802883_0.5875141140782676","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"koilib","version":"3.0.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@3.0.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"59f2457255142a2471dfa04399da308339d605be","tarball":"https://registry.npmjs.org/koilib/-/koilib-3.0.0.tgz","fileCount":76,"integrity":"sha512-NcY3t87TSWSz+nfHKOchPG8xdjxhg6Q7USeUAJlUpkT8O4VtZMpjwgUllUvvWd1SkhIzQ5pau01iSQ61PYhT2A==","signatures":[{"sig":"MEYCIQCiYhya5RfGH+KYXOzUbYaO+5p0GPo5hkIh6E776p75UQIhALL/XzooBLPzpd+MFlkLJRMjDy5ZxZtEpA2SMAzGPiFY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2555666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiL8K+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0Pg/+IxAJO54GusHs6azYXRQHuAgqUo/CmX0KRnakzkLOrWaCzpoA\r\nQNT1qWlazqkOcHFSJj0/o3MoAZOsjK0rf2sRoN0uak8Ai10c/snmvuoP7WGB\r\njLshNgN38bpdqoat5uNj2UbFyjI9ylvyXm68/c6m1Z/OL69heGhcC/a7Ob3a\r\nhYoCSIBrCr+g42TwvgQVjIE9L1w5fz0lXRWr96s1TrsXiH5AYd2N9HKQjTT6\r\nfzo6INK6ekv17bSlvh9gDGmiSx3oAG8BLdrYwQTdc0CcOBt8HNZwSQjdkUnp\r\nz1vWSdhPCysMzJXvXygBTmDts/diJYACO8UDQYnDY5ACfyyulMTc7tbVNZq5\r\nuczC4c16HKL96lkJvg2toPtZ7pLDkLntFLjSGq2+XDC2Iqm7pNxmF5uGNtbE\r\nbBipQuPem5udVO3WHxmnU+68TKqpa/hAyusOGsqMEccAALTk+OsdydBDaPIU\r\n+fOqXqrMS2kSJ5V/cd5X2Ctp2s4dkpidJOVxVB2FINE721WESON0KXNCVsJl\r\ng3EpQBWegYsdc0dbe6dH3f4qxtRGqKjZjjGlAKkoRwqYXVwly7HygITTvYNr\r\nzHGGOM1ZJtQFtKhuO17squ2lvFUh029cRBuiegAJXUZq1yQU8FxNCTtvqPBg\r\nR0BWdKJ2sYF+PNqaACsHhgpU+4akYLoPJxc=\r\n=Ga18\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"9741a13a5a93e11edbb56588d8b8944f911755ce","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_3.0.0_1647297214148_0.25589116580991234","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"koilib","version":"3.1.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@3.1.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"d7472dee9efe801bef065f99878a6c4a54db3fa5","tarball":"https://registry.npmjs.org/koilib/-/koilib-3.1.0.tgz","fileCount":76,"integrity":"sha512-dTkfFLkHfWC59jsM3y9HBu05OmMfYL1sYKO1Zy1Bi2bZAfvFE3KhWXAZ5lnd5U/McmwWU/xF/TBKIzLzOsjhrw==","signatures":[{"sig":"MEYCIQC8hhqTUG9gsFJ5XXEpJOXsmi6xMtz1rEHJR1empQVXDgIhAOi3QrLhSPrvO+v3dmSD+oCY9PQzL2GdLjTStGWbRW4P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2564994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSMqGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoySA//Zb4aGSqHuox7TYJ2SqZI6Q1x/7KPmNWXMb3189mlgicjoVfz\r\nv5YcA9pmQg1aYcUzdWZiuYQmyONDFmjCQ1DSnbWeahw/RdPQ9XGOZLNRl1NJ\r\nkMHyiZUV/97ZL8Lcpr5sxt7Sv4ZGKc1LQNOrnVlMn2ou7zLhT9XycLjr5Ub/\r\nn4tXpmxZYdsygIUNq/TUzTb6iZdUNeuPI9Cvpl5CPMVyM4jSJgMC+wHqWB1e\r\nutTWyIbuf6/GuZ5UhugZURAhUg2jhFOhguLFml567y3T3SQY5DLR13hyVGJ+\r\n6vOieceTXD3CYtpbydapjMQHb1LSlzZBYwnRCMs6TtyIWiTADLXWRxyzMSwM\r\nK2EW8z8z6rgU05TbBe+T1Sk0t16DD/RXB8dUqNhAFGmerCTG9kE9v+eb3RjP\r\nLpiPEQ5jiJzMM0AtRhKZB3oFKLXaD6fZum9qv3dkZvuHU11h4N2AOdIXnGf4\r\nYNNxAMT8Buqmj7K1DtQYKi5iJzHiRAYwKcActmILQCxVOXgd4q5BKa6F8gHw\r\nC6HDv2Ap14zAiJQSKsduv9eDrx+62Zyhvy/iaVIb4TxaLQXyVC19oHEBT2U8\r\npOCp4O6+MDUylHkJi92MeWkwsmuQUUTQVuXvvVKe7lgJ2om2/31B38E5lZte\r\n2tdxPlHoWjXVP0vqEV6bmK4c+0LjnEe4v1E=\r\n=sUZx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"a8a5eaa2af2fb111e85f2ac45a870a8b9a34a385","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_3.1.0_1648937606197_0.005931602088198984","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"koilib","version":"3.1.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@3.1.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"cb94d7ad064b6ea97240a9483326214c7c8d492a","tarball":"https://registry.npmjs.org/koilib/-/koilib-3.1.1.tgz","fileCount":76,"integrity":"sha512-Xmu0nniDRwMZ7ajnUbhgUisIJQT5QioeKaAgArhgpHnx2id3aNKlWDJvxXZIKd0aot5Qrn/s9kMb1b5RmLUtjQ==","signatures":[{"sig":"MEYCIQCTAxs2rcgP0NLXUIvL0L3lLc6DixbRwC221NSOo6mz+AIhAOMSJLZAsBVTS2LuKHJzMmHo+hsqBrGJcNHt8K2GOpbM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2567710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifX/eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphyhAAiLibMrGP7Bs7oq+eJtLmQBYTmHQYlmjVfcAQHfNGoqwA0NDZ\r\nZ6J270P3MhHpu9BvrKlvzslErbNhY0o0PdBCwabzTQDA3/zbW6kZLdF/WR3x\r\nvJY9JKQUjAoRf3Gdqpi7xXtFYHAcJ4gwyBbjyFEzeuvZbdsRt1oGQS5Nj9tU\r\n3FJ1leCaXM0yHf9JZLI8QJ3ey8ajeR5WzJN8Vx3ngR+hV5bp+VmLWDDJAvH4\r\nJe7N6I+x6mBNcNFMjiNQNYCaGJmezc5kkIvkE5hezbh0yeqceBkjBT3WyWsO\r\n+RWU+KPSvL4ARHX/qJhYig3+PWAfhq02l0Z9UWBEnnCXIU22Za5eMN4CcfrI\r\nUGyGcpJRBXcE69VhTVmLIbEbgqKaQIlz3JXhazb7W14m6bdUSt/sAPpV3yFN\r\nXSoNiSCZOb/YNXGeDZIrj4Fxs16FXcUK2yn2aS2sms855GIhT4I6Ot5mzWPW\r\n3H7ErGahx2WPcJZEt8gwU5mpzML74h2ey9MPL3eoX+bW7wJS5i/h7JwelnDP\r\nBO4gvRvQrKP7vH4UCCdgBxHWJ+qgvOMmMauK7j9wk+egaCkTaEwiKPYmMmDw\r\nVX6m8TH6KQcuu/zJjh7BNhkh50xtvtkVMMSWagANPQeKU74i9HgL5uGXkqAU\r\nbmO7db/1hj6rX8fz+W4RpcWQ2hvk0LtoYVU=\r\n=Ynvr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"07288b3d57d6eec41c4f1983d2f48c67fec03bd4","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"6.14.13","description":"JS Koinos Library","directories":{},"_nodeVersion":"14.17.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_3.1.1_1652391902391_0.8805146237063495","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"koilib","version":"4.0.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@4.0.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"94a00ee4fcbd9f432b38f80f40d692ea92a5f4c9","tarball":"https://registry.npmjs.org/koilib/-/koilib-4.0.0.tgz","fileCount":76,"integrity":"sha512-elqU0LiQ28DxtcoL+pmE13QxCDWWgJP/LUzTN7EQDMf/KD7g4qzDkfP+tSx7UC+j8lp5xuH+V1X3P2UQNykPlA==","signatures":[{"sig":"MEUCIFvNOnFFZmIYNLbPjMCOCaiEfZO6aJhi0hZdnVurvwgQAiEAvg1ZnKq8FL3RU2L+mwRdMsdeNWbzI3ccrRNv9kKk3RA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2569423,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilpDbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoV3w//Ub4wD9NA0Cdi08Bh2cYeyqYT5tPWO1ZgBEK1U1nfseTtEuMX\r\nwmq1677Z05+7Wk/xhImwAoP0hyW6FPTqx7pFiSZfdyUMIqrAp7T3msPSV+YE\r\nckgf6XtC5Y5SflQRMLxRjB29wBtCmyuaMfSfuxiVxuWrvfbGJMmO2wucrzmd\r\nDBnGXsUrYSyGS1YIYRGP8mkzK3f1dDmMnUIl3pHEqEOskyI5K4G19S1LStrb\r\ndLZQOBnQwYLodt3BlrQVLnL07uvTCA/ysdhjtwOLmogj/zQMeBnJoK2rWMr0\r\nnDGf1veQ1VGbDgBCFFz28ZkDQrZHEGujtd92PpGxbjQvlw9y49EU5IPsWFgo\r\nMsPJoEC2kM6RwNYS1S8/tSUL4BYIkIKzraJOM/1V3NiOjbVlbMmD9Pa9uALL\r\n/cWDLbjba29c8Dlvu0gTSEe2xe7dEIFOVNwF+fVERWOpHvKSo/S3xMGxyrLt\r\nrGyGKxJmbcmNYEWnSFjvVLKZtHqc8AFr6rZDm0aSU8Cs7YPID6untNlCAf1c\r\nJaMTUxJvyiXPR+CbL9CSoyS5eJaHVqLEL7xJ3vbAgNf1Pa4xCQurdMytt+Vq\r\nlBoubMYSP3JQhLrrGblVwYVOTdbgJ3wJbM0O7XITEitoGVX5daeuPgZFkwty\r\njvEX0wXJzuGkRaoSF1W+KRqmwBt3NVplLdg=\r\n=0Lw1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"1afa7ef78be6d9db93d8f68d21e2c5bf301b2268","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.1.2","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.13.1","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_4.0.0_1654034651248_0.09692363385244218","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"koilib","version":"4.1.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@4.1.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"c2927b1ef04d3a3e01adb0a810b35b2de0b0858e","tarball":"https://registry.npmjs.org/koilib/-/koilib-4.1.0.tgz","fileCount":76,"integrity":"sha512-bBA0IjZliCyqH1TrXsEmdX8U7QU1zn0y1duiH+sujI8k+OfkhDElYuvp+MbJNmQvvPWalALk58vul7nPPNOgbQ==","signatures":[{"sig":"MEUCIQDMFGPferPNZRX8kIkphWqob1aXdfy2n4ZUG81il973gwIgNvsnd52Mn+aupfridVwCYPPpVEkLiWNLqAtDuxkehgo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2565436,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisO3FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqW3xAApKz97qd7Ah+n6dW8BjvwdJDMNYruoD027T3ph8gIcYrjG0Lc\r\nhe1muD2thO5oMfemznI1Psvp6Vzyn718YYZJCz8Q5E6e633eJInHeZHrJafh\r\nrOaIw4RVdpYcSL0xRaqb7O4/eJH8OkBpDEhIK3Pu2Q3Z0H1UAs6SZgazxAMe\r\ng9nZRTotmobF+Iud3c3fYEDV8LL4Qusti2/3B5bI9JB2bIQJ8kutw+Uu3GOv\r\n2cdURd1m1YhD8BucrBCWdrQ0K6HOD8V2F3VrQt7mZjEcZfjyacbWjCuNns++\r\n2p8FxggurIbqu8P58FBHkpmoWJ9XNQaAi/tyGm7KPR4/VoHjlzabhx0QRsAk\r\nwO9rcCzD+JEcjTi2u+l42hGU6MmWmqEqnLlYxh5IIuN1hiwfArvbetxMPT4C\r\n4td9qQ7BDDcTRyv1a/tkKsuN8Zo5UY23h58IQpcyPkZnKzAcaOOo519wvThT\r\nRFCzThsFkMy6nx5Xdqb3RCAUzavAnuRgkGuyShsoZFfncqtrsDZ8sqb3FedM\r\n/fFLUTjDTEtsJXkzMoTtH2u/Iw6QAeADjrHq5xm2scutQPUK4MrxSktVp6fV\r\n98aTj51YY95M8EjPbsGr0mq5pHNK5KojZp3vWdoO6Egeh6p0t3fvtEEXTTeZ\r\nrksn3UlFpFIzOC8v1XD9La5HJdm2qffTi4w=\r\n=aiDM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"22684dce2d32e77b7afc593e9b31119c51af5db1","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.1.2","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.13.1","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_4.1.0_1655762373368_0.9579397011719455","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"koilib","version":"4.1.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@4.1.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"9d995a3a947a359a654188734857c0a8c0b6057f","tarball":"https://registry.npmjs.org/koilib/-/koilib-4.1.1.tgz","fileCount":76,"integrity":"sha512-Gd9E0ft8/jsZha6rg2LIjTbRH1ceRaYYg+KQBrq79DrHBXVbNYvDvRWlLc6vjeXc41JoNASb0m+eKrBTVPEggw==","signatures":[{"sig":"MEQCIETvogPNZ2hYOP6W5c8NYo/AzcO7GEilvZ9oFpx1ihB3AiA6ObccEPXCnVIBK/QTWEPwmQOlIAkLbwtt9rruo+rqjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2568496,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisj7iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrC9g//U2CH2ZGn3t0B9cqLacxrWweDquAHDLk1750a7GsBpLH3UIg6\r\nmMGSYYBzga4nHjXbM5DG17pceqXpiL2KLRbKhOuk9uu5Ynxt71RaW0HThK+H\r\n8GbqyIuwLMOJUHLFb10SB3/zaZ35yfNiKQEgLKoXJ32VVCerLyN5T0Fl2oR6\r\nVeQnNbuoxdSyOc1GhltbVJ9PZKj6eJULdr+htTuuJ7U8fndw4Pg1Vs3YWN8H\r\n7gZNJYzChc4pF+1GsNuyBqthf7tzkdDiWAfGaqmczeGcMxAOSBHeysGznrsa\r\nr+bfpiLVGp85eCR1VQ2xN0+BOF6ECU47qMiVPnpirNaClLG9e4I0i3LlSgi4\r\nsdfbmAjCRw+cCmJwNkGdfv5Mcoaml5vc/GgW/P3En8kDEmncKD1Le9m8hiYd\r\nFnPfmYpJH546gTyzUxIoBdEipDmxVHe2+Im3+W989TN0DBcvvqgZGHrtGH43\r\nX7Vi9Gkt6LN/Hxs+15qVT0Bkd1lNc8mdUcXRNv3iI8+DNwfY1rp/Y51a6wKJ\r\ncvhmgbeT8T4EpzzyB4GMSDKexG2Vj4zfylZ+BstzO0k+UVZFk+5pDDQ+cOKV\r\n3FRLIzHtRggkdVRExCuXxjSuQ60Lq2XpBf2JYfwnTR+fZ08TAglQ1omw6ZEn\r\nsp3KHETt0v2ZDUgMo7Xpg1L+QkLtOzLyO58=\r\n=T8bh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"a6b7bde642d4cea2749859c91f52588895508ad1","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.1.2","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.13.1","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_4.1.1_1655848674034_0.26644451823110504","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"koilib","version":"4.1.2","author":{"name":"Julian Gonzalez"},"_id":"koilib@4.1.2","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"13eb7755421a312d818fcc3cf7b579407faa83e0","tarball":"https://registry.npmjs.org/koilib/-/koilib-4.1.2.tgz","fileCount":76,"integrity":"sha512-OdPHds0TYHEONqyh63KnVpidVwfU/hIsACEefR3CnNZKtaz+ubByxJuwiI/vwDjdQvEO3vBI7Rl9OXepnAqXKg==","signatures":[{"sig":"MEUCIGIdAeZKke4fzVwIkpDLZeYpnJO+WnKquqzrHJYbQFrrAiEA6BdhuMjEy8+/I7zM0wx7PHST5ztrKHxJsbqBd5EmRdY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2568895,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJis/0VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJIQ//fxyYK1Y/auLM3LnPkoj4OLy6kvOY7Za0dtPa6TDEma0rITDI\r\njqWxXqq3aRJyKee++yH/3BS3g3O3kgqPNVYLH1k2cwStdvOD4MDPwp8nc4+C\r\nVaA4DgGQzlzCHfdFYXbNn5HGEGIH03rmkI4/yB86B899lOtaemV5nQ995sbf\r\nMS4HZXUaedNBTvWgSgbPd/gPmayVkR7EJWHQ3BVhBt2EkWK+UWsPKwgEg48E\r\n8FlnhAIfOSYYSkNcmTIOltNsTrBgHDEOa+9sRmwf7WqgtyO3+ynRKaqxIP0i\r\nUhPWCVNs0CTKGdUnzJiJDg/5lg/TSCJ6PgwRKV/4qgYlOrshouZTkNoA+Dk/\r\n/h6+5oTzBfSh9/abBQJdOLRDqxYYF7XE2iUS36WkaCOzLYNwRR9vLaD3SBxT\r\nHVMYRrnGqNkbeExBavwbUobf3HW3ETe6DYQbgWvqv3Gq2NisXgO8BE1skkP6\r\negSbyUZj7s2Ehu3fxcVZZ16Ph1OvYUoYNma0nX461y+zTchWVYOOXVPetmdU\r\nt4LbS3L6bHfV9vYffCuzwKmwTBp3lFamIuE/j3c1gUIGXGs6dlKtjMJpUF3v\r\nNVBhpdVUfi1M452ptBPCqvg3YJgOkudNEzWjk21j+BTb8F6T4IK4I5qK47hg\r\n+Cz0M/p+XsFL4m49zJBR886/oolN58E+2xA=\r\n=RgEN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"a4bf4cde232bd58229a5dbdb8dbd836833d107f7","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.1.2","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.13.1","dependencies":{"multibase":"^4.0.6","protobufjs":"^6.11.2","cross-fetch":"^3.1.4","@noble/hashes":"^1.0.0","@noble/secp256k1":"^1.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","dotenv":"^14.2.0","eslint":"^8.7.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^27.1.3","typedoc":"^0.22.11","webpack":"^5.66.0","audit-ci":"^5.1.2","prettier":"^2.5.1","copyfiles":"^2.4.1","ts-loader":"^9.2.6","typescript":"^4.5.4","@types/jest":"^27.4.0","@types/node":"^17.0.10","webpack-cli":"^4.9.1","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.0.3","@tsconfig/node12":"^1.0.9","eslint-plugin-jest":"^25.7.0","eslint-plugin-tsdoc":"^0.2.14","eslint-plugin-import":"^2.25.4","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.10.0","eslint-config-airbnb-typescript":"^16.1.0","@typescript-eslint/eslint-plugin":"^5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/koilib_4.1.2_1655962900891_0.6488950770928779","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"koilib","version":"5.0.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.0.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"26bd7113a447b5f8a6f9584b7b4206e3ed1bb39d","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.0.0.tgz","fileCount":76,"integrity":"sha512-GqBl5ixi/VjBXZNKlUHycKXCFSl2rFH23JrGlRsLx8Mb87LGok9XN1sWu9a9668xIV2wMV7C3MRQcaaW95IOPQ==","signatures":[{"sig":"MEUCIChl14hqhx5joy2mo254HC83h79BR87UTMowsfQsYUW5AiEAnht4WcsCbMfCd1+CTzViSaprdheN/o4fRCuTQYouNxM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2653437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCK1PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGPA//QfkvBr6GbV7Mva92R9egLs70MelD8ibnT+dcdaVgZnQo40q5\r\n7CIbMDIV4hi00axUdYzeC7wVbKZC2bEnhVUWiPn4qkLeEC0ue14Zb3ESA40P\r\nB/5HQ144FtAroWapQCgVk9P1pPipC/8tkw9udWJCzSQ1YRIJgf6fyyAb+K7t\r\nILRmj4N/1s1T7cu7UgXA19d0ez6mUg0jFD2qW87hw5VM+6YXFZ+/Fy+TUbw7\r\nQAyAzV2A35Eq57dLFqbD8TK6HosSbvVfYPZ4hsDvqa8ffZyJtvdYzNG60GdA\r\n3/kNUUCXbL+0H4mbd1UzABPUFNSU9xipid1BhdCTWLYFcjQFH8ddU8uB+vyt\r\n3WtUxSu1UJPoGSnWe1Pf883XWBhZRZVPHZIV3CPNPQKc+szetULEGxHSA0F5\r\nwddVeLEP23RLn+k7MR9ifedYQQ5AO2yzuHO3ShMZa3mta0yNwbFhnj7B9E2K\r\nEosE95WkMI7XIELETYCYww5CfPsJsW92PHLz7WNVcGVmU1rPZi9TW1qPfOJ2\r\nDwzdpeKRiGdpASz6PVAusqteJC1fHpbfdHfBbwl27XegcTbZj5OYrxsvOFYg\r\nnOXhnaEWlZ3Y7mTR3G0jiuLyx7epV2ffEpOr5DTvGrLE5Jm8gr1rqOvNjSn+\r\npzhxeiUSOTtQMeWKjAXN6GQB8Hzwr6G/xdg=\r\n=5qok\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"2dce095d4de7cefe5bf6a8afc7070e6fba720d82","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.0.0_1661513038830_0.9806057988013994","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"koilib","version":"5.1.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.1.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"50795f4825ee95bd69ad2a9bf864fa016c5ad161","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.1.0.tgz","fileCount":76,"integrity":"sha512-hPXJ4ZOK7DHvxRaOABjEMXabWMeDrvl3m2pfCcaYP1IIUuPq6qfosZMb2j9CyZGDGpIhTHD+EmfgO8j0lmHC1g==","signatures":[{"sig":"MEYCIQDGhZXGQT60FuGdoZ5BAcrPMWi3EGnvX5Xx3gOIlwMlGQIhAOgdzMjirBgu5J8+R9YRy/T260XAP6rgsU/OevIagM4S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2656033,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJKWeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7Gw/+J9rbRUq42kdBEUiQbUa9F4UepeNoE24jbaaVrtJN5PPuF/2A\r\nwfeHqlwKFt1H/2o9EsClPEqR1ZftBw4zhn8LowTgt0Yd4TrNJFUVHrLuCD6p\r\nJU53ym4fqcnHDSGfQCDgym340SLRsnrPQKFYVSrNTMpxDlxCnVgp3sl+D7nA\r\nMOALomEMqKyABFs751iAjNnIfOiVY/8rjcWxUQpEbaFgmDIRto5OJTj5yZeY\r\nMtCVNY+uYFBWyw5T1CDpKcqyh+/YbjS9TP9DOwm2WAQ58cxVm8jeQct82BCG\r\nqSjr6jlb7AJOyyVllZjV9e5/a9nUXgNvkhm1J3ylNhFZC1VMAX3CESxrTruw\r\n9SCLraQ23L6Tzd/IN9bCNTrTW2EGSxSXFeURNbBAD/wcm1luWzWnbLWGP8Tx\r\njej0VhNrEXvfoghhv3tiDyqRIlMR+++QMqXx9CBUrQhNV8DNKzgGQTNHd9HR\r\nABlN1RYGIUWSUkxKSyZeBSL2dSVjqmGFjLBiwx07DY1ZNu4R622Z8Ba2Vkre\r\nsNP7ofpTnjszfoAJk3aS5x8vpjpmDar4ZbKEe6I8BEWiRQ9UPByglc5A+hBW\r\nVelIYBy8fwsyjfoXcEhOVRjZv3ZIU1lj9yvXZQA9HsT1wSNgGLSXq1rFg65E\r\nT2n43j9ZAex3WrMGIQJQyiskhgpUA4Mr5tw=\r\n=xsCm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"3cb4af9054722e2a5fe406615ae1da452ec282cc","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.1.0_1663346077897_0.32859816896588145","host":"s3://npm-registry-packages"}},"5.1.1":{"name":"koilib","version":"5.1.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.1.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"b5ef5709e1dd5909c89674d280cf2072a09efd9b","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.1.1.tgz","fileCount":76,"integrity":"sha512-0mIf8Y7syHA5TN4BAG3Cco9Y8nGOI709n9gTc9S/LZogtUvI6CiAPKFcupItoiO4ZAHVt89HdVSJ+F8V9PC9YQ==","signatures":[{"sig":"MEYCIQDzAZSZBp3kGxtpO5WQZjacA2KCjee67FBGG76PSmUDOwIhAPcRTKYQ8hil3vhF5NmCfseJwLJKjaEVyKF8OD0zCoYF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2659255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPKwWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpj3g/+JoB7tG905pUlUux+oTqCojZDBCy4+JrjvDMOYumTRoBZwVJK\r\nw2chSCphcDBukPxYQcUBCphRlMbqJ50Wk2RGgDYvbYnCULBtF/fftcraXwPB\r\npgUOe5/Z3GM0edXbrozK8qeWJlXOTbewd+vNVAmW6iNBXviJjQ6EyDXH0K1T\r\nkTEeLpC+Uxi4UCEn/0MBH+/bTmFrgOPqAGGsnL01dhJ2V0IK54PJg7py8kCp\r\n21lgFbBJDDPMz9vt4/Vu5byjolGqp5qKIhcyIHdzZNUEu0XDkXrBYB0wRZvO\r\nG5mNIqOS8wCaa6VeWUHwy+8lOuz3Hse8/8EsWhhc6Rsbh4qGFtiMUEq+iM+5\r\nal0t07RxWEo1ZeY0kLa5H9kGUCcVVfSHf2dXQVSa9s3BNY+/s46VDyuqoFZM\r\n1N0fVbtD8Doj95thxuhW2AcYiUy+G0G64O1yhimgO8ZOUs7SYpTQnXBV1mWj\r\nfhWfh30WwkB04sdeXOLbSwVuv5jjs7aUXsz/fhBig5dtJXhdhBIiKbxEnmNl\r\ne6V0aWtSe4gNn4gb23PIbGvCHrb2+jMY3xWwFT3lJkrfJz/49xnOZfZmViE/\r\nivG01/ExLR2JL+x2AYo1KHkysyrp7k4f+Dc5hEa7ErcHmucRYA3W/8PGVvVE\r\nCRGn3siplfXXtrhgM4YeU66cDfGc3V5ZKa4=\r\n=V2QC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"2c0dedf470662f1a0239a33803d01043b2338487","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.1.1_1664920598546_0.5846032357696067","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"koilib","version":"5.2.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.2.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"6970268b3eb701542b661d361cfa6c17b90e8fbd","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.2.0.tgz","fileCount":76,"integrity":"sha512-15gFUyQ6dBtWlYDoeuxvw9lW53HYpIN6O8HMTcyEgV8/fV5+PbT4bcjFClMOKObGMLoHjofQhTMKibpuue4MSg==","signatures":[{"sig":"MEQCIEmK7/rTzqrq8/YT6coEmEL1htQlz5D/UMxiCrghPFcbAiAm1KITYCv0vgzSQx3jlcBYMIhNSaWlGjhwKwxFBVPx8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2682919,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTXxlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoERg/+KtbQWLZx6XSZfsej3VZLgP90s+ERafEyOypnZaobc4cf8BmD\r\nhU9ezjkA5Sqa2B3G/9bCyPE5tKI6bcJxO+sXAHHJAkEHV2ios95penH+KkvB\r\n9CsrQbu01c/EjqjaEFjeSCj5XKDbnabe1vyr4CJ03RlMTBvrUvwf0ygC8/bv\r\nO2VAsaRwyN+dSFugt6IS3w15p7hFsEguKzcUmDONwq4fCf66zsqRIorJ2oEO\r\ngkHw4QkcdT+JYa9K4kLIXe56IeoTb1VCdY9h6ezxs22bfrDgQLU9gZGjWoX8\r\nZDzLdbZYLbwGz7uvLQCzRZwJdPVYiKtwrEomvizyExGYSrkjTvI8vbS0fFTl\r\neL7HG5K0m3NXOrmHUzXZhmYMgDYD28xMoaEBsN3E5tIPXQWXYNhHPxT/qhLj\r\nDJzoixpMwcCUoeKRFsVEU07J9+Zl9LagRkI8XSFKJOfXTGCzBdsDZWTAtF76\r\nZ5zV6YJCr6OEQKAwOtCPqP3iEWAz7vBQmhTTXMfnjvjs/bVmvuRKtbFKw0yK\r\ns2GJIwqyawnzJWargBNBoG5a+sGUQRR+XHpDTexjugoSgbTN0I5Pspvy9+Ke\r\nNMcWYFSfr0D0Qud1rVkiiafJEKstUyKJna4cv/bI9PVinEcCWjXmKIE+YMk/\r\nCmRtMafDwZw020kn56xfn/5qsqrwZtVOGh4=\r\n=qnP2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"36bbda33e6f510d4af95641140b8d717a0944ae2","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.2.0_1666022500851_0.6985409492161523","host":"s3://npm-registry-packages"}},"5.2.1":{"name":"koilib","version":"5.2.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.2.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"8a7dd01f0fdc348eb747ecba4f152e3674d1f90c","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.2.1.tgz","fileCount":76,"integrity":"sha512-bdXJsRFWitNIm+NALHdGpMtUIUPQH8sRZfmYWzzMERajru4+gEHkSwHMIh9NUfzwclS3TjgkpxWLN3j46qdlwA==","signatures":[{"sig":"MEUCIQDZVQqt9Si6EjJjKw7UuJPn1jk8cz4lpV6NNVnuOF4d0QIgEBGhC2BBJpyvjRe/LAuES2Xk/QAGrufOoPp67U6T78s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2685812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVqdvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDFxAAoEryU2QdaHS/ZyCDaGOsDn2xlqI7v/6DBus36pYKuzvalQ0o\r\nK1Ui+gEu4lAEpbWD6eovi0zHCg6S9LcapS2UggKalEQgZULRlrnbzXk1RIGl\r\nyKMMUOLqucsiqI9T4qR5ztmY0TYx6ttcLEbwmgbYgXF8c4jDviSip8QQGprt\r\n7ZPOAw6ZqWjlq6skvQoFGua3Pi2ZD5VKWVGfbTG/EKp5txVKIWJhBq8GVrbs\r\nMo988Owd7Why0ADUBIoFS0HOXgn2x0IF1EUgGxkN2TqZuBzwucNtwTdkNoWK\r\nWGml3bPV5fZmaf77F5uKnGjRo5UE6eRGWg6A07DxtLtLtcdqwP1Fu7WwFzZU\r\nzU17hqE3+A2kbudpuM8yxHy40Ns5ud+jGJ8LvsMIZwK384dfdYUqVLtsWbrz\r\nwlQiDZm6uBLzp2+feeaYOAzU4eE9qtR14R0jJMerCl4XUBDppp7/iQ03qeuI\r\nhDODkSzEeNX/db5ejV+JIDjD/gvEUW0wNj1lh/PLp8k0FSPzQJWo72cKbpiR\r\ntdGNNvjPQu/N9uBOIphRSqeNKIUhZXEkR5Ano0i3KDH270zaCZEdid6zHR7L\r\nMLTpHljjU/bqZDl09JDWVW/+5d/jJ6vg3AFedEZqbYO5fPybrQEyVPWvFHX8\r\nvtL/wwRddzswCHFn4Q1a1tW2shJxhpt2aqk=\r\n=enUA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"b04e1144d6a1c80f28ba8e340879ff79043ab7a3","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.2.1_1666623343516_0.5297479533708833","host":"s3://npm-registry-packages"}},"5.2.2":{"name":"koilib","version":"5.2.2","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.2.2","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"87d76acdaf5b39d40374f832ddec2559962cdb75","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.2.2.tgz","fileCount":76,"integrity":"sha512-fxT98KDH3wELYlZ5wa63lGdnIRktXVW1jq4xdfhSlDwZLbnczSO0t8bOaR4jCaQWK978tGy4PdvLc0PmXojACQ==","signatures":[{"sig":"MEUCIH9AkhmNgRw3P2IGYiRnTeP1rS/gRHD6Mchq4yDh0UDFAiEAyF1yfyCJJ96osPkTb/2Lv3tlTrPMaOtn3yB1CK4kh+0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2687217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVq8KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3DhAAlA4wItYuAWlRrZfbUcuZdEcJSkkBkJAeM52lB6m3VUXwCqsY\r\nc5bfJnwR3ZVhteYFjKUCrYEVhX19mh3LqZzj03XPmyOnqdAn/WvCY1KSTfBy\r\n30zn2Qg0jpxMyfXyagSzibRQtMU8OKxdsnJ0tXz56Lb324FzCRiP5sSst2uU\r\not5ENO8nH+0Q68DT+NnqXdmWLUL+RQLQ75/MROfxdFYxHMY2gv2BsIaaFn5o\r\nmzIVMa5yS/4u5Ol/XXt+81QejJGAVQZSyHjbSLYqxfbnvyhHk2UDg9vFJ86d\r\n7JDdaJD+6INOmLOV+qOoBGA75x5/IknBia4NLEJp+8+4L8761k4VFIy/25JU\r\noL6frQD0DLtRRa0Q9BJ8HTKBx9CKfpl30TqEfI/Upw7J67/upllBgbdwqBw9\r\n0n7WQdfcogEAUIWv6KebfwhVHX6Zan1lLU8HK7kRV6eUSAzWInpbuvAvqsrL\r\ntyJCNMg/SKKFWR2N3mrjZF/vre8FNPqDKAXpE3Z+/S4hvhcZCLFzIgvD5oE+\r\nn30ADSf0b5CooFutelZgqlAWeJo9mdC3BhcGEtdaDB7U2iUP50jxuHBQBE/r\r\nkEQ2bwCL1QAa7ojHXWyRmUM1nbwa+IkciBhejsKW9yWQWfva7wmajh8iBHQp\r\n0lX5S7OZE1vY6rVw1tuTwd0ssNfAxOE0P88=\r\n=j3NC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"5842b50b29946710878095286dcaef7a1d0383fe","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.2.2_1666625290540_0.12420729953497145","host":"s3://npm-registry-packages"}},"5.2.3":{"name":"koilib","version":"5.2.3","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.2.3","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"88359e9204158bc9f63b82ddb1fad97097fc6566","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.2.3.tgz","fileCount":76,"integrity":"sha512-wp9sMT7TcJ3wrdoDFfyyy1v7DIJiNQqaTOQi/f7Ycigqg+vyZV7BARjScq0Pdt/7sAeu4kL5k16IzS0zKMmikg==","signatures":[{"sig":"MEYCIQDKfS3MxG/FxVw7lugMKrzhdZeSP71eIFZdPIbZAJO6sQIhAMCvZo1+h3SD3Hfp21puGEqYq1trQcdduMNfzocJcYRm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2689511,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgwKYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoh3Q//VxYjDEr5i/Ia/iOwUzZ3XujWzLOR6E28VboFmWkVRq5gRllM\r\n3VAcDy069diLkU/K6Ytkp6Gu+Zal7WtD1cuETgxbzo9WJOnMZrg8MWWwwrth\r\nuFeSlKVtGOnjleGkx1K2+V8x8K4EDDmYkikjMUMzEW9ZYATy3B6/2ETG/9cu\r\nStef0FpdRqAYGPvke1cybS+iWZJRvWY0IOmckXRDirrVP7XphLziIYoa70Mf\r\ncEnzZbC3OIPEryEGcnmju+4cibLZR+V722QSTQCvuQYTJ7El1jtb46WL2lxE\r\ninR3KAzn1ZtqWaf9uqfCx6K0+q27xaifbuHAySCjW7g4BI+2alYY7SuVR1FK\r\nAe0/eMkelUTZgjIMrETm1yc69RMLxvWFqtX98AszPnjmmWBQu+7/ihpEXrdq\r\n3f9eEZxwJMqNZvkhFH027oH+TlTYaEqe+LeVMbmFIWHjKEnX27CCLde+o+HY\r\nRhaxbxgtC9VC7fraMWBJvHOH2Ar9SgmALVeAW7gUzSubvfveYn8AgcAeffch\r\nluEeYanTCDupWy7HeAGG+B06bsa0n0UBYqkAePaz4PCT+MtNDfBXYvCScv6N\r\nbARah4U+eULbnZM5oB5DGY5dH6WYDEEIgekj7vbWLrDxil29j6C8fWGM4KfH\r\nLpKNvt1XY3bcodqi3SVyXL0xPs5iznXLXgw=\r\n=r54m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"46bee80d529b7f1c9c53881141f931a2131d4a4b","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.2.3_1669530263867_0.9703116825649618","host":"s3://npm-registry-packages"}},"5.3.0":{"name":"koilib","version":"5.3.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.3.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"10f8fe7a4b01705d53d39e66d4a2ec2584d4045d","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.3.0.tgz","fileCount":76,"integrity":"sha512-ByDZMGMZvnrktYX3rujj8lMUUhCBEjdFlSt9fEyH+OpGI2NWgyXxot6Tl/OpZWB0jCe8lSZYyvhbyzzKAVRrfA==","signatures":[{"sig":"MEUCIQCyS0gZlYAjmZGA1oyTMQQDrXtJS3dwEHRp1CHDWwSn/QIgWmS3WnPWE1584x1U9q/SHC1Rpk5L6OIswvccA9YTpVY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2689936,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmluAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpmog/7BU9iKwvRK+QWeY49cxp7awLUo3+hhHM9GA9SPyBzs+kalUH7\r\nU7MLN/ZeBUX0b28V/XezHpN/lAdFFxrkTCPfzaaUH6sYDZf9snYIEO0JvaQP\r\nFhh0Zb8VW0kpoHn6oPyVMTJKRX2JX57QXoBtdbYdva3KgjJXs9T9k0fPS4cK\r\nRmpvtM9mS4FhTZeYk7I+RGc27nvOVEQE6KMoOw7j3LKFDvJlcTJ81xTzZnIb\r\nH5h2skUV/oNQvIkKJrulLZ1oxHb/+8SFqUdFiPmaDcBQMnBsPL6YsWItA3Am\r\nulix64aSwJzt1kGIl5KD6Hz6b8xfW7hTJAbU2CdUY6Z9otC/5S6lyUDvh+2D\r\nkbkzYJE+z2vXtgrT8vQjQVusMMc91vkSZGomAyfeRan7p8u2N7xb3ltjmBAG\r\n7jiRfJBTUiXJCqaDvDWv02gRH5lIWjobzitC3Loc4se71LZvdWdpSuOhyqTR\r\nDMoBWHpQ6ZsQu2PA/exhlc5se4o15Z0UmEOWhOfyzF5gQcBFDIljS/CldeIj\r\n848Rvaj3QUEX79jFtJ4VOMk0KrQiOy6G5+lnkZfTy6tvM0pARojS5A/POvXm\r\ntcuMfiuKKd8ezJMfyFNYzkX07R7d7Fr6pqj0+OnheyUruwyMt3PUpRuAAAKu\r\njUcTW6PIV1tiy9V/vb7uh4NgX4kYfX59U1Y=\r\n=Lpg6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"57808319ee3870478d28d2267d72ccd1df56547b","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.3.0_1671060351712_0.33007344462063837","host":"s3://npm-registry-packages"}},"5.3.1":{"name":"koilib","version":"5.3.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.3.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"262d5fef33cc5a005bc715f1e048c3b8566475c2","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.3.1.tgz","fileCount":76,"integrity":"sha512-yOeSFhO7pGZTHJL8ENUz8AhAAZy2ZsGFOmPWNNZK8Lgj1Cu9qFNomPjqmLa0vcAF6x00AZ/PzyBLHTleGsfTqg==","signatures":[{"sig":"MEUCIBUOaYHiHq8AS1gZNjg595eFqJkrETDD0RK4otH5YUtZAiEA4GujeuTo8ix4Y+uTsZgcKr6JCdOJtwAONbXX+q2rDco=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2690004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjms5gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzNw/7B9VJHijwozctWH6TBNioJB8RzK2QjAsSaVwyuU8xCrCyIkwe\r\nb6jVodbxqPJwaU8MafvwCjPOf6lxm9AfkKwp9G7Yuw0CXpaMTfFqFBildrJ4\r\nBdciFMZsI9vhymH48Df+8X7AWjX0ZVkp8zf6Kmn2+EGff+eH0m4pOIrK9Bh8\r\nYg10F0cSBOuWnzgvViYA3VPkcDam0k7cW8TqZGK7IsSehcawNvSzLFt/3EBJ\r\ny03xGIkpNRkFUTG18vvCgpyroIBocEJBtjGlGCDSpkOYEctCEzCBU8rzmKqh\r\nQcHHVw0DDcS1NGK4SFGU6A6WWEmfJilxeEbVRq2wTBEEypIbWkbuvuVWRzZ1\r\n56k+NWuYIwyON6arSuup7S15mj8aNm6rRlnOpnN/cDbKF/AAwVZpq9bCIlLq\r\nL7+Bndbs5USOz4GEUvNCVhrMKArlUZuEXIHIYrAXWj4mmu4IEhdsRqFGR/gc\r\nBlvSaQkwPk40RaehCRVtnb5l7vMUxsSvcM+4nLx9V/5nWeRE3XsYXSdaDvDP\r\nT0Nf+5yK19UoKk6HPypo7S1QYI9zVcKU4MVxJaj0o63U5CP3f9NhK1rUVSST\r\nkqIUxbdfHMHgbr67FrRG2rcp5QxtCsL7ljT4KjmkTYCvzqJkFvHzdIXhMiSN\r\nVz/P5Zkv85CO8WM4X9HdhqKVKuBAl1WtLTg=\r\n=ImQ3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"1bc219f58c9ae58415da0c5445787560281b055d","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.3.1_1671089760778_0.24089561692346195","host":"s3://npm-registry-packages"}},"5.4.0":{"name":"koilib","version":"5.4.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.4.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"a434378f46509f2624179a59e62da975e5969b85","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.4.0.tgz","fileCount":82,"integrity":"sha512-oxoEV04ihmWqXFdExhNstM0eF5BQfX3gcyFrD0wr5wAB/zJjzw85XbKRl9wKctBH9vl2ftNImwISCD6Ctoz+dw==","signatures":[{"sig":"MEQCIBAh7+rEp7qcQcSCdP3MwrL9mMyf3X+Oj4Iy7GaZx6BFAiBjRS0I6RPZng2jVQxy9WcexU3AOo6SO5xvuZLP79vAhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2730024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+PUVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5ww//XOx7tXoGz9k8AREYjjf4rDC4LNyFGvPGE1jBhO7SnBprQk+y\r\nDDrrhikGSqizp7df6qPa3DrcixqkjCT5z+DcI+OTw3O2sABjLGmy/MeBpmYI\r\nGY/kA27XhpCrmOJmxYM4F7EYK5Fw5I3WDVu6Pk2aGmceLlmsgCZ68ucHuxCX\r\nWrQJkscS0m8tYC3kN1fSRbKpr3Lh88kIpgPvGaM32gvedCcmSoYAqDlTrEV8\r\nu9wWkr38E+9Jm9mej5iMleiNCyOkCreVZ/2GYhDM47FQm85LQ9byHbhqmnv0\r\n63SnNT5LN9Wv819kzXbl5nyTYFUq0fR15ONhahk/pWkt0tloWF2znIOf+R9b\r\nPDr+5xcJCzPORMtQBzvzdmpJpYwvDxR8r6ExUousXha1T2nBasTE8uzhj9ri\r\npUibRLTlpaKQejPvWiUtKnotfqhc5BJPFhkh5SvlCoLWGpEhgcj0MH8Ab549\r\nqFR35LgK1V0gqYZ0vhTnWHoCle80JIxMmTeJdCQ5rhex88t21QCmyIdDjCyQ\r\n5rqr2KRqJGFFIOR497dBu5r2n3r8seWEqXKgraMEXQbjbPlT6DJG1pjohioZ\r\nlve36tpPZY/hkK+gzq+4s19pMdeGen6fm31ARej2nX8FQemzChcSNkqLPLD6\r\n2O3PZ45AMsa4xq0Xkbq1EyZInoNa5OQ3H4g=\r\n=5yuy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"7a74543ebdfb4d1967857c5efae75689e7c7b230","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.4.0_1677260052993_0.04545020889052509","host":"s3://npm-registry-packages"}},"5.5.0":{"name":"koilib","version":"5.5.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.5.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"b3ae26dd89b6c2c91d9b39fbd62f2b4191e31363","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.5.0.tgz","fileCount":82,"integrity":"sha512-r2KenOl1b5iNDnjZGXcC2J/yn9QgzB93vsVXBHVyHxhVjLc13crIWNdmzSJtlOWxof2vmlMJW2Dn3oWvyizTCg==","signatures":[{"sig":"MEQCIH9D7nu14pfVXnC5YdpFJFwkv0l00LlkNbMeec5qrDg+AiBPbxEAkUcnWWpnnuCg9/4ZoDoVuQrcFu3mpV0+y4cVTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3803056,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkF4gmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUrg//Rv3+oyEtp8RexPsGZbvv3JzEZVEasKFo+OXfh9KI4aQBwnTO\r\n1mPy+JXtex2u3JvuLmSuEXKQV5n0fdhdM1FcpmL8K9KqB9aRxgXX00/kpc3l\r\npvM6AOrGn360x0UXMKPou++EqvtsrynoQJK33WM+5B52ucouHq2Jc94NfuKy\r\nf7Mc6mwCpHdn9NrBCeBA8q/KhIo0nq5pUMCBVSGu4//0ZJ8I6TXnqH1vKGZk\r\n5TS3wJoIdyb3CGmCslmDTFo0V3PHmaPiTfUJXCbreG9bDQwRYzc5CQviAjdY\r\nYjD90+5ooUajBGL/BYMynxYJW/uZGyn+RAIHAhYfR1qD5bAbhNNQO+aoxRyM\r\n3npIehu3fuvRSYzzWQBy7uH1yugOKYzXgCafhS3rKRBniXrDKrhRDLN4Z1kD\r\nzT0ZErQ9YLRV93U8ZqBNpzhhvBbmMpboOGTS2s9JkWseELCYhl8mYOseUU6i\r\nYg7/zS1Rsd6dMPEcxGZLtY7TwgK+CNumXnCaZTS+GVpxbksGmQIERqNZ29/g\r\n9oblpNnYA3pq9uEhUYkQ420j7QBXPQl08etXjAfWvkTQmqXsu5FIkbRoYXmX\r\n0arrAGgMsNY1h/IdiAOeG2ZVQn0XFE52XgL+8bfgZ7/8lDW50HzFoxMsv1Sk\r\nU237lrrWNYaMrJTFgUl69XBVkY7yaRFTvIA=\r\n=/018\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"218f3976c98c2b24f4165c17ac2a8f437404094b","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3","@roamin/koinos-pb-to-proto":"^0.0.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.5.0_1679263782452_0.3138154320791915","host":"s3://npm-registry-packages"}},"5.5.1":{"name":"koilib","version":"5.5.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.5.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"92d658a8dec42ce5d6ebbd8f051bff483151b567","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.5.1.tgz","fileCount":82,"integrity":"sha512-Q3dxmWyL8bW2QjnrUiEr6HGe+WEz9RZMyXk/kYxyDKo+wEHULLQPgHFSrhJIq8aUdrN3qxuX3/i5Pw3i/4OlNA==","signatures":[{"sig":"MEUCIQCZb+peDh9fxz3MAi1QGi1rREW9YR5WttfQ7bCfKcv9oQIgbJYPC6FjUAMpKgHxGiz5AEwl8oa64j+R6KzrmLzHf3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3805100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGI+lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpP+g//X6xbfXh3BVYMVcqc7dnCI6A+bTeR1SubgYJpXSocIqz8eVjR\r\nSC0483/PAaaX+ZOmOn8cCs7MQ26rY0iFmCPCxuVNyjKV0fQ33wbl6b/7QkJh\r\nG6YJht/LhYAUmgaoKk48wKMIJCsNWvG6/m28bIcQ80rQqwqlVSPT81N6Y9YH\r\nGqAzQ28TNT7mL94W9thhdo9JL8Q1IzMHw1Y8e+Er9dlPlx0Augx3LWbRVUMa\r\nB9K6P4zdSU0McbCXwMrhn/pJGS+HkK7ghAQiHsiSD+rJ547qayjkPmiZDkIn\r\njF+mamMVbFtOs9UNAcZAwQZ/Ck24vHj+SUX4CPf8jaCUCyEx0U794Igkq3o2\r\nI/zrpSnTmUf0TDptZkk5+KoLSjlIZ+UezKlqqv0lcMYINmjpLcJIhdFJAR3I\r\nAqNqY3CJo0gLVMB3qvyDhJ9MAukCtWdgoNlU4w2pxFCSxb2F91UsJ/2H0PVz\r\nGzQ8nyudF8s75W6KPTWhAsRg0e8Fvcb8iQMdjBsRfu5eLJgqXbL/WFD6Ky/w\r\nPzAQm27BQUU0TojYKI0KJgEJFNWFr7a+yt517ZHlpaYY4x4TkpHZ1UW4ImT4\r\nYwVRqctdc7yjhZlGyWcWD7Q7WWRVtfkD0rkb6WJqFDP++1ZuHvN32TIuzxnh\r\niGXb2HPSzkoLqNV1kqGRMxfvhfIM7QI9QVk=\r\n=79Ae\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"9c85bd903322350bd918c05e0be49128a82582c7","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3","@roamin/koinos-pb-to-proto":"^0.0.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.5.1_1679331236767_0.4489034766428981","host":"s3://npm-registry-packages"}},"5.5.2":{"name":"koilib","version":"5.5.2","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.5.2","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"b2309b2a6c205635942190ba374dabc94bd8d7a6","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.5.2.tgz","fileCount":82,"integrity":"sha512-BtzrDIza+xPJpMvteRFDlENSspiMCNfHwEw4bfYauNTP1esqFKAarQkGaqxBK/Jqu15Hy7s+4HDvP7dGkaXgGA==","signatures":[{"sig":"MEUCIQDv1xGbqTqgNTwasTXw4WHEfQ6TP7z4A/BurwWiwQ8VmgIgSuf060r1WY7bGmwaqKYkjeQExZ9n9l7x+7C5OyeMUdY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3805114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHp/BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9dw/+LG3mcFb4NF4ZEc4/iEXf9shaxANeNl0dZMn77jBSni2rXLW+\r\nBTKBocpBwLF2dLDSM167eUqo3zHHbhm7/uXNpuQoqF3PtzfRfkpuciPOB31/\r\nGTF3rvlI0yO+BYVROuM2wy0E6zp4GaW9GPLI5hCt1EBZxqEqSyejmFDwB5fL\r\n13aPXxJ3XjK+KpiJR4ZfvY7I3gl2EmzW8vtcJ2LRc1f2pd430SIP9Q23snD9\r\nfXQxufgM4ZllKweut2uvJJtDGtV/xpnrGWxgwniRloHPRg/xzwYqqjYb35A9\r\n8JFlYfFiEPVaKFW/BQQ3qDf0PaAeMsRtYssxyYNpuR6jw7l3bNgJ0/NSrYXA\r\ndlsq++h+H0S7KqqJBIXQGCqR35XJ+rsqX4AUwp7peDPO7mM7vw9MX74vHKHs\r\nQ4qCG9qvPPWfL8ug/CCUgJc+XaEKgR8qcxJzkE9d313uLwwsMgGlB+ndLUeC\r\n5Fde/tSgZpl9E1oV6B4orJ6RmjzSG2T2PBULtIFy883XO0jRKsy3BCMtmOkR\r\n0++FOSNIAlGsHOEhGUB9yz3BH3BQwUhl+NKEqNll+2Q1XhQJ/hCZGf7XRZqi\r\neEWtOhHG9cgFr7l1CKm7vQrXvqCjfbIdbin/1E5ve1VljYxdGtqKL8z5v1zk\r\nXTvTedEH2180/61ZxKpbE549YYnugx0W4lo=\r\n=aIQZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"36a0430f8f88577aebc30e97925162bba5a96279","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3","@roamin/koinos-pb-to-proto":"^0.0.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.5.2_1679728577367_0.3230765171095358","host":"s3://npm-registry-packages"}},"5.5.3":{"name":"koilib","version":"5.5.3","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.5.3","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"b841ae4e0a6c335d3f625981bb0e0a87a75a386d","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.5.3.tgz","fileCount":82,"integrity":"sha512-qoBIxGfygwImKzq6H4KW22WYplYE0dB5FsCGk55w7gueCowi0olMU7ZEBQSvzavPa52GzEgBIDHwVUGrhnNlvw==","signatures":[{"sig":"MEUCIQDfctyucb7bUcndp5No00USksbjQtehG2kiqFZ57QVGOwIgZGO7YbZitd24r3Q+1AzmylWa0xcEjW2E9SFoY1X4G/g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3806069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkITfWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpWEw//QffXWlcgaIIwFN592mDCglOUIpVzkWdS7u6Bvts0aTFGgFIK\r\nL1RtwGEc2QPS/Y4B2g433ZgIAhXOdgm+Q8tr0OuMawejG5XCa35t3gT26UJr\r\nKrSj222gul2jGlLmd6rQK/v/SjVMQNEUpmB3Sygqy+9AzO5f0xV1L8Wh9gX/\r\nGJHA70bt2hAuNjYV2cfb9xfv57DcB2/DUv5hECXpZ4iEK2fGC5+fQ0xrt720\r\nSNx5NSqfU5agQpV1npmuKDay8vK9vrnDt/JwfC872gFc6HDobb75Nbb2/r+a\r\nvX9Wx0a5Aquc9y7sehIc2Xzx/PZ0jNKJUIVsXrGN9rWVs3jCWr7FObZ1XSUU\r\nAogqWltkT7fKhYjRkzcp5fqHIU+kmNI+tnLccCIL5cUhQ/xziDPcvPFxGKgB\r\n6welRnVxdb3FIAgBkLYYugqSsq+6CyPmFwBmqLSqOrEu6mmzhTH8QpbBAA3A\r\nwInvRUEdMMWgMsvUWlbicq76/KXTtRXCRtZy5JaO7beYbWBIahphb2lod3JY\r\nvTflCe60hRNkPs3OHUUgZDN2LmytAPEz8NWsrioVdvyYLphVGO715obsG8jq\r\nFHS9VtxLq1qKADppfZhyaBfuUaDwin3XVqHSlhSIHk7sRajFUU2OAUtaklVG\r\n98l48EndArFk6vyfKww+SJ6O8jfbA40eswc=\r\n=15ok\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"5e8842246ec3fde67eaf539debdf785bcab38244","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.5.3_1679898581943_0.9881550960055194","host":"s3://npm-registry-packages"}},"5.5.4":{"name":"koilib","version":"5.5.4","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.5.4","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"0bb3520025ba84bb19e0621bbe9900fb8d1a1ab5","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.5.4.tgz","fileCount":99,"integrity":"sha512-pHhZSibYdjNwCukrrGxPv/zVFxhJLF6+oXVP7foqgKO+iljdYeY0dDhrqWz1xqdVhRZqaH1j/mx0rwppEJoTEA==","signatures":[{"sig":"MEUCIQDvQnCm7RLTq/8Wc2QAhV5SUcjLSpm94jZGbiDK6yRfhwIgNsYO+6Jyw3PoXxz0nq7WjXBd2xMbGZuNEjuHToRPQ1c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4348212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPRsIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVtRAAn0e3rQwWBJhUbfsKiFRJ4pqXudF5GMkg+U+36I3QiHL5IgTt\r\n5juD6xAAONek0kfHvE7qvzXY7KkHkRFTTPvBcqOPGgKyV5QP7TAZ0/PiCmUX\r\nOpzr7zipgJ0aqVVX40EqyNjMT397HVWy5IUyqeuRJPYFcQniUbYXx4C6tsUO\r\nO0yrk/8vfT6+oS0gJF3INskeJAhIwH0FsCJe/6+vJVEdM1zU2LkabABYltAp\r\n9+HyYpq9eWZfTTokDV6ZIzJzQE0jHzwactEDWXvRb0v2uW9PaDLSfgdcApT+\r\noQRbaumQL1IWo6G8wXusm9YhGMyP5PsycRsknkp0kgANeY1SFnb3UtCdVgWw\r\ntLipP+kqksqV7ajp5jX/dn0EmjWLmfPs85dsRLaHvLkLxt8L+fEk+XdTVQ9u\r\nSHcvTo3Z3UwOa6voc4xGo6v2EmO8G232pUsuYV75XTQD/o+7+GQwzR9K5G8/\r\ny/LwK7H4YtsgSGaz/WOP0gplNUNpv8pPhM0c8y9BGkKjvV18j2USVFEpYS7j\r\nv7fVpwz+bKxkw7YRlDfIRBgT0zIY+Un/TNcwXALdhNn7MiEydmpXItPXYrSX\r\nZHqYLYF/UoSZlOpy3qokw51osoWlEdvxakEuWfBAYm79Chx9lTO4svIPYbSv\r\nts+e6iVZT+3K7gtd8gW1zxs7Rzjr9Wm6sR4=\r\n=9zkb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"136e8e681ab9e6a5dd03b25e3f8eba19ccceb074","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.5.4_1681726216304_0.7380888317081398","host":"s3://npm-registry-packages"}},"5.5.5":{"name":"koilib","version":"5.5.5","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.5.5","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"c9278dd4b3168c4067f0f752f58bf5410ef0fb6a","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.5.5.tgz","fileCount":99,"integrity":"sha512-i4YqqAtk4txaw11IkN35aetM0Gi9lcaqJavSYwQPqOoovKAEmkbvngT8SEQeQSlk/xMS1hDaOZdj4YHPqMzguA==","signatures":[{"sig":"MEYCIQC4uagGMr243MNpRv66OilOA9a275Dz8mYShn6C2c3pSwIhAJ/QCXrtpahyrMQDpevyQtxdcBHXmX+gtoj+UM1CiDVM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4348188,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRZYrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHmxAAou9+ySnVypdjNGXhKRKCmfTG7STdtLFO+J9ldMRfbPIB9TAa\r\nnuSYhwduZEwEi8wAS0piUUpxX0MM/etMWNG4bmEU88yp2IHw9+WdGv4+R6ne\r\n424nVL0pRf11Ee+0tTKFmQWVl/HIfgLGwTlZgzwOof94wlIo5MxEuI4rQAEA\r\ns8ZtYDmYWPpOYldlfdfJKzi8rpg/T8BM9Pik21cHtJG3VhEeMNsg2HpI/qHR\r\nBBWOIQ2qO9Z8dxwgeuzBSTZIo4aMiJcMBtUptzF+bP4PNNfH0fCL7NF1bG+R\r\nacqFm0s3fDRqZnPFU+EM+ierfrLXMKjpauFXYD/FqtS5RksCqmyyKx/iLsxc\r\nd7rWNklMSql1MNY9IaUAC+uQU9DHq7m6bbT8rpTGrAmnjjwO+NEvm6ke1C8o\r\nUXf6PkaFgFYEZwEd/HK3QYbS7WJ+nWzZb77UCVTyOsooWeuQVwYHfSySwdAe\r\nuVv+lg1c/0spnLIiwRNjiIeyK8lKw7loKWZ0luBNpXGZrFWouUh+Jt6vcvwq\r\nSmrOYYbcl1PGm47a4mSHeZ4wnpjPzBG8z5ZOP5M9BjnUZsTkLO8AQxUjUluN\r\nuhvVN5YGSkoDG9HyeLV+2qdf66acxh+b6RAvCWBfPhlsBfi/N4P9ZyV8jl1Z\r\nx7uUFvVd/1U3cOwxyyNhHyxM49dzv0PdFq0=\r\n=SvQX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"fdf0e2dcba2ed73f6b967e4967eeda409c46c0ea","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn docs && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.5.5_1682282027461_0.5546391434436726","host":"s3://npm-registry-packages"}},"5.5.6":{"name":"koilib","version":"5.5.6","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.5.6","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"a8588ef863467ed761000d0ee521139964cf1f4a","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.5.6.tgz","fileCount":99,"integrity":"sha512-Wje/fiY994lNv+Q8Smk2sy/K5TFKZy4NrXg7/uuXYb1mxwaN1+dreFxZUKObh4A8s350MNWFxyDsoeIfyOiKcw==","signatures":[{"sig":"MEUCIQDn2pQSzl12rkQTa1jt89JU+WrVQkOjJ7DTyuIP2W1f6gIgecUohlI4aIlUWOrzEzFKsIaot73Oi2O6omw1F87lm2s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4350179},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"d3a3843afd2a32ccc54254be05889ab6c52b240a","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.5.6_1683562382241_0.5817760734156394","host":"s3://npm-registry-packages"}},"5.6.0":{"name":"koilib","version":"5.6.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.6.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"bb91be0cefd53d5b977ecd7c4793a7efb5ffa497","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.6.0.tgz","fileCount":99,"integrity":"sha512-fJHBJ5V8lF3lAHTSruSwLn5T2ZRlgQljCs+aF/NPjVx0RE/KAnKShS7CSvpdt4uBpoOqGX30ugDPvwnfolb8Rg==","signatures":[{"sig":"MEUCIE5Kr9RtErj+NA2PAlMr+Uhfs8j0B7jdqY4aVgdMkP60AiEA5xGtrvXFdYZSV/C+KuJaK1aR//mWWY9/OuCZxwWuzeE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4384112},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"e593d1db30e3f14ca2eecabc3f17c24187a47b12","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.1.2","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.13.1","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.0.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.1.2","@noble/secp256k1":"^1.6.3","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.74.0","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^4.10.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.6.0_1689808853918_0.9190049180263835","host":"s3://npm-registry-packages"}},"5.6.1":{"name":"koilib","version":"5.6.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.6.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"72f61455959ce00c23ec19d99467cb75e999985b","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.6.1.tgz","fileCount":99,"integrity":"sha512-Ulon6gOYIVf11XzQ18BwY/p6VHdQ3JyIgqgZ/RsATg/VuUUvWoZ8w4nPNBBMohPhXh5lmu/O1E/wQ8BGxfpEvg==","signatures":[{"sig":"MEUCIC2YVjvIgbMIDaeXGkwc1WmSuVXqVERT6KCLkJtrs3V1AiEAu6SVgy3rCEK6ygWaeciVmaDfRYbDLeVXpleB4LO+9TU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4392591},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"568f3c6de124ce7e6ababcaec7b696507923d264","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"8.5.0","description":"JS Koinos Library","directories":{},"_nodeVersion":"16.14.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.2.4","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.6.1_1690612665948_0.16452690913264578","host":"s3://npm-registry-packages"}},"5.7.0":{"name":"koilib","version":"5.7.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@5.7.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"a9c8df9654e73ad339ff7dee00cb0cf70955f292","tarball":"https://registry.npmjs.org/koilib/-/koilib-5.7.0.tgz","fileCount":99,"integrity":"sha512-YU0L0Yj0TNoXBzHzx4dOoa1MP9zjuusg8fHTk/JuQ6E04w7mxJxfa/CBlMiRobsf2NWkBgzSlOGpxsGiLsGn3g==","signatures":[{"sig":"MEYCIQCEcXUcrpSJejisB1l6fU1D3XMX/BK68Sh/w4Z4UGreigIhAOn7ekj9tEGATJnYzpf2v3cFjRjMHG4FstYVJQtTJq9r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4624433},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"2fbc1f9b35c1f5d0c423776342321224b181bf63","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"deprecated":"this package has been deprecated","repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"9.8.1","description":"JS Koinos Library","directories":{},"_nodeVersion":"18.18.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.2.4","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_5.7.0_1712364547282_0.27304129512031805","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"koilib","version":"6.0.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@6.0.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"9d4c76f29490ca38b5024e847c5947909e60777b","tarball":"https://registry.npmjs.org/koilib/-/koilib-6.0.0.tgz","fileCount":99,"integrity":"sha512-AMb1HRE4jzqhzyxqMKLaN2j+Da+tXVRSV03fKcPiTpHwGQsnZ5/CSaBuTNhYIq41ghcrcpDkusWMvI1jXtVmeg==","signatures":[{"sig":"MEYCIQCmIPT8JwYeMk/Fk8lhpVpiw0r3lhGls6BfRngcZCtr5gIhAOykoHBOuUEWLS08U/W6gpWJgewqHyH4QK0ni5WaLuS0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4624433},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"95667606b089153678dc1cbc9c0e18f045774821","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"9.8.1","description":"JS Koinos Library","directories":{},"_nodeVersion":"18.18.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.2.4","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_6.0.0_1713507294292_0.864240361899631","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"koilib","version":"7.0.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@7.0.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"ef381baf500962830f81461a0201e281f14287fe","tarball":"https://registry.npmjs.org/koilib/-/koilib-7.0.0.tgz","fileCount":96,"integrity":"sha512-74WgZyvYd0UM8/YuPZxahTvuCu76XbEZSdf7Ps04XXqojacFub+McespB6qUpjyNCzWaCKJRBt44C1pGdGKk5w==","signatures":[{"sig":"MEYCIQDEurOc1+0/yWkI86fxl5SsY5UH9h8tJmKFE/m+Oy0BCgIhANQohiiy7+1tcls+C7zaqnVh29lWHaVySuR4gQ1hGeNX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4943195},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"e59006efbf4575deb73093b98e3e91abe5cc8377","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"9.8.1","description":"JS Koinos Library","directories":{},"_nodeVersion":"18.18.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.2.4","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_7.0.0_1713995040646_0.9697571112576437","host":"s3://npm-registry-packages"}},"7.1.1":{"name":"koilib","version":"7.1.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@7.1.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"ce940065eebcf65118334411d9497347e542af69","tarball":"https://registry.npmjs.org/koilib/-/koilib-7.1.1.tgz","fileCount":96,"integrity":"sha512-SeJKoXfNcC0/b90VscBFqW8+/gZ6bqqI8Kg3/gq/geJd3w8Va04gR6Xk5PC1OhBJzxoOlUJvD4Fb+qRMVx9Agw==","signatures":[{"sig":"MEQCIEeIHgA5TU2q9RblliaJ34Pyx8t43Eb3eivpQmYHGEyNAiAYh1A4O22do/Z+92k0ee2ELBjDqiCjeyXMIzb2mVxFyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4948226},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"91a447508fd56a10f6d371fb77b4ec3504b3a12a","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"9.8.1","description":"JS Koinos Library","directories":{},"_nodeVersion":"18.18.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.2.4","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_7.1.1_1714508933876_0.8510052905430205","host":"s3://npm-registry-packages"}},"8.0.0":{"name":"koilib","version":"8.0.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@8.0.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"1bd4d20bc44a314d4c9cbddad525b662cd78f6c0","tarball":"https://registry.npmjs.org/koilib/-/koilib-8.0.0.tgz","fileCount":96,"integrity":"sha512-hw2rLDbOlWEt7dhXbo/3MRPvZr4yQbPfe5STxBLLrIp99l5f+JMBRd/9jZD5sKU+1G2wQ5ZSKuKgTzSJ5g1VOQ==","signatures":[{"sig":"MEYCIQD2GuwzfxzV69crirFmPdlFGLyq15SK8diqk/bo4+FmZQIhAILnXLaEmmUDXEY1dZmQdUfgGb3x8LjFexeh8qL/NCwn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4928637},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"e326f84154263e27c9ce5b07879c70ed511ad244","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"9.8.1","description":"JS Koinos Library","directories":{},"_nodeVersion":"18.18.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.2.4","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_8.0.0_1720037718997_0.4210410763197223","host":"s3://npm-registry-packages"}},"8.1.0":{"name":"koilib","version":"8.1.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@8.1.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"095d05d1c1471425c6991133c38e54563bf2d8a5","tarball":"https://registry.npmjs.org/koilib/-/koilib-8.1.0.tgz","fileCount":96,"integrity":"sha512-f28UXhC4gaMOvCI4CjeWanUCPuy1etkCdCKMnz7IuxKrDkHIEZmM+XZx8ZMQLS6GyaNWp0Kg7UE2f/27jJNkFg==","signatures":[{"sig":"MEQCIHprJqlSyWh4GoCy1WuIXoRZkQIxnEAgqGLGO8bd0FNQAiAi2qaQG2YhFMQ4SQhBggcQE8Kt8BQkKfRDhdaaChBBuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4949313},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"cceb271252ca962486fe182e3877b25a2f885fb9","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"10.2.4","description":"JS Koinos Library","directories":{},"_nodeVersion":"21.5.0","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.2.4","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_8.1.0_1731950237167_0.6535455108886687","host":"s3://npm-registry-packages"}},"9.0.0":{"name":"koilib","version":"9.0.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@9.0.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"d38c531dec076d1016750d9afb3b4c28b44988a9","tarball":"https://registry.npmjs.org/koilib/-/koilib-9.0.0.tgz","fileCount":96,"integrity":"sha512-R8MjcuQvF+uRUzNKjreV/1cFmQMMM4ED3kPNuxw1u5LIbuCbQPwNMHJEEknpnWSUpoUd4lZBFSopLQiso4PXmg==","signatures":[{"sig":"MEUCID6qKTnzj3Jc5+nTW89aicsAYdUw0ON7TgO+kFfVJokbAiEA2PTrevXfqL6h68JkAdzKPLhba9/5Y7RnPbFdYb5VuMw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4964603},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"af5176e06c04ae8f5831abada6d8b9ca92d6f0ca","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"9.8.1","description":"JS Koinos Library","directories":{},"_nodeVersion":"18.18.2","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.2.4","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_9.0.0_1734387461539_0.9494328326539039","host":"s3://npm-registry-packages-npm-production"}},"9.1.0":{"name":"koilib","version":"9.1.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@9.1.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"5cf71df4f4293c9654c2e267110067ae52fa74e8","tarball":"https://registry.npmjs.org/koilib/-/koilib-9.1.0.tgz","fileCount":103,"integrity":"sha512-70H511Y63UXA0gleSNRfPnwn0Aba3hWJ3j6DzMM5GKfDMvsR4bfv6VzQE6MWDQPWVfJm37ueFh04YxBBTnrGYg==","signatures":[{"sig":"MEYCIQDgxUQYZHqGhNS23eGSkcyoatdk1olvaC9gNO1iIIiRDAIhAPdtSKAyqEKntECjgxjDZplJffBLtlEZ6VP4Ra5x/pAt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5151336},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"4d6fe302f36e8cae5618b7da752981af47b3ff01","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"10.2.4","description":"JS Koinos Library","directories":{},"_nodeVersion":"20.11.1","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.2.4","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_9.1.0_1738189924485_0.23102612827568358","host":"s3://npm-registry-packages-npm-production"}},"9.1.1":{"name":"koilib","version":"9.1.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@9.1.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"28b2f0a8d890affbc97b8443b0ec9978cad1e370","tarball":"https://registry.npmjs.org/koilib/-/koilib-9.1.1.tgz","fileCount":113,"integrity":"sha512-4+pRnE8qRS/sSssPLtHxtdTYnTZg3CmaV/oVDKem1mzqGkUGlu5h4cxKnKDr5EOooyDfAM5bFo7ZsitIBqvrKQ==","signatures":[{"sig":"MEYCIQDS3Z7sTRoA4bEnat3kNO/63vL9sjuqDtwuEKOJwZd8oQIhAIbSvJv05pnzG9sakdCWjinzeMmqW0VYhYJqndxE2nfV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":6155169},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"af8ec334a50c123f2041e1405588b44be4be7ffc","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"10.9.3","description":"JS Koinos Library","directories":{},"_nodeVersion":"22.18.0","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.4.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_9.1.1_1765792542170_0.1721736655069559","host":"s3://npm-registry-packages-npm-production"}},"9.2.0":{"name":"koilib","version":"9.2.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@9.2.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"b790ea9c6e7323489e67982138155d367555ad3f","tarball":"https://registry.npmjs.org/koilib/-/koilib-9.2.0.tgz","fileCount":127,"integrity":"sha512-v+DvVVhQ3aeaqq0ET+Vl1jiap9F8wVjNo+JLtb1nephgmV8aLk0C+MGCLQ4SIds8XeYycWjvWjLNRsqwbTUjFA==","signatures":[{"sig":"MEUCIQCJGzRfKlocVn6adFUINnlnj3YAQ1cBf3FcKInP7XoGDQIgQR7I/CuuuNe73Gwe5rjDWVqoqG7/3hogC3iOt+Vqbuk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":6259876},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"0e4b48a9eeb67283574866bf6002398bfed2cae1","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"10.9.3","description":"JS Koinos Library","directories":{},"_nodeVersion":"22.18.0","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.4.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_9.2.0_1769381753395_0.33935224245867035","host":"s3://npm-registry-packages-npm-production"}},"9.3.0":{"name":"koilib","version":"9.3.0","author":{"name":"Julian Gonzalez"},"_id":"koilib@9.3.0","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"6a251a93bdea51a9613a2bfc27ef72b7c27ba1d8","tarball":"https://registry.npmjs.org/koilib/-/koilib-9.3.0.tgz","fileCount":127,"integrity":"sha512-iBfk8hpJs6rvbCVNHyhHv49mr8VeQlof+i4CBhG4zdQPb8aIPNAybPyUicawKzj9VsqmgyyPyCN5PLqYE2gqFQ==","signatures":[{"sig":"MEYCIQDP3KhEM7nxe7yUfyhjRW1jOdtZL47JG6BDPx7z7xJB6AIhAI1aRJDZBoung0bXngPvupBMl/CRTlaYjoAO1UhCoHe+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":6303531},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"421772f886cb523f92d512ee820b81a1e783d9de","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"10.9.3","description":"JS Koinos Library","directories":{},"_nodeVersion":"22.18.0","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.4.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_9.3.0_1786468789500_0.279883528470235","host":"s3://npm-registry-packages-npm-production"}},"9.3.1":{"name":"koilib","version":"9.3.1","author":{"name":"Julian Gonzalez"},"_id":"koilib@9.3.1","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"dist":{"shasum":"0f6c78367b1f58666754e405f73a55ff5ca720be","tarball":"https://registry.npmjs.org/koilib/-/koilib-9.3.1.tgz","fileCount":127,"integrity":"sha512-v0gSDOpBpKTr6r6ECpLXCEmtRdwp9Dak+FHDjrF7YCMqNG1yyIsK5w1vrJ+1gX2FRlXTbjTuvFn5e0Azo6Dqgg==","signatures":[{"sig":"MEYCIQD3EPzDUiz7L/txwjtdQxkV7ccitYHqnBm+Mce86l2GuAIhAP9RXe7b/pj6zOvOCZLE6croiMYQDSFKdzVE3oYmUrLq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":6303781},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","exports":{".":"./lib/index.js","./package.json":"./package.json"},"gitHead":"6e4858f5a7e3ac82722f182daf6ee59122305757","scripts":{"docs":"typedoc src/index.ts --includeVersion","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","test":"jest","audit":"audit-ci","build":"yarn build:node && yarn build:browser","clean":"rimraf dist coverage","proto":"node generateJsonKoinosProto.js","bundle":"yarn bundle:no-min && yarn bundle:min","lint:tsc":"tsc --noEmit --incremental false","test:e2e":"jest wallet.e2e-spec.ts","test:unit":"jest wallet.spec.ts","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","prerelease":"yarn bundle && yarn build","test:chain":"jest chain.e2e-spec.ts","lint:eslint":"eslint . --ext .js,.ts","fix:provider":"node helperNodeBrowser.js --node","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","lint:prettier":"prettier . --check"},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"_npmVersion":"10.9.3","description":"JS Koinos Library","directories":{},"_nodeVersion":"22.18.0","dependencies":{"multibase":"^4.0.6","protobufjs":"^7.4.0","cross-fetch":"^3.1.5","@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","dotenv":"^16.0.1","eslint":"^8.22.0","rimraf":"^3.0.2","fastify":"^3.26.0","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","webpack":"^5.88.2","audit-ci":"^6.3.0","prettier":"^2.7.1","copyfiles":"^2.4.1","ts-loader":"^9.3.1","typescript":"^4.7.4","@types/jest":"^28.1.8","@types/node":"^18.7.13","webpack-cli":"^5.1.4","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest-puppeteer":"^6.1.1","protobufjs-cli":"^1.0.0","@tsconfig/node12":"^1.0.11","eslint-plugin-jest":"^26.8.7","eslint-plugin-tsdoc":"^0.2.16","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.35.1","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.35.1"},"_npmOperationalInternal":{"tmp":"tmp/koilib_9.3.1_1787224278303_0.976901977269568","host":"s3://npm-registry-packages-npm-production"}},"9.4.0":{"name":"koilib","version":"9.4.0","description":"JS Koinos Library","author":{"name":"Julian Gonzalez"},"repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"homepage":"https://github.com/joticajulian/koilib.git","bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"main":"./lib/index.js","types":"./lib/index.d.ts","browser":"./lib/browser/index.js","scripts":{"audit":"audit-ci","build":"yarn build:node && yarn build:browser","build:node":"node helperNodeBrowser.js --node && rimraf lib && tsc -p tsconfig.node.json","build:browser":"rimraf lib/browser && node helperNodeBrowser.js --browser && tsc -p tsconfig.browser.json && node helperNodeBrowser.js --node","bundle":"yarn bundle:no-min && yarn bundle:min","bundle:min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.prod.config.js && node helperNodeBrowser.js --node","bundle:no-min":"node helperNodeBrowser.js --browser && webpack --mode=production --config webpack.dev.config.js && node helperNodeBrowser.js --browser","docs":"typedoc src/index.ts --includeVersion","clean":"rimraf dist coverage","fix:provider":"node helperNodeBrowser.js --node","lint":"yarn lint:prettier && yarn lint:eslint && yarn lint:tsc","lint:prettier":"prettier . --check","lint:eslint":"eslint . --ext .js,.ts","lint:tsc":"tsc --noEmit --incremental false","prerelease":"yarn bundle && yarn build","proto":"node generateJsonKoinosProto.js","test":"jest","test:unit":"jest wallet.spec.ts","test:e2e":"jest wallet.e2e-spec.ts","test:chain":"jest chain.e2e-spec.ts"},"exports":{"./package.json":"./package.json",".":"./lib/index.js"},"dependencies":{"@noble/hashes":"^1.3.1","@noble/secp256k1":"^1.7.1","@roamin/koinos-pb-to-proto":"^0.0.3","cross-fetch":"^3.1.5","multibase":"^4.0.6","protobufjs":"^7.4.0"},"devDependencies":{"@tsconfig/node12":"^1.0.11","@types/jest":"^28.1.8","@types/node":"^18.7.13","@typescript-eslint/eslint-plugin":"^5.35.1","@typescript-eslint/parser":"^5.35.1","audit-ci":"^6.3.0","copyfiles":"^2.4.1","dotenv":"^16.0.1","eslint":"^8.22.0","eslint-config-airbnb-typescript":"^17.0.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","eslint-plugin-jest":"^26.8.7","eslint-plugin-prettier":"^4.2.1","eslint-plugin-tsdoc":"^0.2.16","fastify":"^3.26.0","fastify-cors":"^6.0.2","fastify-static":"^4.5.0","jest":"^28.1.3","jest-puppeteer":"^6.1.1","prettier":"^2.7.1","protobufjs-cli":"^1.0.0","rimraf":"^3.0.2","ts-jest":"^28.0.8","ts-loader":"^9.3.1","ts-node":"^10.9.1","typedoc":"^0.23.10","typescript":"^4.7.4","webpack":"^5.88.2","webpack-cli":"^5.1.4"},"_id":"koilib@9.4.0","gitHead":"642422704d658175aa259890fd58ce0e69ec72c2","_nodeVersion":"22.18.0","_npmVersion":"10.9.3","dist":{"integrity":"sha512-MGEY/538LsP6Wuclw4ILojxrllNXS5YxoBVuxGyqEfLktmMCFZkzNkmvL64LS2mHxsNlk5djpLYPK0CdWO9v/g==","shasum":"e537ad966da1bedceec37c3088a95c8aea6b1408","tarball":"https://registry.npmjs.org/koilib/-/koilib-9.4.0.tgz","fileCount":127,"unpackedSize":6305293,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCzXgXDzb47tlWqDz/VL8ytguqUSNyxdR/Z1RoeNRCUVwIhAIMx3ujLZD4l0uUnCCSthFAU4Vsw5Cgp7S/tOM8O8L3I"}]},"_npmUser":{"name":"joticajulian","email":"joticajulian@gmail.com"},"directories":{},"maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/koilib_9.4.0_1788344160113_0.7443028534414888"},"_hasShrinkwrap":false}},"time":{"created":"2021-08-19T05:02:05.034Z","modified":"2026-09-02T10:16:00.520Z","1.0.0":"2021-08-19T05:02:05.246Z","1.1.0":"2021-08-20T22:03:02.478Z","1.2.0":"2021-08-21T01:09:40.418Z","1.3.0":"2021-08-26T06:46:27.236Z","1.3.1":"2021-08-26T06:51:57.076Z","1.4.0":"2021-09-02T01:12:51.528Z","1.5.0":"2021-09-09T22:29:17.565Z","2.0.0":"2021-11-05T01:31:31.344Z","2.1.0":"2021-11-07T02:25:32.449Z","2.2.0":"2021-11-09T00:29:04.047Z","2.3.0":"2021-11-23T00:19:30.134Z","2.4.0":"2021-12-27T20:25:08.112Z","2.4.1":"2021-12-27T23:41:54.760Z","2.5.0":"2021-12-30T09:17:07.423Z","2.5.1":"2022-01-15T06:41:33.147Z","2.6.0":"2022-01-18T21:57:27.020Z","2.6.1":"2022-01-20T21:59:53.813Z","2.7.0":"2022-02-09T00:05:23.366Z","2.8.0":"2022-02-23T23:43:23.085Z","3.0.0":"2022-03-14T22:33:34.375Z","3.1.0":"2022-04-02T22:13:26.369Z","3.1.1":"2022-05-12T21:45:02.741Z","4.0.0":"2022-05-31T22:04:11.431Z","4.1.0":"2022-06-20T21:59:33.516Z","4.1.1":"2022-06-21T21:57:54.248Z","4.1.2":"2022-06-23T05:41:41.125Z","5.0.0":"2022-08-26T11:23:59.045Z","5.1.0":"2022-09-16T16:34:38.144Z","5.1.1":"2022-10-04T21:56:38.736Z","5.2.0":"2022-10-17T16:01:41.254Z","5.2.1":"2022-10-24T14:55:43.768Z","5.2.2":"2022-10-24T15:28:10.753Z","5.2.3":"2022-11-27T06:24:24.227Z","5.3.0":"2022-12-14T23:25:52.049Z","5.3.1":"2022-12-15T07:36:00.958Z","5.4.0":"2023-02-24T17:34:13.213Z","5.5.0":"2023-03-19T22:09:42.685Z","5.5.1":"2023-03-20T16:53:57.004Z","5.5.2":"2023-03-25T07:16:17.529Z","5.5.3":"2023-03-27T06:29:42.186Z","5.5.4":"2023-04-17T10:10:16.495Z","5.5.5":"2023-04-23T20:33:47.650Z","5.5.6":"2023-05-08T16:13:02.492Z","5.6.0":"2023-07-19T23:20:54.291Z","5.6.1":"2023-07-29T06:37:46.201Z","5.7.0":"2024-04-06T00:49:07.532Z","6.0.0":"2024-04-19T06:14:54.512Z","7.0.0":"2024-04-24T21:44:00.892Z","7.1.1":"2024-04-30T20:28:54.105Z","8.0.0":"2024-07-03T20:15:19.367Z","8.1.0":"2024-11-18T17:17:17.457Z","9.0.0":"2024-12-16T22:17:41.802Z","9.1.0":"2025-01-29T22:32:04.775Z","9.1.1":"2025-12-15T09:55:42.319Z","9.2.0":"2026-01-25T22:55:53.602Z","9.3.0":"2026-08-11T17:19:49.669Z","9.3.1":"2026-08-20T11:11:18.526Z","9.4.0":"2026-09-02T10:16:00.347Z"},"bugs":{"url":"https://github.com/joticajulian/koilib/issues"},"author":{"name":"Julian Gonzalez"},"homepage":"https://github.com/joticajulian/koilib.git","repository":{"url":"git+https://github.com/joticajulian/koilib.git"},"description":"JS Koinos Library","maintainers":[{"name":"joticajulian","email":"joticajulian@gmail.com"}],"readme":"# Koilib\n\nKoinos Library for Javascript and Typescript. It can be used in node and browsers.\nThe complete documentation can be found at https://joticajulian.github.io/koilib/\n\n## Table of Contents\n\n1. [Install](#install)\n2. [Usage](#usage)\n3. [Documentation](#documentation)\n4. [License](#license)\n\n## Install\n\nInstall the package from NPM\n\n```sh\nnpm install koilib\n```\n\nYou can also load it directly to the browser by downloading the bunble file located at `dist/koinos.min.js`, or its non-minified version `dist/koinos.js` (useful for debugging).\n\n## Usage\n\n### Browser\n\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\" />\n    <title>My App</title>\n    <script src=\"koinos.min.js\"></script>\n    <script>\n      (async () => {\n        const provider = new Provider([\"http://api.koinos.io\"]);\n        const signer = Signer.fromWif(\"Kzl...\");\n        signer.provider = provider;\n        const koinContract = new Contract({\n          id: \"15DJN4a8SgrbGhhGksSBASiSYjGnMU8dGL\",\n          abi: utils.tokenAbi,\n          provider,\n          signer,\n        });\n        const koin = koinContract.functions;\n\n        // Get balance\n        const { result } = await koin.balanceOf({\n          owner: signer.getAddress(),\n        });\n        console.log(balance.result);\n      })();\n    </script>\n  </head>\n  <body></body>\n</html>\n```\n\n### Node JS\n\nWith Typescript import the library\n\n```typescript\nimport {\n  Signer,\n  Contract,\n  Provider,\n  Transaction,\n  Serializer,\n  utils,\n} from \"koilib\";\n```\n\nWith Javascript import the library with require\n\n```javascript\nconst {\n  Signer,\n  Contract,\n  Provider,\n  Transaction,\n  Serializer,\n  utils,\n} = require(\"koilib\");\n```\n\nThere are 5 principal classes:\n\n- **Signer**: Class containing the private key. It is used to sign.\n- **Provider**: Class to connect with the RPC node.\n- **Contract**: Class defining the contract to interact with.\n- **Transaction**: Class to create transactions.\n- **Serializer**: Class with the protocol buffers definitions to\n  serialize/deserialize data types.\n- **Multicall**: Class to make multiple read operations in a single call\n\n### Examples\n\n#### Send tokens, get balance\n\nThe following code shows how to sign a transaction, broadcast\na transaction, and read contracts.\n\n```typescript\n(async () => {\n  // define signer, provider, and contract\n  const provider = new Provider([\"http://api.koinos.io\"]);\n  const signer = Signer.fromWif(\"KwkAq...\");\n  signer.provider = provider;\n  const koinContract = new Contract({\n    id: \"15DJN4a8SgrbGhhGksSBASiSYjGnMU8dGL\",\n    abi: utils.tokenAbi,\n    provider,\n    signer,\n  });\n  const koin = koinContract.functions;\n\n  // Transfer\n  const { transaction, receipt } = await koin.transfer({\n    from: signer.getAddress(),\n    to: \"172AB1FgCsYrRAW5cwQ8KjadgxofvgPFd6\",\n    value: \"1012345678\", // 10.12345678 koin\n  });\n  console.log(`Transaction id ${transaction.id} submitted. Receipt:`);\n  console.log(receipt);\n\n  // wait to be mined\n  const { blockNumber } = await transaction.wait();\n  console.log(`Transaction mined. Block number: ${blockNumber}`);\n\n  // read the balance\n  const { result } = await koin.balanceOf({\n    owner: signer.getAddress(),\n  });\n  console.log(result);\n})();\n```\n\n#### Upload contract\n\nIt's also possible to upload contracts using koilib. You need the wasm file for that. There are several tools that can help you to develop smart contracts on Koinos:\n\n- [Arkinos](https://www.npmjs.com/package/arkinos): Complete tool to develop contracts in Assembly Script and bootstrap a website to interact with them.\n- [koinos/sdk-as-cli](https://www.npmjs.com/@koinos/sdk-as-cli): SDK to develop contracts in Assembly Script.\n- [koinos-sdk-cpp](https://github.com/koinos/koinos-sdk-cpp): SDK to develop contracts in C++.\n- [koinosbox/contracts](https://github.com/joticajulian/koinos-contracts-as/tree/main/contracts): Contract examples created in Assembly Script. You can also import them in your project by using the [npm package](https://www.npmjs.com/package/@koinosbox/contracts).\n\nHere is an example on how deploy a contract:\n\n```typescript\n(async () => {\n  // define signer, provider and bytecode\n  const provider = new Provider([\"http://api.koinos.io\"]);\n  const signer = Signer.fromWif(\"KwkAq...\");\n  signer.provider = provider;\n  const bytecode = fs.readFileSync(\"my_contract.wasm\");\n\n  // create contract and deploy\n  const contract = new Contract({ signer, provider, bytecode });\n  const { transaction, receipt } = await contract.deploy();\n  console.log(\"Transaction submitted. Receipt:\");\n  console.log(receipt);\n  // wait to be mined\n  const { blockNumber } = await transaction.wait();\n  console.log(`Contract uploaded in block number ${blockNumber}`);\n})();\n```\n\nYou can also upload a contract in a new address. It is not required that this new address has funds, you just have to set your principal wallet as payer.\n\n```typescript\n(async () => {\n  // define signer, provider and bytecode\n  const provider = new Provider([\"http://api.koinos.io\"]);\n  const accountWithFunds = Signer.fromWif(\"K... this account has funds\");\n  const newAccount = Signer.fromWif(\"L... new account without funds\");\n  accountWithFunds.provider = provider;\n  newAccount.provider = provider;\n\n  const bytecode = fs.readFileSync(\"my_contract.wasm\");\n\n  // create contract. Set newAccount as signer\n  const contract = new Contract({\n    signer: newAccount,\n    provider,\n    bytecode,\n    options: {\n      // transaction options\n      // set payer\n      payer: accountWithFunds.address,\n\n      // use \"beforeSend\" function to sign\n      // the transaction with the payer\n      beforeSend: async (tx) => {\n        accountWithFunds.signTransaction(tx);\n      },\n    },\n  });\n\n  // call deploy()\n  // By default it is signed by \"newAccount\". But, as\n  // in beforeSend it is signed by the payer then it\n  // will have 2 signatures\n  const { receipt } = await contract.deploy();\n  console.log(\"Transaction submitted. Receipt: \");\n  console.log(receipt);\n  const { blockNumber } = await transaction.wait();\n  console.log(`Contract uploaded in block number ${blockNumber}`);\n})();\n```\n\nIn fact, there are several ways to set a different payer and use it to upload a contract. This is another example:\n\n```typescript\n(async () => {\n  // define signer, provider and bytecode\n  const provider = new Provider([\"http://api.koinos.io\"]);\n  const accountWithFunds = Signer.fromWif(\"K... this account has funds\");\n  const newAccount = Signer.fromWif(\"L... new account without funds\");\n  accountWithFunds.provider = provider;\n  newAccount.provider = provider;\n\n  const bytecode = fs.readFileSync(\"my_contract.wasm\");\n\n  // create contract. Set newAccount as signer\n  const contract = new Contract({\n    signer: newAccount,\n    provider,\n    bytecode,\n  });\n\n  // call deploy but do not broadcast the transaction.\n  // Also set the payer\n  const { transaction } = await contract.deploy({\n    payer: accountWithFunds.address,\n    sendTransaction: false,\n  });\n\n  // sign the transaction with the payer\n  await accountWithFunds.signTransaction(transaction);\n\n  // at this point the transaction will have 2 signatures:\n  // - signature of newAccount\n  // - signature of accountWithFunds\n\n  // now broadcast the transaction to deploy\n  const { receipt } = await newAccount.sendTransaction(transaction);\n  console.log(\"Transaction submitted. Receipt: \");\n  console.log(receipt);\n  const { blockNumber } = await transaction.wait();\n  console.log(`Contract uploaded in block number ${blockNumber}`);\n})();\n```\n\n### Multisignatures\n\nIt can be configured to sign a single transaction with multiple accounts. Here is an example:\n\n```ts\nconst signer2 = Signer.fromWif(\"KzP1...\");\nconst signer3 = Signer.fromWif(\"L1t...\");\n\nconst addMoreSignatures = async (tx) => {\n  await signer2.signTransaction(tx);\n  await signer3.signTransaction(tx);\n};\n\nconst { transaction } = await koin.transfer(\n  {\n    from: \"16MT1VQFgsVxEfJrSGinrA5buiqBsN5ViJ\",\n    to: \"1Gvqdo9if6v6tFomEuTuMWP1D7H7U9yksb\",\n    value: \"1000000\",\n  },\n  {\n    payer: signer2.getAddress(),\n    beforeSend: addMoreSignatures,\n  }\n);\n```\n\n### Multiple operations in a single transaction\n\nThere are 3 ways to define a transaction with several operations. Use one of them as it is more convenient for you.\n\nUsing the Contract class. You can use `previousOperations` or `nextOperations` to attach more operations in the transaction:\n\n```ts\nconst fn = contract.functions;\ncontract.options.onlyOperation = true;\nconst { operation: op1 } = await fn.set_owner({\n  account: \"16MT1VQFgsVxEfJrSGinrA5buiqBsN5ViJ\",\n});\nconst { operation: op3 } = await fn.set_address({\n  account: \"1Gvqdo9if6v6tFomEuTuMWP1D7H7U9yksb\",\n});\nconst { transaction, receipt } = await fn.set_name(\n  {\n    name: \"test\",\n  },\n  {\n    previousOperations: [op1],\n    nextOperations: [op3],\n  }\n);\nawait transaction.wait();\n```\n\nUsing the Signer class with the Contract class. First all operations are created and then passed to the signer to create and send the transaction:\n\n```ts\nconst fn = contract.functions;\ncontract.options.onlyOperation = true;\nconst { operation: op1 } = await fn.set_owner({\n  account: \"16MT1VQFgsVxEfJrSGinrA5buiqBsN5ViJ\",\n});\nconst { operation: op2 } = await fn.set_name({\n  name: \"test\",\n});\nconst { operation: op3 } = await fn.set_address({\n  account: \"1Gvqdo9if6v6tFomEuTuMWP1D7H7U9yksb\",\n});\nconst tx = await signer.prepareTransaction({\n  operations: [op1, op2, op3],\n});\nconst { transaction, receipt } = await signer.sendTransaction(tx);\nawait transaction.wait();\n```\n\nUsing the Transaction class:\n\n```ts\nconst tx = new Transaction({ signer });\nawait tx.pushOperation(fn.set_owner, {\n  account: \"16MT1VQFgsVxEfJrSGinrA5buiqBsN5ViJ\",\n});\nawait tx.pushOperation(fn.set_name, {\n  name: \"test\",\n});\nawait tx.pushOperation(fn.set_address, {\n  account: \"1Gvqdo9if6v6tFomEuTuMWP1D7H7U9yksb\",\n});\nconst receipt = await tx.send();\nawait tx.wait();\n```\n\n### Estimate mana\n\nHere is an example to estimate the mana. First create a transaction and sign it:\n\n```ts\nconst tx = new Transaction({ signer, provider });\nawait tx.pushOperation(koin.transfer, {\n  from: \"1NRYHBYr9qxYQAeVqfdSvyjJemRQ4qD3Mt\",\n  to: \"13UdKjYuzfBYbB6bGLQkUN9DJRFPCmG1mU\",\n  value: \"1000\",\n});\nawait tx.sign();\n```\n\nNow send it with broadcast:false. With this option the rpc node will compute the\ntransaction but it will not broadcast it, then it will not be included in a block:\n\n```ts\nlet receipt = await tx.send({ broadcast: false });\n```\n\nFinally, adjust the mana by taking a look to the rc used. In this example we will\nadjust it by increasing it 10%. Then sign and send with the default option\n(broadcast:true):\n\n```ts\ntx.adjustRcLimit(Math.round(1.1 * Number(receipt.rc_used)));\nawait tx.sign();\nreceipt = await tx.send();\n```\n\n### Create ABIs\n\nABIs are composed of 2 elements: methods and types.\n\n- The methods define the names of the entries of the smart contract, the corresponding endpoints and the name of the types used.\n- The types all the description to serialize and deserialize using proto buffers.\n\nTo generate the types is necessary to use the dependency protobufjs. The following example shows how to generate the protobuf descriptor from a .proto file.\n\n```js\nconst fs = require(\"fs\");\nconst pbjs = require(\"protobufjs-cli/pbjs\");\n\npbjs.main([\"--target\", \"json\", \"./token.proto\"], (err, output) => {\n  if (err) throw err;\n  fs.writeFileSync(\"./token-proto.json\", output);\n});\n```\n\nThen this descriptor can be loaded to define the ABI:\n\n```js\nconst tokenJson = require(\"./token-proto.json\");\nconst abiToken = {\n  methods: {\n    balanceOf: {\n      entry_point: 0x5c721497,\n      argument: \"balance_of_arguments\",\n      return: \"balance_of_result\",\n      read_only: true,\n      default_output: { value: \"0\" },\n    },\n    transfer: {\n      entry_point: 0x27f576ca,\n      argument: \"transfer_arguments\",\n      return: \"transfer_result\",\n    },\n    mint: {\n      entry_point: 0xdc6f17bb,\n      argument: \"mint_argumnets\",\n      return: \"mint_result\",\n    },\n  },\n  koilib_types: tokenJson,\n};\n```\n\n## FAQ\n\n1. Can this library be used to create smart contracts?\n\n   No. There are another tools for that. Like [Arkinos](https://www.npmjs.com/package/arkinos) or [koinos/sdk-as-cli](https://www.npmjs.com/@koinos/sdk-as-cli) for Assembly Script, or [koinos-sdk](https://github.com/koinos/koinos-sdk-cpp) for C++.\n\n2. Can this library be used to deploy smart contracts?\n\n   Yes. If you already have the contract compiled as a .wasm file you can use\n   the Contract class to load the bytecode and deploy it.\n\n3. Can this library be used to create the ABI for any smart contract?\n\n   For the ABI you need the .proto file and the library\n   [protobufjs](https://www.npmjs.com/package/protobufjs). Then follow the format\n   for the ABI as described in the previous section. It's important to note that\n   this ABI has some differences with respect to the ABI used in [koinos-cli](https://docs.koinos.io/architecture/contract-abi).\n   In particular, koilib takes the descriptor from `koilib_types`, which is a\n   descriptor in json format, while the ABI in koinos-cli takes the descriptor from\n   `types`, which is a descriptor in binary format. There are also some differences\n   in the format of \"entry point\" and \"read only\".\n\n4. Can this library be used to interact with smart contracts?\n\n   Yes. You can use it to call read_only functions, or send transactions\n   to the contract by calling write functions.\n\n5. How to generate random keys?\n\n   To generate random mnemonic phrases and private keys use [@koinosbox/hdKoinos](https://www.npmjs.com/package/@koinosbox/hdkoinos).\n\n## Documentation\n\nThe complete documentation can be found at https://joticajulian.github.io/koilib/\n\n## Acknowledgments\n\nMany thanks to the sponsors of this library: @levineam, @Amikob, @motoeng, @isaacdozier, @imjwalker, @brklyn8900, and the private sponsors.\n\nIf you would like to contribute to the development of this library consider becoming a sponsor in https://github.com/sponsors/joticajulian.\n\nYou can also send a donation to the koinos nickname [@julian.donation](https://koinosbox.com/nicknames/@julian.donation).\n\n## License\n\nMIT License\n\nCopyright (c) 2021 Julián González\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","readmeFilename":"README.md"}