@tatumio/doge 2.0.1-alpha.375 → 2.0.1-alpha.377
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.377",
|
|
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.377",
|
|
9
|
+
"@tatumio/api-client": "2.0.1-alpha.377",
|
|
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.377",
|
|
13
|
+
"@tatumio/shared-blockchain-btc-based": "2.0.1-alpha.377",
|
|
14
|
+
"@tatumio/shared-abstract-sdk": "2.0.1-alpha.377",
|
|
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.377",
|
|
18
|
+
"@tatumio/shared-blockchain-abstract": "2.0.1-alpha.377",
|
|
19
19
|
"bip32": "^2.0.5",
|
|
20
20
|
"bip39": "^3.0.2",
|
|
21
21
|
"bitcoinjs-lib": "^5.2.0",
|
package/src/lib/doge.sdk.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export declare const TatumDogeSDK: (args: {
|
|
|
22
22
|
}): string;
|
|
23
23
|
generateWallet(mnemonic?: string, options?: {
|
|
24
24
|
testnet: boolean;
|
|
25
|
-
}): Promise<import("@tatumio/api-client").
|
|
25
|
+
}): Promise<import("@tatumio/api-client").Wallet>;
|
|
26
26
|
};
|
|
27
27
|
transaction: import("@tatumio/shared-blockchain-btc-based").BtcBasedTx<import("./doge.sdk.tx").DogeTransactionTypes>;
|
|
28
28
|
blockchain: {
|
|
@@ -53,10 +53,6 @@ export declare const TatumDogeSDK: (args: {
|
|
|
53
53
|
storeTokenAddress: any;
|
|
54
54
|
};
|
|
55
55
|
getExchangeRate(basePair?: import("@tatumio/api-client").Fiat): import("@tatumio/api-client").CancelablePromise<import("@tatumio/api-client").ExchangeRate>;
|
|
56
|
-
storage: {
|
|
57
|
-
upload: typeof import("@tatumio/api-client").IpfsService.storeIpfs;
|
|
58
|
-
get: typeof import("@tatumio/api-client").IpfsService.getIpfsData;
|
|
59
|
-
};
|
|
60
56
|
subscriptions: typeof import("@tatumio/api-client").NotificationSubscriptionsService;
|
|
61
57
|
security: {
|
|
62
58
|
checkMaliciousAddress: typeof import("@tatumio/api-client").MaliciousAddressService.checkMalicousAddress;
|
|
@@ -67,36 +63,6 @@ export declare const TatumDogeSDK: (args: {
|
|
|
67
63
|
freezeApiKey: typeof import("@tatumio/api-client").ServiceUtilsService.freezeApiKey;
|
|
68
64
|
unfreezeApiKey: typeof import("@tatumio/api-client").ServiceUtilsService.unfreezeApiKey;
|
|
69
65
|
};
|
|
70
|
-
custodialManagedWallet: {
|
|
71
|
-
transfer: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialTransferManagedAddress;
|
|
72
|
-
getAll: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialGetWallets;
|
|
73
|
-
create: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialCreateWallet;
|
|
74
|
-
delete: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialDeleteWallet;
|
|
75
|
-
get: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialGetWallet;
|
|
76
|
-
};
|
|
77
|
-
nft: {
|
|
78
|
-
deployNFTSmartContract: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftDeployErc721;
|
|
79
|
-
addNFTMinter: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftAddMinter;
|
|
80
|
-
mintNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftMintErc721;
|
|
81
|
-
mintMultipleNFTs: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftMintMultipleErc721;
|
|
82
|
-
burnNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftBurnErc721;
|
|
83
|
-
transferNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftTransferErc721;
|
|
84
|
-
updateNFTRoyalty: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftUpdateCashbackErc721;
|
|
85
|
-
getNFTTransaction: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactErc721;
|
|
86
|
-
getNFTTransactionsByToken: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactionByToken;
|
|
87
|
-
getNFTTransactionsByAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactionByAddress;
|
|
88
|
-
getNFTsByAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTokensByAddressErc721;
|
|
89
|
-
getNFTProvenanceData: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetProvenanceDataErc721;
|
|
90
|
-
getNFTMetadataURI: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetMetadataErc721;
|
|
91
|
-
getNFTRoyalty: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetRoyaltyErc721;
|
|
92
|
-
getNFTAccountBalance: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetBalanceErc721;
|
|
93
|
-
getNFTContractAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetContractAddress;
|
|
94
|
-
getNFTImage: (chain: "ETH" | "BSC" | "MATIC" | "CELO" | "FLOW" | "TRON" | "ONE" | "KLAY" | "SOL" | "KCS", contractAddress: string, tokenId: string, account?: string) => Promise<{
|
|
95
|
-
originalUrl: string;
|
|
96
|
-
publicUrl: string;
|
|
97
|
-
}>;
|
|
98
|
-
prepareAddNftMinterAbstraction: (body: import("@tatumio/api-client").AddNftMinter | import("@tatumio/api-client").AddNftMinterKMS) => string[];
|
|
99
|
-
};
|
|
100
66
|
ledger: {
|
|
101
67
|
customer: {
|
|
102
68
|
get: typeof import("@tatumio/api-client").CustomerService.getCustomerByExternalOrInternalId;
|
|
@@ -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"}
|