@massalabs/wallet-provider 1.4.2-dev.20230926140020 → 1.4.2-dev.20230929085309
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/cmd/account/AccountBalance.d.ts +7 -2
- package/dist/cmd/account/AccountBalance.d.ts.map +1 -1
- package/dist/cmd/account/AccountBalance.js.map +1 -1
- package/dist/esm/account/AccountBalance.d.ts +7 -2
- package/dist/esm/account/AccountBalance.d.ts.map +1 -1
- package/dist/esm/account/AccountBalance.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* Represents the request for an AccountBalance command.
|
|
3
|
+
*
|
|
4
|
+
* address - The account address.
|
|
3
5
|
*/
|
|
4
6
|
export interface IAccountBalanceRequest {
|
|
5
7
|
address: string;
|
|
6
8
|
}
|
|
7
9
|
/**
|
|
8
|
-
*
|
|
10
|
+
* Represents the response from an AccountBalance command.
|
|
11
|
+
*
|
|
12
|
+
* finalBalance - The account's final confirmed balance.
|
|
13
|
+
* candidateBalance - The account's pending balance.
|
|
9
14
|
*/
|
|
10
15
|
export interface IAccountBalanceResponse {
|
|
11
16
|
finalBalance: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountBalance.d.ts","sourceRoot":"","sources":["../../../src/account/AccountBalance.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"AccountBalance.d.ts","sourceRoot":"","sources":["../../../src/account/AccountBalance.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;;;;GAKG;AACH,MAAM,WAAW,uBAAuB;IACtC,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountBalance.js","sourceRoot":"","sources":["../../../src/account/AccountBalance.ts"],"names":[],"mappings":"","sourcesContent":["/**\n *
|
|
1
|
+
{"version":3,"file":"AccountBalance.js","sourceRoot":"","sources":["../../../src/account/AccountBalance.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Represents the request for an AccountBalance command.\n *\n * address - The account address.\n */\nexport interface IAccountBalanceRequest {\n address: string;\n}\n\n/**\n * Represents the response from an AccountBalance command.\n *\n * finalBalance - The account's final confirmed balance.\n * candidateBalance - The account's pending balance.\n */\nexport interface IAccountBalanceResponse {\n finalBalance: string;\n candidateBalance: string;\n}\n"]}
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* Represents the request for an AccountBalance command.
|
|
3
|
+
*
|
|
4
|
+
* address - The account address.
|
|
3
5
|
*/
|
|
4
6
|
export interface IAccountBalanceRequest {
|
|
5
7
|
address: string;
|
|
6
8
|
}
|
|
7
9
|
/**
|
|
8
|
-
*
|
|
10
|
+
* Represents the response from an AccountBalance command.
|
|
11
|
+
*
|
|
12
|
+
* finalBalance - The account's final confirmed balance.
|
|
13
|
+
* candidateBalance - The account's pending balance.
|
|
9
14
|
*/
|
|
10
15
|
export interface IAccountBalanceResponse {
|
|
11
16
|
finalBalance: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountBalance.d.ts","sourceRoot":"","sources":["../../../src/account/AccountBalance.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"AccountBalance.d.ts","sourceRoot":"","sources":["../../../src/account/AccountBalance.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;;;;GAKG;AACH,MAAM,WAAW,uBAAuB;IACtC,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountBalance.js","sourceRoot":"","sources":["../../../src/account/AccountBalance.ts"],"names":[],"mappings":"","sourcesContent":["/**\n *
|
|
1
|
+
{"version":3,"file":"AccountBalance.js","sourceRoot":"","sources":["../../../src/account/AccountBalance.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Represents the request for an AccountBalance command.\n *\n * address - The account address.\n */\nexport interface IAccountBalanceRequest {\n address: string;\n}\n\n/**\n * Represents the response from an AccountBalance command.\n *\n * finalBalance - The account's final confirmed balance.\n * candidateBalance - The account's pending balance.\n */\nexport interface IAccountBalanceResponse {\n finalBalance: string;\n candidateBalance: string;\n}\n"]}
|