@stacks/blockchain-api-client 4.0.0-beta.3 → 4.0.0-beta.6
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/lib/generated/apis/NamesApi.d.ts +0 -29
- package/lib/generated/apis/NamesApi.js +0 -32
- package/lib/generated/apis/NamesApi.js.map +1 -1
- package/lib/generated/apis/RosettaApi.d.ts +5 -13
- package/lib/generated/apis/RosettaApi.js +1 -1
- package/lib/generated/apis/RosettaApi.js.map +1 -1
- package/lib/generated/models/AddressBalanceResponse.d.ts +11 -7
- package/lib/generated/models/AddressBalanceResponse.js +2 -2
- package/lib/generated/models/AddressBalanceResponse.js.map +1 -1
- package/lib/generated/models/BnsNamesOwnByAddressResponse.d.ts +1 -1
- package/lib/generated/models/BnsNamesOwnByAddressResponse.js +1 -2
- package/lib/generated/models/BnsNamesOwnByAddressResponse.js.map +1 -1
- package/lib/generated/models/NetworkBlockTimesResponse.d.ts +5 -5
- package/lib/generated/models/NetworkBlockTimesResponse.js +4 -4
- package/lib/generated/models/NetworkBlockTimesResponse.js.map +1 -1
- package/lib/generated/models/RosettaGenesisBlockIdentifier.d.ts +33 -0
- package/lib/generated/models/RosettaGenesisBlockIdentifier.js +44 -0
- package/lib/generated/models/RosettaGenesisBlockIdentifier.js.map +1 -0
- package/lib/generated/models/RosettaNetworkStatusResponse.d.ts +58 -0
- package/lib/generated/models/RosettaNetworkStatusResponse.js +54 -0
- package/lib/generated/models/RosettaNetworkStatusResponse.js.map +1 -0
- package/lib/generated/models/RosettaOldestBlockIdentifier.d.ts +33 -0
- package/lib/generated/models/RosettaOldestBlockIdentifier.js +44 -0
- package/lib/generated/models/RosettaOldestBlockIdentifier.js.map +1 -0
- package/lib/generated/models/RosettaOptions.d.ts +2 -2
- package/lib/generated/models/RosettaPeers.d.ts +33 -0
- package/lib/generated/models/RosettaPeers.js +45 -0
- package/lib/generated/models/RosettaPeers.js.map +1 -0
- package/lib/generated/models/RosettaSyncStatus.d.ts +45 -0
- package/lib/generated/models/RosettaSyncStatus.js +49 -0
- package/lib/generated/models/RosettaSyncStatus.js.map +1 -0
- package/lib/generated/models/{AddressBalanceResponseStx.d.ts → StxBalance.d.ts} +16 -16
- package/lib/generated/models/{AddressBalanceResponseStx.js → StxBalance.js} +9 -9
- package/lib/generated/models/StxBalance.js.map +1 -0
- package/lib/generated/models/{NetworkBlockTimesResponseMainnet.d.ts → TargetBlockTime.d.ts} +7 -7
- package/lib/generated/models/{NetworkBlockTimesResponseMainnet.js → TargetBlockTime.js} +9 -9
- package/lib/generated/models/TargetBlockTime.js.map +1 -0
- package/lib/generated/models/index.d.ts +7 -2
- package/lib/generated/models/index.js +7 -2
- package/lib/generated/models/index.js.map +1 -1
- package/lib/index.umd.js +350 -188
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/.openapi-generator/FILES +7 -2
- package/src/generated/apis/NamesApi.ts +0 -62
- package/src/generated/apis/RosettaApi.ts +8 -5
- package/src/generated/models/AddressBalanceResponse.ts +12 -12
- package/src/generated/models/BnsNamesOwnByAddressResponse.ts +2 -2
- package/src/generated/models/NetworkBlockTimesResponse.ts +12 -12
- package/src/generated/models/RosettaGenesisBlockIdentifier.ts +64 -0
- package/src/generated/models/RosettaNetworkStatusResponse.ts +115 -0
- package/src/generated/models/RosettaOldestBlockIdentifier.ts +64 -0
- package/src/generated/models/RosettaOptions.ts +2 -2
- package/src/generated/models/RosettaPeers.ts +64 -0
- package/src/generated/models/RosettaSyncStatus.ts +80 -0
- package/src/generated/models/{AddressBalanceResponseStx.ts → StxBalance.ts} +17 -17
- package/src/generated/models/{NetworkBlockTimesResponseMainnet.ts → TargetBlockTime.ts} +8 -8
- package/src/generated/models/index.ts +7 -2
- package/lib/generated/models/AddressBalanceResponseStx.js.map +0 -1
- package/lib/generated/models/NetworkBlockTimesResponseMainnet.js.map +0 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stacks Blockchain API
|
|
3
|
+
* Welcome to the API reference overview for the <a href=\"https://docs.hiro.so/get-started/stacks-blockchain-api\">Stacks Blockchain API</a>. <a href=\"https://hirosystems.github.io/stacks-blockchain-api/collection.json\" download=\"stacks-api-collection.json\">Download Postman collection</a>
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The block_identifier uniquely identifies a block in a particular network.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface RosettaOldestBlockIdentifier
|
|
16
|
+
*/
|
|
17
|
+
export interface RosettaOldestBlockIdentifier {
|
|
18
|
+
/**
|
|
19
|
+
* This is also known as the block height.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof RosettaOldestBlockIdentifier
|
|
22
|
+
*/
|
|
23
|
+
index: number;
|
|
24
|
+
/**
|
|
25
|
+
* Block hash
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RosettaOldestBlockIdentifier
|
|
28
|
+
*/
|
|
29
|
+
hash: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function RosettaOldestBlockIdentifierFromJSON(json: any): RosettaOldestBlockIdentifier;
|
|
32
|
+
export declare function RosettaOldestBlockIdentifierFromJSONTyped(json: any, ignoreDiscriminator: boolean): RosettaOldestBlockIdentifier;
|
|
33
|
+
export declare function RosettaOldestBlockIdentifierToJSON(value?: RosettaOldestBlockIdentifier | null): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Stacks Blockchain API
|
|
6
|
+
* Welcome to the API reference overview for the <a href=\"https://docs.hiro.so/get-started/stacks-blockchain-api\">Stacks Blockchain API</a>. <a href=\"https://hirosystems.github.io/stacks-blockchain-api/collection.json\" download=\"stacks-api-collection.json\">Download Postman collection</a>
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.RosettaOldestBlockIdentifierToJSON = exports.RosettaOldestBlockIdentifierFromJSONTyped = exports.RosettaOldestBlockIdentifierFromJSON = void 0;
|
|
17
|
+
function RosettaOldestBlockIdentifierFromJSON(json) {
|
|
18
|
+
return RosettaOldestBlockIdentifierFromJSONTyped(json, false);
|
|
19
|
+
}
|
|
20
|
+
exports.RosettaOldestBlockIdentifierFromJSON = RosettaOldestBlockIdentifierFromJSON;
|
|
21
|
+
function RosettaOldestBlockIdentifierFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'index': json['index'],
|
|
27
|
+
'hash': json['hash'],
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
exports.RosettaOldestBlockIdentifierFromJSONTyped = RosettaOldestBlockIdentifierFromJSONTyped;
|
|
31
|
+
function RosettaOldestBlockIdentifierToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'index': value.index,
|
|
40
|
+
'hash': value.hash,
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
exports.RosettaOldestBlockIdentifierToJSON = RosettaOldestBlockIdentifierToJSON;
|
|
44
|
+
//# sourceMappingURL=RosettaOldestBlockIdentifier.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RosettaOldestBlockIdentifier.js","sourceRoot":"","sources":["../../../src/generated/models/RosettaOldestBlockIdentifier.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBH,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAFD,oFAEC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;KACvB,CAAC;AACN,CAAC;AATD,8FASC;AAED,SAAgB,kCAAkC,CAAC,KAA2C;IAC1F,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,MAAM,EAAE,KAAK,CAAC,IAAI;KACrB,CAAC;AACN,CAAC;AAZD,gFAYC"}
|
|
@@ -29,10 +29,10 @@ export interface RosettaOptions {
|
|
|
29
29
|
type?: string;
|
|
30
30
|
/**
|
|
31
31
|
* This value indicates the state of the operations
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {string}
|
|
33
33
|
* @memberof RosettaOptions
|
|
34
34
|
*/
|
|
35
|
-
status?:
|
|
35
|
+
status?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Recipient's address
|
|
38
38
|
* @type {string}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stacks Blockchain API
|
|
3
|
+
* Welcome to the API reference overview for the <a href=\"https://docs.hiro.so/get-started/stacks-blockchain-api\">Stacks Blockchain API</a>. <a href=\"https://hirosystems.github.io/stacks-blockchain-api/collection.json\" download=\"stacks-api-collection.json\">Download Postman collection</a>
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* A Peer is a representation of a node's peer.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface RosettaPeers
|
|
16
|
+
*/
|
|
17
|
+
export interface RosettaPeers {
|
|
18
|
+
/**
|
|
19
|
+
* peer id
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RosettaPeers
|
|
22
|
+
*/
|
|
23
|
+
peer_id: string;
|
|
24
|
+
/**
|
|
25
|
+
* meta data
|
|
26
|
+
* @type {object}
|
|
27
|
+
* @memberof RosettaPeers
|
|
28
|
+
*/
|
|
29
|
+
metadata?: object;
|
|
30
|
+
}
|
|
31
|
+
export declare function RosettaPeersFromJSON(json: any): RosettaPeers;
|
|
32
|
+
export declare function RosettaPeersFromJSONTyped(json: any, ignoreDiscriminator: boolean): RosettaPeers;
|
|
33
|
+
export declare function RosettaPeersToJSON(value?: RosettaPeers | null): any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Stacks Blockchain API
|
|
6
|
+
* Welcome to the API reference overview for the <a href=\"https://docs.hiro.so/get-started/stacks-blockchain-api\">Stacks Blockchain API</a>. <a href=\"https://hirosystems.github.io/stacks-blockchain-api/collection.json\" download=\"stacks-api-collection.json\">Download Postman collection</a>
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.RosettaPeersToJSON = exports.RosettaPeersFromJSONTyped = exports.RosettaPeersFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
function RosettaPeersFromJSON(json) {
|
|
19
|
+
return RosettaPeersFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.RosettaPeersFromJSON = RosettaPeersFromJSON;
|
|
22
|
+
function RosettaPeersFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'peer_id': json['peer_id'],
|
|
28
|
+
'metadata': !runtime_1.exists(json, 'metadata') ? undefined : json['metadata'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
exports.RosettaPeersFromJSONTyped = RosettaPeersFromJSONTyped;
|
|
32
|
+
function RosettaPeersToJSON(value) {
|
|
33
|
+
if (value === undefined) {
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
if (value === null) {
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'peer_id': value.peer_id,
|
|
41
|
+
'metadata': value.metadata,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
exports.RosettaPeersToJSON = RosettaPeersToJSON;
|
|
45
|
+
//# sourceMappingURL=RosettaPeers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RosettaPeers.js","sourceRoot":"","sources":["../../../src/generated/models/RosettaPeers.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAqB/C,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAFD,oDAEC;AAED,SAAgB,yBAAyB,CAAC,IAAS,EAAE,mBAA4B;IAC7E,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;QAC1B,UAAU,EAAE,CAAC,gBAAM,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACvE,CAAC;AACN,CAAC;AATD,8DASC;AAED,SAAgB,kBAAkB,CAAC,KAA2B;IAC1D,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,OAAO;QACxB,UAAU,EAAE,KAAK,CAAC,QAAQ;KAC7B,CAAC;AACN,CAAC;AAZD,gDAYC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stacks Blockchain API
|
|
3
|
+
* Welcome to the API reference overview for the <a href=\"https://docs.hiro.so/get-started/stacks-blockchain-api\">Stacks Blockchain API</a>. <a href=\"https://hirosystems.github.io/stacks-blockchain-api/collection.json\" download=\"stacks-api-collection.json\">Download Postman collection</a>
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* SyncStatus is used to provide additional context about an implementation's sync status. It is often used to indicate that an implementation is healthy when it cannot be queried until some sync phase occurs. If an implementation is immediately queryable, this model is often not populated.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface RosettaSyncStatus
|
|
16
|
+
*/
|
|
17
|
+
export interface RosettaSyncStatus {
|
|
18
|
+
/**
|
|
19
|
+
* CurrentIndex is the index of the last synced block in the current stage.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof RosettaSyncStatus
|
|
22
|
+
*/
|
|
23
|
+
current_index: number;
|
|
24
|
+
/**
|
|
25
|
+
* TargetIndex is the index of the block that the implementation is attempting to sync to in the current stage.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof RosettaSyncStatus
|
|
28
|
+
*/
|
|
29
|
+
target_index?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Stage is the phase of the sync process.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof RosettaSyncStatus
|
|
34
|
+
*/
|
|
35
|
+
stage?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Synced indicates if an implementation has synced up to the most recent block.
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof RosettaSyncStatus
|
|
40
|
+
*/
|
|
41
|
+
synced?: boolean;
|
|
42
|
+
}
|
|
43
|
+
export declare function RosettaSyncStatusFromJSON(json: any): RosettaSyncStatus;
|
|
44
|
+
export declare function RosettaSyncStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): RosettaSyncStatus;
|
|
45
|
+
export declare function RosettaSyncStatusToJSON(value?: RosettaSyncStatus | null): any;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Stacks Blockchain API
|
|
6
|
+
* Welcome to the API reference overview for the <a href=\"https://docs.hiro.so/get-started/stacks-blockchain-api\">Stacks Blockchain API</a>. <a href=\"https://hirosystems.github.io/stacks-blockchain-api/collection.json\" download=\"stacks-api-collection.json\">Download Postman collection</a>
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.RosettaSyncStatusToJSON = exports.RosettaSyncStatusFromJSONTyped = exports.RosettaSyncStatusFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
function RosettaSyncStatusFromJSON(json) {
|
|
19
|
+
return RosettaSyncStatusFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.RosettaSyncStatusFromJSON = RosettaSyncStatusFromJSON;
|
|
22
|
+
function RosettaSyncStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'current_index': json['current_index'],
|
|
28
|
+
'target_index': !runtime_1.exists(json, 'target_index') ? undefined : json['target_index'],
|
|
29
|
+
'stage': !runtime_1.exists(json, 'stage') ? undefined : json['stage'],
|
|
30
|
+
'synced': !runtime_1.exists(json, 'synced') ? undefined : json['synced'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
exports.RosettaSyncStatusFromJSONTyped = RosettaSyncStatusFromJSONTyped;
|
|
34
|
+
function RosettaSyncStatusToJSON(value) {
|
|
35
|
+
if (value === undefined) {
|
|
36
|
+
return undefined;
|
|
37
|
+
}
|
|
38
|
+
if (value === null) {
|
|
39
|
+
return null;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'current_index': value.current_index,
|
|
43
|
+
'target_index': value.target_index,
|
|
44
|
+
'stage': value.stage,
|
|
45
|
+
'synced': value.synced,
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
exports.RosettaSyncStatusToJSON = RosettaSyncStatusToJSON;
|
|
49
|
+
//# sourceMappingURL=RosettaSyncStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RosettaSyncStatus.js","sourceRoot":"","sources":["../../../src/generated/models/RosettaSyncStatus.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAiC/C,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAFD,8DAEC;AAED,SAAgB,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC;QACtC,cAAc,EAAE,CAAC,gBAAM,CAAC,IAAI,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAChF,OAAO,EAAE,CAAC,gBAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC3D,QAAQ,EAAE,CAAC,gBAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;KACjE,CAAC;AACN,CAAC;AAXD,wEAWC;AAED,SAAgB,uBAAuB,CAAC,KAAgC;IACpE,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,eAAe,EAAE,KAAK,CAAC,aAAa;QACpC,cAAc,EAAE,KAAK,CAAC,YAAY;QAClC,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,QAAQ,EAAE,KAAK,CAAC,MAAM;KACzB,CAAC;AACN,CAAC;AAdD,0DAcC"}
|
|
@@ -10,72 +10,72 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
*
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface StxBalance
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface StxBalance {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
20
|
* @type {string}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof StxBalance
|
|
22
22
|
*/
|
|
23
23
|
balance: string;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @type {string}
|
|
27
|
-
* @memberof
|
|
27
|
+
* @memberof StxBalance
|
|
28
28
|
*/
|
|
29
29
|
total_sent: string;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {string}
|
|
33
|
-
* @memberof
|
|
33
|
+
* @memberof StxBalance
|
|
34
34
|
*/
|
|
35
35
|
total_received: string;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {string}
|
|
39
|
-
* @memberof
|
|
39
|
+
* @memberof StxBalance
|
|
40
40
|
*/
|
|
41
41
|
total_fees_sent: string;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {string}
|
|
45
|
-
* @memberof
|
|
45
|
+
* @memberof StxBalance
|
|
46
46
|
*/
|
|
47
47
|
total_miner_rewards_received: string;
|
|
48
48
|
/**
|
|
49
49
|
* The transaction where the lock event occurred. Empty if no tokens are locked.
|
|
50
50
|
* @type {string}
|
|
51
|
-
* @memberof
|
|
51
|
+
* @memberof StxBalance
|
|
52
52
|
*/
|
|
53
53
|
lock_tx_id: string;
|
|
54
54
|
/**
|
|
55
55
|
* The amount of locked STX, as string quoted micro-STX. Zero if no tokens are locked.
|
|
56
56
|
* @type {string}
|
|
57
|
-
* @memberof
|
|
57
|
+
* @memberof StxBalance
|
|
58
58
|
*/
|
|
59
59
|
locked: string;
|
|
60
60
|
/**
|
|
61
61
|
* The STX chain block height of when the lock event occurred. Zero if no tokens are locked.
|
|
62
62
|
* @type {number}
|
|
63
|
-
* @memberof
|
|
63
|
+
* @memberof StxBalance
|
|
64
64
|
*/
|
|
65
65
|
lock_height: number;
|
|
66
66
|
/**
|
|
67
67
|
* The burnchain block height of when the lock event occurred. Zero if no tokens are locked.
|
|
68
68
|
* @type {number}
|
|
69
|
-
* @memberof
|
|
69
|
+
* @memberof StxBalance
|
|
70
70
|
*/
|
|
71
71
|
burnchain_lock_height: number;
|
|
72
72
|
/**
|
|
73
73
|
* The burnchain block height of when the tokens unlock. Zero if no tokens are locked.
|
|
74
74
|
* @type {number}
|
|
75
|
-
* @memberof
|
|
75
|
+
* @memberof StxBalance
|
|
76
76
|
*/
|
|
77
77
|
burnchain_unlock_height: number;
|
|
78
78
|
}
|
|
79
|
-
export declare function
|
|
80
|
-
export declare function
|
|
81
|
-
export declare function
|
|
79
|
+
export declare function StxBalanceFromJSON(json: any): StxBalance;
|
|
80
|
+
export declare function StxBalanceFromJSONTyped(json: any, ignoreDiscriminator: boolean): StxBalance;
|
|
81
|
+
export declare function StxBalanceToJSON(value?: StxBalance | null): any;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
function
|
|
18
|
-
return
|
|
16
|
+
exports.StxBalanceToJSON = exports.StxBalanceFromJSONTyped = exports.StxBalanceFromJSON = void 0;
|
|
17
|
+
function StxBalanceFromJSON(json) {
|
|
18
|
+
return StxBalanceFromJSONTyped(json, false);
|
|
19
19
|
}
|
|
20
|
-
exports.
|
|
21
|
-
function
|
|
20
|
+
exports.StxBalanceFromJSON = StxBalanceFromJSON;
|
|
21
|
+
function StxBalanceFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
22
|
if ((json === undefined) || (json === null)) {
|
|
23
23
|
return json;
|
|
24
24
|
}
|
|
@@ -35,8 +35,8 @@ function AddressBalanceResponseStxFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
'burnchain_unlock_height': json['burnchain_unlock_height'],
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
|
-
exports.
|
|
39
|
-
function
|
|
38
|
+
exports.StxBalanceFromJSONTyped = StxBalanceFromJSONTyped;
|
|
39
|
+
function StxBalanceToJSON(value) {
|
|
40
40
|
if (value === undefined) {
|
|
41
41
|
return undefined;
|
|
42
42
|
}
|
|
@@ -56,5 +56,5 @@ function AddressBalanceResponseStxToJSON(value) {
|
|
|
56
56
|
'burnchain_unlock_height': value.burnchain_unlock_height,
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
|
-
exports.
|
|
60
|
-
//# sourceMappingURL=
|
|
59
|
+
exports.StxBalanceToJSON = StxBalanceToJSON;
|
|
60
|
+
//# sourceMappingURL=StxBalance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StxBalance.js","sourceRoot":"","sources":["../../../src/generated/models/StxBalance.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuEH,SAAgB,kBAAkB,CAAC,IAAS;IACxC,OAAO,uBAAuB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChD,CAAC;AAFD,gDAEC;AAED,SAAgB,uBAAuB,CAAC,IAAS,EAAE,mBAA4B;IAC3E,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;QAC1B,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACxC,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC;QAC1C,8BAA8B,EAAE,IAAI,CAAC,8BAA8B,CAAC;QACpE,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;QACxB,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC;QAClC,uBAAuB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACtD,yBAAyB,EAAE,IAAI,CAAC,yBAAyB,CAAC;KAC7D,CAAC;AACN,CAAC;AAjBD,0DAiBC;AAED,SAAgB,gBAAgB,CAAC,KAAyB;IACtD,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,OAAO;QACxB,YAAY,EAAE,KAAK,CAAC,UAAU;QAC9B,gBAAgB,EAAE,KAAK,CAAC,cAAc;QACtC,iBAAiB,EAAE,KAAK,CAAC,eAAe;QACxC,8BAA8B,EAAE,KAAK,CAAC,4BAA4B;QAClE,YAAY,EAAE,KAAK,CAAC,UAAU;QAC9B,QAAQ,EAAE,KAAK,CAAC,MAAM;QACtB,aAAa,EAAE,KAAK,CAAC,WAAW;QAChC,uBAAuB,EAAE,KAAK,CAAC,qBAAqB;QACpD,yBAAyB,EAAE,KAAK,CAAC,uBAAuB;KAC3D,CAAC;AACN,CAAC;AApBD,4CAoBC"}
|
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
*
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface TargetBlockTime
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface TargetBlockTime {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
20
|
* @type {number}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof TargetBlockTime
|
|
22
22
|
*/
|
|
23
23
|
target_block_time: number;
|
|
24
24
|
}
|
|
25
|
-
export declare function
|
|
26
|
-
export declare function
|
|
27
|
-
export declare function
|
|
25
|
+
export declare function TargetBlockTimeFromJSON(json: any): TargetBlockTime;
|
|
26
|
+
export declare function TargetBlockTimeFromJSONTyped(json: any, ignoreDiscriminator: boolean): TargetBlockTime;
|
|
27
|
+
export declare function TargetBlockTimeToJSON(value?: TargetBlockTime | null): any;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
function
|
|
18
|
-
return
|
|
16
|
+
exports.TargetBlockTimeToJSON = exports.TargetBlockTimeFromJSONTyped = exports.TargetBlockTimeFromJSON = void 0;
|
|
17
|
+
function TargetBlockTimeFromJSON(json) {
|
|
18
|
+
return TargetBlockTimeFromJSONTyped(json, false);
|
|
19
19
|
}
|
|
20
|
-
exports.
|
|
21
|
-
function
|
|
20
|
+
exports.TargetBlockTimeFromJSON = TargetBlockTimeFromJSON;
|
|
21
|
+
function TargetBlockTimeFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
22
|
if ((json === undefined) || (json === null)) {
|
|
23
23
|
return json;
|
|
24
24
|
}
|
|
@@ -26,8 +26,8 @@ function NetworkBlockTimesResponseMainnetFromJSONTyped(json, ignoreDiscriminator
|
|
|
26
26
|
'target_block_time': json['target_block_time'],
|
|
27
27
|
};
|
|
28
28
|
}
|
|
29
|
-
exports.
|
|
30
|
-
function
|
|
29
|
+
exports.TargetBlockTimeFromJSONTyped = TargetBlockTimeFromJSONTyped;
|
|
30
|
+
function TargetBlockTimeToJSON(value) {
|
|
31
31
|
if (value === undefined) {
|
|
32
32
|
return undefined;
|
|
33
33
|
}
|
|
@@ -38,5 +38,5 @@ function NetworkBlockTimesResponseMainnetToJSON(value) {
|
|
|
38
38
|
'target_block_time': value.target_block_time,
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
|
-
exports.
|
|
42
|
-
//# sourceMappingURL=
|
|
41
|
+
exports.TargetBlockTimeToJSON = TargetBlockTimeToJSON;
|
|
42
|
+
//# sourceMappingURL=TargetBlockTime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TargetBlockTime.js","sourceRoot":"","sources":["../../../src/generated/models/TargetBlockTime.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiBH,SAAgB,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAFD,0DAEC;AAED,SAAgB,4BAA4B,CAAC,IAAS,EAAE,mBAA4B;IAChF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KACjD,CAAC;AACN,CAAC;AARD,oEAQC;AAED,SAAgB,qBAAqB,CAAC,KAA8B;IAChE,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,mBAAmB,EAAE,KAAK,CAAC,iBAAiB;KAC/C,CAAC;AACN,CAAC;AAXD,sDAWC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from './AccountDataResponse';
|
|
2
2
|
export * from './AddressAssetsListResponse';
|
|
3
3
|
export * from './AddressBalanceResponse';
|
|
4
|
-
export * from './AddressBalanceResponseStx';
|
|
5
4
|
export * from './AddressNftListResponse';
|
|
6
5
|
export * from './AddressNftListResponseValue';
|
|
7
6
|
export * from './AddressNonces';
|
|
@@ -50,7 +49,6 @@ export * from './Microblock';
|
|
|
50
49
|
export * from './MicroblockListResponse';
|
|
51
50
|
export * from './NetworkBlockTimeResponse';
|
|
52
51
|
export * from './NetworkBlockTimesResponse';
|
|
53
|
-
export * from './NetworkBlockTimesResponseMainnet';
|
|
54
52
|
export * from './NetworkIdentifier';
|
|
55
53
|
export * from './NftEvent';
|
|
56
54
|
export * from './NonFungibleTokenHistoryEventList';
|
|
@@ -99,6 +97,7 @@ export * from './RosettaCurrency';
|
|
|
99
97
|
export * from './RosettaError';
|
|
100
98
|
export * from './RosettaErrorDetails';
|
|
101
99
|
export * from './RosettaErrorNoDetails';
|
|
100
|
+
export * from './RosettaGenesisBlockIdentifier';
|
|
102
101
|
export * from './RosettaMaxFeeAmount';
|
|
103
102
|
export * from './RosettaMempoolRequest';
|
|
104
103
|
export * from './RosettaMempoolResponse';
|
|
@@ -110,22 +109,28 @@ export * from './RosettaNetworkListResponseSubNetworkIdentifierMetadata';
|
|
|
110
109
|
export * from './RosettaNetworkOptionsResponse';
|
|
111
110
|
export * from './RosettaNetworkOptionsResponseAllow';
|
|
112
111
|
export * from './RosettaNetworkOptionsResponseVersion';
|
|
112
|
+
export * from './RosettaNetworkStatusResponse';
|
|
113
|
+
export * from './RosettaOldestBlockIdentifier';
|
|
113
114
|
export * from './RosettaOperation';
|
|
114
115
|
export * from './RosettaOperationIdentifier';
|
|
115
116
|
export * from './RosettaOperationStatus';
|
|
116
117
|
export * from './RosettaOptions';
|
|
117
118
|
export * from './RosettaOptionsRequest';
|
|
118
119
|
export * from './RosettaParentBlockIdentifier';
|
|
120
|
+
export * from './RosettaPeers';
|
|
119
121
|
export * from './RosettaPublicKey';
|
|
120
122
|
export * from './RosettaRelatedOperation';
|
|
121
123
|
export * from './RosettaSignature';
|
|
122
124
|
export * from './RosettaStatusRequest';
|
|
123
125
|
export * from './RosettaSubAccount';
|
|
126
|
+
export * from './RosettaSyncStatus';
|
|
124
127
|
export * from './RosettaTransaction';
|
|
125
128
|
export * from './RunFaucetResponse';
|
|
126
129
|
export * from './ServerStatusResponse';
|
|
127
130
|
export * from './SigningPayload';
|
|
128
131
|
export * from './SmartContract';
|
|
132
|
+
export * from './StxBalance';
|
|
133
|
+
export * from './TargetBlockTime';
|
|
129
134
|
export * from './TransactionEventsResponse';
|
|
130
135
|
export * from './TransactionFeeEstimateRequest';
|
|
131
136
|
export * from './TransactionFeeEstimateResponse';
|
|
@@ -15,7 +15,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
15
15
|
__exportStar(require("./AccountDataResponse"), exports);
|
|
16
16
|
__exportStar(require("./AddressAssetsListResponse"), exports);
|
|
17
17
|
__exportStar(require("./AddressBalanceResponse"), exports);
|
|
18
|
-
__exportStar(require("./AddressBalanceResponseStx"), exports);
|
|
19
18
|
__exportStar(require("./AddressNftListResponse"), exports);
|
|
20
19
|
__exportStar(require("./AddressNftListResponseValue"), exports);
|
|
21
20
|
__exportStar(require("./AddressNonces"), exports);
|
|
@@ -64,7 +63,6 @@ __exportStar(require("./Microblock"), exports);
|
|
|
64
63
|
__exportStar(require("./MicroblockListResponse"), exports);
|
|
65
64
|
__exportStar(require("./NetworkBlockTimeResponse"), exports);
|
|
66
65
|
__exportStar(require("./NetworkBlockTimesResponse"), exports);
|
|
67
|
-
__exportStar(require("./NetworkBlockTimesResponseMainnet"), exports);
|
|
68
66
|
__exportStar(require("./NetworkIdentifier"), exports);
|
|
69
67
|
__exportStar(require("./NftEvent"), exports);
|
|
70
68
|
__exportStar(require("./NonFungibleTokenHistoryEventList"), exports);
|
|
@@ -113,6 +111,7 @@ __exportStar(require("./RosettaCurrency"), exports);
|
|
|
113
111
|
__exportStar(require("./RosettaError"), exports);
|
|
114
112
|
__exportStar(require("./RosettaErrorDetails"), exports);
|
|
115
113
|
__exportStar(require("./RosettaErrorNoDetails"), exports);
|
|
114
|
+
__exportStar(require("./RosettaGenesisBlockIdentifier"), exports);
|
|
116
115
|
__exportStar(require("./RosettaMaxFeeAmount"), exports);
|
|
117
116
|
__exportStar(require("./RosettaMempoolRequest"), exports);
|
|
118
117
|
__exportStar(require("./RosettaMempoolResponse"), exports);
|
|
@@ -124,22 +123,28 @@ __exportStar(require("./RosettaNetworkListResponseSubNetworkIdentifierMetadata")
|
|
|
124
123
|
__exportStar(require("./RosettaNetworkOptionsResponse"), exports);
|
|
125
124
|
__exportStar(require("./RosettaNetworkOptionsResponseAllow"), exports);
|
|
126
125
|
__exportStar(require("./RosettaNetworkOptionsResponseVersion"), exports);
|
|
126
|
+
__exportStar(require("./RosettaNetworkStatusResponse"), exports);
|
|
127
|
+
__exportStar(require("./RosettaOldestBlockIdentifier"), exports);
|
|
127
128
|
__exportStar(require("./RosettaOperation"), exports);
|
|
128
129
|
__exportStar(require("./RosettaOperationIdentifier"), exports);
|
|
129
130
|
__exportStar(require("./RosettaOperationStatus"), exports);
|
|
130
131
|
__exportStar(require("./RosettaOptions"), exports);
|
|
131
132
|
__exportStar(require("./RosettaOptionsRequest"), exports);
|
|
132
133
|
__exportStar(require("./RosettaParentBlockIdentifier"), exports);
|
|
134
|
+
__exportStar(require("./RosettaPeers"), exports);
|
|
133
135
|
__exportStar(require("./RosettaPublicKey"), exports);
|
|
134
136
|
__exportStar(require("./RosettaRelatedOperation"), exports);
|
|
135
137
|
__exportStar(require("./RosettaSignature"), exports);
|
|
136
138
|
__exportStar(require("./RosettaStatusRequest"), exports);
|
|
137
139
|
__exportStar(require("./RosettaSubAccount"), exports);
|
|
140
|
+
__exportStar(require("./RosettaSyncStatus"), exports);
|
|
138
141
|
__exportStar(require("./RosettaTransaction"), exports);
|
|
139
142
|
__exportStar(require("./RunFaucetResponse"), exports);
|
|
140
143
|
__exportStar(require("./ServerStatusResponse"), exports);
|
|
141
144
|
__exportStar(require("./SigningPayload"), exports);
|
|
142
145
|
__exportStar(require("./SmartContract"), exports);
|
|
146
|
+
__exportStar(require("./StxBalance"), exports);
|
|
147
|
+
__exportStar(require("./TargetBlockTime"), exports);
|
|
143
148
|
__exportStar(require("./TransactionEventsResponse"), exports);
|
|
144
149
|
__exportStar(require("./TransactionFeeEstimateRequest"), exports);
|
|
145
150
|
__exportStar(require("./TransactionFeeEstimateResponse"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,wDAAsC;AACtC,8DAA4C;AAC5C,2DAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,wDAAsC;AACtC,8DAA4C;AAC5C,2DAAyC;AACzC,2DAAyC;AACzC,gEAA8C;AAC9C,kDAAgC;AAChC,kEAAgD;AAChD,+DAA6C;AAC7C,oEAAkD;AAClD,+EAA6D;AAC7D,gFAA8D;AAC9D,gFAA8D;AAC9D,yEAAuD;AACvD,oEAAkD;AAClD,iFAA+D;AAC/D,0DAAwC;AACxC,0CAAwB;AACxB,sDAAoC;AACpC,6CAA2B;AAC3B,gEAA8C;AAC9C,2DAAyC;AACzC,4DAA0C;AAC1C,iEAA+C;AAC/C,iEAA+C;AAC/C,oDAAkC;AAClC,gEAA8C;AAC9C,8DAA4C;AAC5C,0EAAwD;AACxD,0DAAwC;AACxC,6CAA2B;AAC3B,8DAA4C;AAC5C,yDAAuC;AACvC,2DAAyC;AACzC,yDAAuC;AACvC,wDAAsC;AACtC,4CAA0B;AAC1B,mDAAiC;AACjC,0DAAwC;AACxC,+DAA6C;AAC7C,4DAA0C;AAC1C,qEAAmD;AACnD,yDAAuC;AACvC,uDAAqC;AACrC,iDAA+B;AAC/B,kDAAgC;AAChC,qDAAmC;AACnC,mEAAiD;AACjD,+CAA6B;AAC7B,2DAAyC;AACzC,6DAA2C;AAC3C,8DAA4C;AAC5C,sDAAoC;AACpC,6CAA2B;AAC3B,qEAAmD;AACnD,iEAA+C;AAC/C,6DAA2C;AAC3C,6DAA2C;AAC3C,kEAAgD;AAChD,+DAA6C;AAC7C,kEAAgD;AAChD,yDAAuC;AACvC,oEAAkD;AAClD,mDAAiC;AACjC,iEAA+C;AAC/C,kEAAgD;AAChD,gFAA8D;AAC9D,0EAAwD;AACxD,6DAA2C;AAC3C,kDAAgC;AAChC,iDAA+B;AAC/B,yDAAuC;AACvC,0DAAwC;AACxC,wDAAsC;AACtC,yDAAuC;AACvC,mEAAiD;AACjD,oEAAkD;AAClD,gDAA8B;AAC9B,sDAAoC;AACpC,sEAAoD;AACpD,uEAAqD;AACrD,qEAAmD;AACnD,sEAAoD;AACpD,mEAAiD;AACjD,oEAAkD;AAClD,uEAAqD;AACrD,wEAAsD;AACtD,gFAA8D;AAC9D,oEAAkD;AAClD,qEAAmD;AACnD,uEAAqD;AACrD,uEAAqD;AACrD,yEAAuD;AACvD,0EAAwD;AACxD,qEAAmD;AACnD,sEAAoD;AACpD,oDAAkC;AAClC,iDAA+B;AAC/B,wDAAsC;AACtC,0DAAwC;AACxC,kEAAgD;AAChD,wDAAsC;AACtC,0DAAwC;AACxC,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,+DAA6C;AAC7C,mFAAiE;AACjE,2FAAyE;AACzE,kEAAgD;AAChD,uEAAqD;AACrD,yEAAuD;AACvD,iEAA+C;AAC/C,iEAA+C;AAC/C,qDAAmC;AACnC,+DAA6C;AAC7C,2DAAyC;AACzC,mDAAiC;AACjC,0DAAwC;AACxC,iEAA+C;AAC/C,iDAA+B;AAC/B,qDAAmC;AACnC,4DAA0C;AAC1C,qDAAmC;AACnC,yDAAuC;AACvC,sDAAoC;AACpC,sDAAoC;AACpC,uDAAqC;AACrC,sDAAoC;AACpC,yDAAuC;AACvC,mDAAiC;AACjC,kDAAgC;AAChC,+CAA6B;AAC7B,oDAAkC;AAClC,8DAA4C;AAC5C,kEAAgD;AAChD,mEAAiD;AACjD,gFAA8D;AAC9D,8EAA4D;AAC5D,0DAAwC;AACxC,uDAAqC;AACrC,sEAAoD"}
|