@paymechain/sdk 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/models/index.d.ts
CHANGED
|
@@ -136,9 +136,9 @@ export interface CreateWalletViewModel {
|
|
|
136
136
|
Address: string;
|
|
137
137
|
}
|
|
138
138
|
export interface DeriveAddressViewModel {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
139
|
+
mnemonic: string;
|
|
140
|
+
publicKey: string;
|
|
141
|
+
address: string;
|
|
142
142
|
}
|
|
143
143
|
export interface WalletAccountBalanceViewModel {
|
|
144
144
|
TokenId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paymechain/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Official TypeScript SDK for the PaymeChain blockchain. Provides a resilient, framework-agnostic client for interacting with network nodes, managing accounts, submitting transactions, and subscribing to real-time events.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|