@tatumio/doge 2.0.1-alpha.374 → 2.0.1-alpha.376
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tatumio/doge",
|
|
3
|
-
"version": "2.0.1-alpha.
|
|
3
|
+
"version": "2.0.1-alpha.376",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@tatumio/shared-testing-common": "2.0.1-alpha.
|
|
9
|
-
"@tatumio/api-client": "2.0.1-alpha.
|
|
8
|
+
"@tatumio/shared-testing-common": "2.0.1-alpha.376",
|
|
9
|
+
"@tatumio/api-client": "2.0.1-alpha.376",
|
|
10
10
|
"axios": "^0.26.0",
|
|
11
11
|
"form-data": "^4.0.0",
|
|
12
|
-
"@tatumio/shared-testing-btc-based": "2.0.1-alpha.
|
|
13
|
-
"@tatumio/shared-blockchain-btc-based": "2.0.1-alpha.
|
|
14
|
-
"@tatumio/shared-abstract-sdk": "2.0.1-alpha.
|
|
12
|
+
"@tatumio/shared-testing-btc-based": "2.0.1-alpha.376",
|
|
13
|
+
"@tatumio/shared-blockchain-btc-based": "2.0.1-alpha.376",
|
|
14
|
+
"@tatumio/shared-abstract-sdk": "2.0.1-alpha.376",
|
|
15
15
|
"bignumber.js": "^9.0.2",
|
|
16
16
|
"lodash": "^4.17.21",
|
|
17
|
-
"@tatumio/shared-core": "2.0.1-alpha.
|
|
18
|
-
"@tatumio/shared-blockchain-abstract": "2.0.1-alpha.
|
|
17
|
+
"@tatumio/shared-core": "2.0.1-alpha.376",
|
|
18
|
+
"@tatumio/shared-blockchain-abstract": "2.0.1-alpha.376",
|
|
19
19
|
"bip32": "^2.0.5",
|
|
20
20
|
"bip39": "^3.0.2",
|
|
21
21
|
"bitcoinjs-lib": "^5.2.0",
|
|
@@ -5,7 +5,7 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const api_client_1 = require("@tatumio/api-client");
|
|
6
6
|
const shared_blockchain_abstract_1 = require("@tatumio/shared-blockchain-abstract");
|
|
7
7
|
const virtualAccountService = (args) => {
|
|
8
|
-
return Object.assign(Object.assign({}, (0, shared_blockchain_abstract_1.abstractBlockchainVirtualAccount)(args)), { send: (body) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { return api_client_1.ApiServices.
|
|
8
|
+
return Object.assign(Object.assign({}, (0, shared_blockchain_abstract_1.abstractBlockchainVirtualAccount)(args)), { send: (body) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { return api_client_1.ApiServices.virtualAccount.blockchain.dogeTransfer(body); }) });
|
|
9
9
|
};
|
|
10
10
|
exports.virtualAccountService = virtualAccountService;
|
|
11
11
|
//# sourceMappingURL=doge.virtualAccount.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doge.virtualAccount.js","sourceRoot":"","sources":["../../../../../../packages/blockchain/doge/src/lib/doge.virtualAccount.ts"],"names":[],"mappings":";;;;AAAA,oDAA6G;AAC7G,oFAAsF;AAG/E,MAAM,qBAAqB,GAAG,CAAC,IAAgC,EAAE,EAAE;IACxE,uCACK,IAAA,6DAAgC,EAAC,IAAI,CAAC,KACzC,IAAI,EAAE,CAAO,IAAkE,EAAE,EAAE,0DACjF,OAAA,wBAAW,CAAC,
|
|
1
|
+
{"version":3,"file":"doge.virtualAccount.js","sourceRoot":"","sources":["../../../../../../packages/blockchain/doge/src/lib/doge.virtualAccount.ts"],"names":[],"mappings":";;;;AAAA,oDAA6G;AAC7G,oFAAsF;AAG/E,MAAM,qBAAqB,GAAG,CAAC,IAAgC,EAAE,EAAE;IACxE,uCACK,IAAA,6DAAgC,EAAC,IAAI,CAAC,KACzC,IAAI,EAAE,CAAO,IAAkE,EAAE,EAAE,0DACjF,OAAA,wBAAW,CAAC,cAAc,CAAC,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,CAAA,GAAA,IAC3D;AACH,CAAC,CAAA;AANY,QAAA,qBAAqB,yBAMjC"}
|