@hethers/transactions
Version:
Utilities for decoding and encoding Hedera Hashgraph transactions for hethers.
46 lines (45 loc) • 1.26 kB
JSON
{
"dependencies": {
"@ethersproject/base64": "5.5.0",
"@ethersproject/bignumber": "5.5.0",
"@ethersproject/bytes": "5.5.0",
"@ethersproject/keccak256": "5.5.0",
"@ethersproject/properties": "5.5.0",
"@hethers/address": "1.2.0",
"@hethers/constants": "1.2.0",
"@hethers/logger": "1.2.0",
"@hethers/signing-key": "1.2.0"
},
"description": "Utilities for decoding and encoding Hedera Hashgraph transactions for hethers.",
"gitHead": "4e89775146182ee9731d5653c969a6e3988596af",
"keywords": [
"Hedera",
"Hashgraph",
"Ethereum",
"hethers",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@hethers/transactions",
"peerDependencies": {
"@hashgraph/proto": "^2.9.0",
"@hashgraph/sdk": "^2.19.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/transactions",
"type": "git",
"url": "git://github.com/hashgraph/hethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x4b20db50f6d593402a62b264ecfd577070121beb01f450b0348a0f600350a225",
"types": "./lib/index.d.ts",
"version": "1.2.2"
}