First commit
This commit is contained in:
24
models/any-address.d.ts
vendored
Normal file
24
models/any-address.d.ts
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AnyAddress
|
||||
*/
|
||||
export interface AnyAddress {
|
||||
/**
|
||||
* A Shelley address representing either enterprise, reward account or delegating address
|
||||
* @type {string}
|
||||
* @memberof AnyAddress
|
||||
*/
|
||||
address: any;
|
||||
}
|
3
models/any-address.js
Normal file
3
models/any-address.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=any-address.js.map
|
1
models/any-address.js.map
Normal file
1
models/any-address.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"any-address.js","sourceRoot":"","sources":["../../models/any-address.ts"],"names":[],"mappings":""}
|
18
models/api-account-key.d.ts
vendored
Normal file
18
models/api-account-key.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiAccountKey
|
||||
*/
|
||||
export interface ApiAccountKey {
|
||||
}
|
3
models/api-account-key.js
Normal file
3
models/api-account-key.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-account-key.js.map
|
1
models/api-account-key.js.map
Normal file
1
models/api-account-key.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-account-key.js","sourceRoot":"","sources":["../../models/api-account-key.ts"],"names":[],"mappings":""}
|
36
models/api-account-post-data.d.ts
vendored
Normal file
36
models/api-account-post-data.d.ts
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Restore from account public key
|
||||
* @export
|
||||
* @interface ApiAccountPostData
|
||||
*/
|
||||
export interface ApiAccountPostData {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiAccountPostData
|
||||
*/
|
||||
name: any;
|
||||
/**
|
||||
* An extended account public key (public key + chain code)
|
||||
* @type {string}
|
||||
* @memberof ApiAccountPostData
|
||||
*/
|
||||
account_public_key: any;
|
||||
/**
|
||||
* Number of consecutive unused addresses allowed. **IMPORTANT DISCLAIMER:** Using values other than `20` automatically makes your wallet invalid with regards to BIP-44 address discovery. It means that you **will not** be able to fully restore your wallet in a different software which is strictly following BIP-44. Beside, using large gaps is **not recommended** as it may induce important performance degradations. Use at your own risks.
|
||||
* @type {number}
|
||||
* @memberof ApiAccountPostData
|
||||
*/
|
||||
address_pool_gap?: any;
|
||||
}
|
3
models/api-account-post-data.js
Normal file
3
models/api-account-post-data.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-account-post-data.js.map
|
1
models/api-account-post-data.js.map
Normal file
1
models/api-account-post-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-account-post-data.js","sourceRoot":"","sources":["../../models/api-account-post-data.ts"],"names":[],"mappings":""}
|
44
models/api-address-data.d.ts
vendored
Normal file
44
models/api-address-data.d.ts
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiAddressData
|
||||
*/
|
||||
export interface ApiAddressData {
|
||||
/**
|
||||
*
|
||||
* @type {string | string | any}
|
||||
* @memberof ApiAddressData
|
||||
*/
|
||||
payment?: any;
|
||||
/**
|
||||
*
|
||||
* @type {string | string | any}
|
||||
* @memberof ApiAddressData
|
||||
*/
|
||||
stake?: any;
|
||||
/**
|
||||
* Script validation level. Required validation sifts off scripts that would not be accepted by the ledger. Recommended level filters out scripts that do not pass required validation and additionally when: * 'all' is non-empty * there are redundant timelocks in a given level * there are no duplicated verification keys in a given level * 'at_least' coeffcient is positive * 'all', 'any' are non-empty and `'at_least' has no less elements in the list than the coeffcient after timelocks are filtered out.
|
||||
* @type {string}
|
||||
* @memberof ApiAddressData
|
||||
*/
|
||||
validation?: ApiAddressDataValidationEnum;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiAddressDataValidationEnum {
|
||||
Required = "required",
|
||||
Recommended = "recommended"
|
||||
}
|
13
models/api-address-data.js
Normal file
13
models/api-address-data.js
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiAddressDataValidationEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiAddressDataValidationEnum;
|
||||
(function (ApiAddressDataValidationEnum) {
|
||||
ApiAddressDataValidationEnum["Required"] = "required";
|
||||
ApiAddressDataValidationEnum["Recommended"] = "recommended";
|
||||
})(ApiAddressDataValidationEnum = exports.ApiAddressDataValidationEnum || (exports.ApiAddressDataValidationEnum = {}));
|
||||
//# sourceMappingURL=api-address-data.js.map
|
1
models/api-address-data.js.map
Normal file
1
models/api-address-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-address-data.js","sourceRoot":"","sources":["../../models/api-address-data.ts"],"names":[],"mappings":";;;AAuCA;;;GAGG;AACH,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACtC,qDAAqB,CAAA;IACrB,2DAA2B,CAAA;AAC7B,CAAC,EAHW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAGvC"}
|
36
models/api-address-inspect-pointer.d.ts
vendored
Normal file
36
models/api-address-inspect-pointer.d.ts
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiAddressInspectPointer
|
||||
*/
|
||||
export interface ApiAddressInspectPointer {
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof ApiAddressInspectPointer
|
||||
*/
|
||||
slot_num: any;
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof ApiAddressInspectPointer
|
||||
*/
|
||||
transaction_index: any;
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof ApiAddressInspectPointer
|
||||
*/
|
||||
output_index: any;
|
||||
}
|
3
models/api-address-inspect-pointer.js
Normal file
3
models/api-address-inspect-pointer.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-address-inspect-pointer.js.map
|
1
models/api-address-inspect-pointer.js.map
Normal file
1
models/api-address-inspect-pointer.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-address-inspect-pointer.js","sourceRoot":"","sources":["../../models/api-address-inspect-pointer.ts"],"names":[],"mappings":""}
|
90
models/api-address-inspect.d.ts
vendored
Normal file
90
models/api-address-inspect.d.ts
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiAddressInspect
|
||||
*/
|
||||
export interface ApiAddressInspect {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiAddressInspect
|
||||
*/
|
||||
address_style: ApiAddressInspectAddressStyleEnum;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiAddressInspect
|
||||
*/
|
||||
stake_reference: ApiAddressInspectStakeReferenceEnum;
|
||||
/**
|
||||
* Can be null for 'Icarus' and 'Byron' styles.
|
||||
* @type {number}
|
||||
* @memberof ApiAddressInspect
|
||||
*/
|
||||
network_tag?: any;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiAddressInspect
|
||||
*/
|
||||
spending_key_hash?: any;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiAddressInspect
|
||||
*/
|
||||
stake_key_hash?: any;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiAddressInspect
|
||||
*/
|
||||
script_hash?: any;
|
||||
/**
|
||||
*
|
||||
* @type {ApiAddressInspectPointer}
|
||||
* @memberof ApiAddressInspect
|
||||
*/
|
||||
pointer?: any;
|
||||
/**
|
||||
* Only for 'Icarus' and 'Byron' styles.
|
||||
* @type {string}
|
||||
* @memberof ApiAddressInspect
|
||||
*/
|
||||
address_root?: any;
|
||||
/**
|
||||
* Only for 'Byron' style.
|
||||
* @type {string}
|
||||
* @memberof ApiAddressInspect
|
||||
*/
|
||||
derivation_path?: any;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiAddressInspectAddressStyleEnum {
|
||||
Shelley = "Shelley",
|
||||
Icarus = "Icarus",
|
||||
Byron = "Byron"
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiAddressInspectStakeReferenceEnum {
|
||||
None = "none",
|
||||
ByValue = "by value",
|
||||
ByPointer = "by pointer"
|
||||
}
|
24
models/api-address-inspect.js
Normal file
24
models/api-address-inspect.js
Normal file
@@ -0,0 +1,24 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiAddressInspectStakeReferenceEnum = exports.ApiAddressInspectAddressStyleEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiAddressInspectAddressStyleEnum;
|
||||
(function (ApiAddressInspectAddressStyleEnum) {
|
||||
ApiAddressInspectAddressStyleEnum["Shelley"] = "Shelley";
|
||||
ApiAddressInspectAddressStyleEnum["Icarus"] = "Icarus";
|
||||
ApiAddressInspectAddressStyleEnum["Byron"] = "Byron";
|
||||
})(ApiAddressInspectAddressStyleEnum = exports.ApiAddressInspectAddressStyleEnum || (exports.ApiAddressInspectAddressStyleEnum = {}));
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiAddressInspectStakeReferenceEnum;
|
||||
(function (ApiAddressInspectStakeReferenceEnum) {
|
||||
ApiAddressInspectStakeReferenceEnum["None"] = "none";
|
||||
ApiAddressInspectStakeReferenceEnum["ByValue"] = "by value";
|
||||
ApiAddressInspectStakeReferenceEnum["ByPointer"] = "by pointer";
|
||||
})(ApiAddressInspectStakeReferenceEnum = exports.ApiAddressInspectStakeReferenceEnum || (exports.ApiAddressInspectStakeReferenceEnum = {}));
|
||||
//# sourceMappingURL=api-address-inspect.js.map
|
1
models/api-address-inspect.js.map
Normal file
1
models/api-address-inspect.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-address-inspect.js","sourceRoot":"","sources":["../../models/api-address-inspect.ts"],"names":[],"mappings":";;;AA2EA;;;GAGG;AACH,IAAY,iCAIX;AAJD,WAAY,iCAAiC;IAC3C,wDAAmB,CAAA;IACnB,sDAAiB,CAAA;IACjB,oDAAe,CAAA;AACjB,CAAC,EAJW,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAI5C;AACD;;;GAGG;AACH,IAAY,mCAIX;AAJD,WAAY,mCAAmC;IAC7C,oDAAa,CAAA;IACb,2DAAoB,CAAA;IACpB,+DAAwB,CAAA;AAC1B,CAAC,EAJW,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAI9C"}
|
38
models/api-address.d.ts
vendored
Normal file
38
models/api-address.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiAddress
|
||||
*/
|
||||
export interface ApiAddress {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiAddress
|
||||
*/
|
||||
id: any;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiAddress
|
||||
*/
|
||||
state: ApiAddressStateEnum;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiAddressStateEnum {
|
||||
Used = "used",
|
||||
Unused = "unused"
|
||||
}
|
13
models/api-address.js
Normal file
13
models/api-address.js
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiAddressStateEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiAddressStateEnum;
|
||||
(function (ApiAddressStateEnum) {
|
||||
ApiAddressStateEnum["Used"] = "used";
|
||||
ApiAddressStateEnum["Unused"] = "unused";
|
||||
})(ApiAddressStateEnum = exports.ApiAddressStateEnum || (exports.ApiAddressStateEnum = {}));
|
||||
//# sourceMappingURL=api-address.js.map
|
1
models/api-address.js.map
Normal file
1
models/api-address.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-address.js","sourceRoot":"","sources":["../../models/api-address.ts"],"names":[],"mappings":";;;AAiCA;;;GAGG;AACH,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,oCAAa,CAAA;IACb,wCAAiB,CAAA;AACnB,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B"}
|
42
models/api-asset.d.ts
vendored
Normal file
42
models/api-asset.d.ts
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiAsset
|
||||
*/
|
||||
export interface ApiAsset {
|
||||
/**
|
||||
* A unique identifier of the asset's monetary policy. The policy controls how assets of this kind are created and destroyed. The contents are the blake2b-224 hash of the monetary policy script, encoded in hexadecimal.
|
||||
* @type {string}
|
||||
* @memberof ApiAsset
|
||||
*/
|
||||
policy_id: any;
|
||||
/**
|
||||
* The asset on-chain type which acts as a sub-identifier within a policy. Although we call it \"asset name\", the value needn't be text, and it could even be empty. For policies with a single fungible asset item, asset name is typically an empty string. This value can be up to 32 bytes of arbitrary data (which is 64 hexadecimal digits).
|
||||
* @type {string}
|
||||
* @memberof ApiAsset
|
||||
*/
|
||||
asset_name: any;
|
||||
/**
|
||||
* A user-facing short fingerprint which combines the `policy_id` and `asset_name` to allow for an easier human comparison of assets. Note that it is generally **not okay** to use this fingerprint as a unique identifier for it is not collision resistant. Yet within the context of a single wallet, it makes for a (rather) short user-facing comparison mean.
|
||||
* @type {string}
|
||||
* @memberof ApiAsset
|
||||
*/
|
||||
fingerprint: any;
|
||||
/**
|
||||
*
|
||||
* @type {NativeAssetsMetadata}
|
||||
* @memberof ApiAsset
|
||||
*/
|
||||
metadata?: any;
|
||||
}
|
3
models/api-asset.js
Normal file
3
models/api-asset.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-asset.js.map
|
1
models/api-asset.js.map
Normal file
1
models/api-asset.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-asset.js","sourceRoot":"","sources":["../../models/api-asset.ts"],"names":[],"mappings":""}
|
24
models/api-byron-select-coins-data.d.ts
vendored
Normal file
24
models/api-byron-select-coins-data.d.ts
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiByronSelectCoinsData
|
||||
*/
|
||||
export interface ApiByronSelectCoinsData {
|
||||
/**
|
||||
* A list of target outputs
|
||||
* @type {Array<WalletswalletIdpaymentfeesPayments>}
|
||||
* @memberof ApiByronSelectCoinsData
|
||||
*/
|
||||
payments: any;
|
||||
}
|
3
models/api-byron-select-coins-data.js
Normal file
3
models/api-byron-select-coins-data.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-byron-select-coins-data.js.map
|
1
models/api-byron-select-coins-data.js.map
Normal file
1
models/api-byron-select-coins-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-byron-select-coins-data.js","sourceRoot":"","sources":["../../models/api-byron-select-coins-data.ts"],"names":[],"mappings":""}
|
49
models/api-byron-wallet-icarus-post-data.d.ts
vendored
Normal file
49
models/api-byron-wallet-icarus-post-data.d.ts
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiByronWalletIcarusPostData
|
||||
*/
|
||||
export interface ApiByronWalletIcarusPostData {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletIcarusPostData
|
||||
*/
|
||||
style?: ApiByronWalletIcarusPostDataStyleEnum;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletIcarusPostData
|
||||
*/
|
||||
name: any;
|
||||
/**
|
||||
* A master passphrase to lock and protect the wallet for sensitive operation (e.g. sending funds)
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletIcarusPostData
|
||||
*/
|
||||
passphrase: any;
|
||||
/**
|
||||
* A list of mnemonic words
|
||||
* @type {Array<string>}
|
||||
* @memberof ApiByronWalletIcarusPostData
|
||||
*/
|
||||
mnemonic_sentence: any;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiByronWalletIcarusPostDataStyleEnum {
|
||||
Icarus = "icarus"
|
||||
}
|
12
models/api-byron-wallet-icarus-post-data.js
Normal file
12
models/api-byron-wallet-icarus-post-data.js
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiByronWalletIcarusPostDataStyleEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiByronWalletIcarusPostDataStyleEnum;
|
||||
(function (ApiByronWalletIcarusPostDataStyleEnum) {
|
||||
ApiByronWalletIcarusPostDataStyleEnum["Icarus"] = "icarus";
|
||||
})(ApiByronWalletIcarusPostDataStyleEnum = exports.ApiByronWalletIcarusPostDataStyleEnum || (exports.ApiByronWalletIcarusPostDataStyleEnum = {}));
|
||||
//# sourceMappingURL=api-byron-wallet-icarus-post-data.js.map
|
1
models/api-byron-wallet-icarus-post-data.js.map
Normal file
1
models/api-byron-wallet-icarus-post-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-byron-wallet-icarus-post-data.js","sourceRoot":"","sources":["../../models/api-byron-wallet-icarus-post-data.ts"],"names":[],"mappings":";;;AA6CA;;;GAGG;AACH,IAAY,qCAEX;AAFD,WAAY,qCAAqC;IAC/C,0DAAiB,CAAA;AACnB,CAAC,EAFW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAEhD"}
|
49
models/api-byron-wallet-ledger-post-data.d.ts
vendored
Normal file
49
models/api-byron-wallet-ledger-post-data.d.ts
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiByronWalletLedgerPostData
|
||||
*/
|
||||
export interface ApiByronWalletLedgerPostData {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletLedgerPostData
|
||||
*/
|
||||
style?: ApiByronWalletLedgerPostDataStyleEnum;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletLedgerPostData
|
||||
*/
|
||||
name: any;
|
||||
/**
|
||||
* A master passphrase to lock and protect the wallet for sensitive operation (e.g. sending funds)
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletLedgerPostData
|
||||
*/
|
||||
passphrase: any;
|
||||
/**
|
||||
* A list of mnemonic words
|
||||
* @type {Array<string>}
|
||||
* @memberof ApiByronWalletLedgerPostData
|
||||
*/
|
||||
mnemonic_sentence: any;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiByronWalletLedgerPostDataStyleEnum {
|
||||
Ledger = "ledger"
|
||||
}
|
12
models/api-byron-wallet-ledger-post-data.js
Normal file
12
models/api-byron-wallet-ledger-post-data.js
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiByronWalletLedgerPostDataStyleEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiByronWalletLedgerPostDataStyleEnum;
|
||||
(function (ApiByronWalletLedgerPostDataStyleEnum) {
|
||||
ApiByronWalletLedgerPostDataStyleEnum["Ledger"] = "ledger";
|
||||
})(ApiByronWalletLedgerPostDataStyleEnum = exports.ApiByronWalletLedgerPostDataStyleEnum || (exports.ApiByronWalletLedgerPostDataStyleEnum = {}));
|
||||
//# sourceMappingURL=api-byron-wallet-ledger-post-data.js.map
|
1
models/api-byron-wallet-ledger-post-data.js.map
Normal file
1
models/api-byron-wallet-ledger-post-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-byron-wallet-ledger-post-data.js","sourceRoot":"","sources":["../../models/api-byron-wallet-ledger-post-data.ts"],"names":[],"mappings":";;;AA6CA;;;GAGG;AACH,IAAY,qCAEX;AAFD,WAAY,qCAAqC;IAC/C,0DAAiB,CAAA;AACnB,CAAC,EAFW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAEhD"}
|
30
models/api-byron-wallet-migration-post-data.d.ts
vendored
Normal file
30
models/api-byron-wallet-migration-post-data.d.ts
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiByronWalletMigrationPostData
|
||||
*/
|
||||
export interface ApiByronWalletMigrationPostData {
|
||||
/**
|
||||
* The wallet's master passphrase.
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletMigrationPostData
|
||||
*/
|
||||
passphrase: any;
|
||||
/**
|
||||
* The recipient addresses.
|
||||
* @type {Array<string>}
|
||||
* @memberof ApiByronWalletMigrationPostData
|
||||
*/
|
||||
addresses: any;
|
||||
}
|
3
models/api-byron-wallet-migration-post-data.js
Normal file
3
models/api-byron-wallet-migration-post-data.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-byron-wallet-migration-post-data.js.map
|
1
models/api-byron-wallet-migration-post-data.js.map
Normal file
1
models/api-byron-wallet-migration-post-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-byron-wallet-migration-post-data.js","sourceRoot":"","sources":["../../models/api-byron-wallet-migration-post-data.ts"],"names":[],"mappings":""}
|
30
models/api-byron-wallet-put-passphrase-data.d.ts
vendored
Normal file
30
models/api-byron-wallet-put-passphrase-data.d.ts
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiByronWalletPutPassphraseData
|
||||
*/
|
||||
export interface ApiByronWalletPutPassphraseData {
|
||||
/**
|
||||
* The current passphrase if present.
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletPutPassphraseData
|
||||
*/
|
||||
old_passphrase?: any;
|
||||
/**
|
||||
* A master passphrase to lock and protect the wallet for sensitive operation (e.g. sending funds).
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletPutPassphraseData
|
||||
*/
|
||||
new_passphrase: any;
|
||||
}
|
3
models/api-byron-wallet-put-passphrase-data.js
Normal file
3
models/api-byron-wallet-put-passphrase-data.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-byron-wallet-put-passphrase-data.js.map
|
1
models/api-byron-wallet-put-passphrase-data.js.map
Normal file
1
models/api-byron-wallet-put-passphrase-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-byron-wallet-put-passphrase-data.js","sourceRoot":"","sources":["../../models/api-byron-wallet-put-passphrase-data.ts"],"names":[],"mappings":""}
|
49
models/api-byron-wallet-random-post-data.d.ts
vendored
Normal file
49
models/api-byron-wallet-random-post-data.d.ts
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiByronWalletRandomPostData
|
||||
*/
|
||||
export interface ApiByronWalletRandomPostData {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletRandomPostData
|
||||
*/
|
||||
style?: ApiByronWalletRandomPostDataStyleEnum;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletRandomPostData
|
||||
*/
|
||||
name: any;
|
||||
/**
|
||||
* A master passphrase to lock and protect the wallet for sensitive operation (e.g. sending funds)
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletRandomPostData
|
||||
*/
|
||||
passphrase: any;
|
||||
/**
|
||||
* A list of mnemonic words
|
||||
* @type {Array<string>}
|
||||
* @memberof ApiByronWalletRandomPostData
|
||||
*/
|
||||
mnemonic_sentence: any;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiByronWalletRandomPostDataStyleEnum {
|
||||
Random = "random"
|
||||
}
|
12
models/api-byron-wallet-random-post-data.js
Normal file
12
models/api-byron-wallet-random-post-data.js
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiByronWalletRandomPostDataStyleEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiByronWalletRandomPostDataStyleEnum;
|
||||
(function (ApiByronWalletRandomPostDataStyleEnum) {
|
||||
ApiByronWalletRandomPostDataStyleEnum["Random"] = "random";
|
||||
})(ApiByronWalletRandomPostDataStyleEnum = exports.ApiByronWalletRandomPostDataStyleEnum || (exports.ApiByronWalletRandomPostDataStyleEnum = {}));
|
||||
//# sourceMappingURL=api-byron-wallet-random-post-data.js.map
|
1
models/api-byron-wallet-random-post-data.js.map
Normal file
1
models/api-byron-wallet-random-post-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-byron-wallet-random-post-data.js","sourceRoot":"","sources":["../../models/api-byron-wallet-random-post-data.ts"],"names":[],"mappings":";;;AA6CA;;;GAGG;AACH,IAAY,qCAEX;AAFD,WAAY,qCAAqC;IAC/C,0DAAiB,CAAA;AACnB,CAAC,EAFW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAEhD"}
|
49
models/api-byron-wallet-random-xprv-post-data.d.ts
vendored
Normal file
49
models/api-byron-wallet-random-xprv-post-data.d.ts
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* patate
|
||||
* @export
|
||||
* @interface ApiByronWalletRandomXPrvPostData
|
||||
*/
|
||||
export interface ApiByronWalletRandomXPrvPostData {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletRandomXPrvPostData
|
||||
*/
|
||||
style?: ApiByronWalletRandomXPrvPostDataStyleEnum;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletRandomXPrvPostData
|
||||
*/
|
||||
name: any;
|
||||
/**
|
||||
* A root private key, encrypted using a given passphrase. The underlying key should contain: - A private key - A chain code - A public key
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletRandomXPrvPostData
|
||||
*/
|
||||
encrypted_root_private_key: any;
|
||||
/**
|
||||
* A hash of master passphrase. The hash should be an output of a Scrypt function with the following parameters: - logN = 14 - r = 8 - p = 1
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletRandomXPrvPostData
|
||||
*/
|
||||
passphrase_hash: any;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiByronWalletRandomXPrvPostDataStyleEnum {
|
||||
Random = "random"
|
||||
}
|
12
models/api-byron-wallet-random-xprv-post-data.js
Normal file
12
models/api-byron-wallet-random-xprv-post-data.js
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiByronWalletRandomXPrvPostDataStyleEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiByronWalletRandomXPrvPostDataStyleEnum;
|
||||
(function (ApiByronWalletRandomXPrvPostDataStyleEnum) {
|
||||
ApiByronWalletRandomXPrvPostDataStyleEnum["Random"] = "random";
|
||||
})(ApiByronWalletRandomXPrvPostDataStyleEnum = exports.ApiByronWalletRandomXPrvPostDataStyleEnum || (exports.ApiByronWalletRandomXPrvPostDataStyleEnum = {}));
|
||||
//# sourceMappingURL=api-byron-wallet-random-xprv-post-data.js.map
|
1
models/api-byron-wallet-random-xprv-post-data.js.map
Normal file
1
models/api-byron-wallet-random-xprv-post-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-byron-wallet-random-xprv-post-data.js","sourceRoot":"","sources":["../../models/api-byron-wallet-random-xprv-post-data.ts"],"names":[],"mappings":";;;AA6CA;;;GAGG;AACH,IAAY,yCAEX;AAFD,WAAY,yCAAyC;IACnD,8DAAiB,CAAA;AACnB,CAAC,EAFW,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAEpD"}
|
49
models/api-byron-wallet-trezor-post-data.d.ts
vendored
Normal file
49
models/api-byron-wallet-trezor-post-data.d.ts
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiByronWalletTrezorPostData
|
||||
*/
|
||||
export interface ApiByronWalletTrezorPostData {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletTrezorPostData
|
||||
*/
|
||||
style?: ApiByronWalletTrezorPostDataStyleEnum;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletTrezorPostData
|
||||
*/
|
||||
name: any;
|
||||
/**
|
||||
* A master passphrase to lock and protect the wallet for sensitive operation (e.g. sending funds)
|
||||
* @type {string}
|
||||
* @memberof ApiByronWalletTrezorPostData
|
||||
*/
|
||||
passphrase: any;
|
||||
/**
|
||||
* A list of mnemonic words
|
||||
* @type {Array<string>}
|
||||
* @memberof ApiByronWalletTrezorPostData
|
||||
*/
|
||||
mnemonic_sentence: any;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiByronWalletTrezorPostDataStyleEnum {
|
||||
Trezor = "trezor"
|
||||
}
|
12
models/api-byron-wallet-trezor-post-data.js
Normal file
12
models/api-byron-wallet-trezor-post-data.js
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiByronWalletTrezorPostDataStyleEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiByronWalletTrezorPostDataStyleEnum;
|
||||
(function (ApiByronWalletTrezorPostDataStyleEnum) {
|
||||
ApiByronWalletTrezorPostDataStyleEnum["Trezor"] = "trezor";
|
||||
})(ApiByronWalletTrezorPostDataStyleEnum = exports.ApiByronWalletTrezorPostDataStyleEnum || (exports.ApiByronWalletTrezorPostDataStyleEnum = {}));
|
||||
//# sourceMappingURL=api-byron-wallet-trezor-post-data.js.map
|
1
models/api-byron-wallet-trezor-post-data.js.map
Normal file
1
models/api-byron-wallet-trezor-post-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-byron-wallet-trezor-post-data.js","sourceRoot":"","sources":["../../models/api-byron-wallet-trezor-post-data.ts"],"names":[],"mappings":";;;AA6CA;;;GAGG;AACH,IAAY,qCAEX;AAFD,WAAY,qCAAqC;IAC/C,0DAAiB,CAAA;AACnB,CAAC,EAFW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAEhD"}
|
74
models/api-byron-wallet.d.ts
vendored
Normal file
74
models/api-byron-wallet.d.ts
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiByronWallet
|
||||
*/
|
||||
export interface ApiByronWallet {
|
||||
/**
|
||||
* A unique identifier for the wallet
|
||||
* @type {string}
|
||||
* @memberof ApiByronWallet
|
||||
*/
|
||||
id: any;
|
||||
/**
|
||||
*
|
||||
* @type {ByronwalletsBalance}
|
||||
* @memberof ApiByronWallet
|
||||
*/
|
||||
balance: any;
|
||||
/**
|
||||
*
|
||||
* @type {WalletsAssets}
|
||||
* @memberof ApiByronWallet
|
||||
*/
|
||||
assets: any;
|
||||
/**
|
||||
* Mechanism used for discovering addresses.
|
||||
* @type {string}
|
||||
* @memberof ApiByronWallet
|
||||
*/
|
||||
discovery: ApiByronWalletDiscoveryEnum;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiByronWallet
|
||||
*/
|
||||
name: any;
|
||||
/**
|
||||
*
|
||||
* @type {WalletsPassphrase}
|
||||
* @memberof ApiByronWallet
|
||||
*/
|
||||
passphrase?: any;
|
||||
/**
|
||||
*
|
||||
* @type {WalletsState}
|
||||
* @memberof ApiByronWallet
|
||||
*/
|
||||
state: any;
|
||||
/**
|
||||
*
|
||||
* @type {WalletsTip}
|
||||
* @memberof ApiByronWallet
|
||||
*/
|
||||
tip: any;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiByronWalletDiscoveryEnum {
|
||||
Random = "random",
|
||||
Sequential = "sequential"
|
||||
}
|
13
models/api-byron-wallet.js
Normal file
13
models/api-byron-wallet.js
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiByronWalletDiscoveryEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiByronWalletDiscoveryEnum;
|
||||
(function (ApiByronWalletDiscoveryEnum) {
|
||||
ApiByronWalletDiscoveryEnum["Random"] = "random";
|
||||
ApiByronWalletDiscoveryEnum["Sequential"] = "sequential";
|
||||
})(ApiByronWalletDiscoveryEnum = exports.ApiByronWalletDiscoveryEnum || (exports.ApiByronWalletDiscoveryEnum = {}));
|
||||
//# sourceMappingURL=api-byron-wallet.js.map
|
1
models/api-byron-wallet.js.map
Normal file
1
models/api-byron-wallet.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-byron-wallet.js","sourceRoot":"","sources":["../../models/api-byron-wallet.ts"],"names":[],"mappings":";;;AAqEA;;;GAGG;AACH,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACrC,gDAAiB,CAAA;IACjB,wDAAyB,CAAA;AAC3B,CAAC,EAHW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAGtC"}
|
45
models/api-coin-selection-certificates.d.ts
vendored
Normal file
45
models/api-coin-selection-certificates.d.ts
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* A delegation certificate Only for 'join_pool' the 'pool' property is required.
|
||||
* @export
|
||||
* @interface ApiCoinSelectionCertificates
|
||||
*/
|
||||
export interface ApiCoinSelectionCertificates {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiCoinSelectionCertificates
|
||||
*/
|
||||
certificate_type: ApiCoinSelectionCertificatesCertificateTypeEnum;
|
||||
/**
|
||||
* A unique identifier for the pool.
|
||||
* @type {string}
|
||||
* @memberof ApiCoinSelectionCertificates
|
||||
*/
|
||||
pool?: any;
|
||||
/**
|
||||
*
|
||||
* @type {Array<string>}
|
||||
* @memberof ApiCoinSelectionCertificates
|
||||
*/
|
||||
reward_account_path: string[];
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiCoinSelectionCertificatesCertificateTypeEnum {
|
||||
JoinPool = "join_pool",
|
||||
QuitPool = "quit_pool",
|
||||
RegisterRewardAccount = "register_reward_account"
|
||||
}
|
14
models/api-coin-selection-certificates.js
Normal file
14
models/api-coin-selection-certificates.js
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiCoinSelectionCertificatesCertificateTypeEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiCoinSelectionCertificatesCertificateTypeEnum;
|
||||
(function (ApiCoinSelectionCertificatesCertificateTypeEnum) {
|
||||
ApiCoinSelectionCertificatesCertificateTypeEnum["JoinPool"] = "join_pool";
|
||||
ApiCoinSelectionCertificatesCertificateTypeEnum["QuitPool"] = "quit_pool";
|
||||
ApiCoinSelectionCertificatesCertificateTypeEnum["RegisterRewardAccount"] = "register_reward_account";
|
||||
})(ApiCoinSelectionCertificatesCertificateTypeEnum = exports.ApiCoinSelectionCertificatesCertificateTypeEnum || (exports.ApiCoinSelectionCertificatesCertificateTypeEnum = {}));
|
||||
//# sourceMappingURL=api-coin-selection-certificates.js.map
|
1
models/api-coin-selection-certificates.js.map
Normal file
1
models/api-coin-selection-certificates.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-coin-selection-certificates.js","sourceRoot":"","sources":["../../models/api-coin-selection-certificates.ts"],"names":[],"mappings":";;;AAuCA;;;GAGG;AACH,IAAY,+CAIX;AAJD,WAAY,+CAA+C;IACzD,yEAAsB,CAAA;IACtB,yEAAsB,CAAA;IACtB,oGAAiD,CAAA;AACnD,CAAC,EAJW,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAI1D"}
|
43
models/api-coin-selection-change.d.ts
vendored
Normal file
43
models/api-coin-selection-change.d.ts
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { WalletsAssetsAvailable, WalletswalletIdpaymentfeesAmount } from '.';
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiCoinSelectionChange
|
||||
*/
|
||||
export interface ApiCoinSelectionChange {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiCoinSelectionChange
|
||||
*/
|
||||
address: any;
|
||||
/**
|
||||
*
|
||||
* @type {WalletswalletIdpaymentfeesAmount}
|
||||
* @memberof ApiCoinSelectionChange
|
||||
*/
|
||||
amount: WalletswalletIdpaymentfeesAmount;
|
||||
/**
|
||||
* A flat list of assets.
|
||||
* @type {Array<WalletsAssetsAvailable>}
|
||||
* @memberof ApiCoinSelectionChange
|
||||
*/
|
||||
assets?: WalletsAssetsAvailable[];
|
||||
/**
|
||||
* A path for deriving a child key from a parent key.
|
||||
* @type {Array<string>}
|
||||
* @memberof ApiCoinSelectionChange
|
||||
*/
|
||||
derivation_path?: string[];
|
||||
}
|
16
models/api-coin-selection-change.js
Normal file
16
models/api-coin-selection-change.js
Normal file
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-coin-selection-change.js.map
|
1
models/api-coin-selection-change.js.map
Normal file
1
models/api-coin-selection-change.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-coin-selection-change.js","sourceRoot":"","sources":["../../models/api-coin-selection-change.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
55
models/api-coin-selection-inputs.d.ts
vendored
Normal file
55
models/api-coin-selection-inputs.d.ts
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { WalletsAssetsAvailable, WalletswalletIdpaymentfeesAmount } from '.';
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiCoinSelectionInputs
|
||||
*/
|
||||
export interface ApiCoinSelectionInputs {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiCoinSelectionInputs
|
||||
*/
|
||||
address: any;
|
||||
/**
|
||||
*
|
||||
* @type {WalletswalletIdpaymentfeesAmount}
|
||||
* @memberof ApiCoinSelectionInputs
|
||||
*/
|
||||
amount: WalletswalletIdpaymentfeesAmount;
|
||||
/**
|
||||
* A flat list of assets.
|
||||
* @type {Array<WalletsAssetsAvailable>}
|
||||
* @memberof ApiCoinSelectionInputs
|
||||
*/
|
||||
assets?: WalletsAssetsAvailable[];
|
||||
/**
|
||||
* A unique identifier for this transaction
|
||||
* @type {string}
|
||||
* @memberof ApiCoinSelectionInputs
|
||||
*/
|
||||
id: any;
|
||||
/**
|
||||
* A path for deriving a child key from a parent key.
|
||||
* @type {Array<string>}
|
||||
* @memberof ApiCoinSelectionInputs
|
||||
*/
|
||||
derivation_path?: string[];
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof ApiCoinSelectionInputs
|
||||
*/
|
||||
index: any;
|
||||
}
|
16
models/api-coin-selection-inputs.js
Normal file
16
models/api-coin-selection-inputs.js
Normal file
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-coin-selection-inputs.js.map
|
1
models/api-coin-selection-inputs.js.map
Normal file
1
models/api-coin-selection-inputs.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-coin-selection-inputs.js","sourceRoot":"","sources":["../../models/api-coin-selection-inputs.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
37
models/api-coin-selection-withdrawals.d.ts
vendored
Normal file
37
models/api-coin-selection-withdrawals.d.ts
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { WalletswalletIdpaymentfeesAmount } from '.';
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiCoinSelectionWithdrawals
|
||||
*/
|
||||
export interface ApiCoinSelectionWithdrawals {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiCoinSelectionWithdrawals
|
||||
*/
|
||||
stake_address: any;
|
||||
/**
|
||||
* A path for deriving a child key from a parent key.
|
||||
* @type {Array<string>}
|
||||
* @memberof ApiCoinSelectionWithdrawals
|
||||
*/
|
||||
derivation_path: string[];
|
||||
/**
|
||||
*
|
||||
* @type {WalletswalletIdpaymentfeesAmount}
|
||||
* @memberof ApiCoinSelectionWithdrawals
|
||||
*/
|
||||
amount: WalletswalletIdpaymentfeesAmount;
|
||||
}
|
16
models/api-coin-selection-withdrawals.js
Normal file
16
models/api-coin-selection-withdrawals.js
Normal file
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-coin-selection-withdrawals.js.map
|
1
models/api-coin-selection-withdrawals.js.map
Normal file
1
models/api-coin-selection-withdrawals.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-coin-selection-withdrawals.js","sourceRoot":"","sources":["../../models/api-coin-selection-withdrawals.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
61
models/api-coin-selection.d.ts
vendored
Normal file
61
models/api-coin-selection.d.ts
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { ApiCoinSelectionCertificates, ApiCoinSelectionChange, ApiCoinSelectionInputs, ApiCoinSelectionWithdrawals, WalletswalletIdpaymentfeesAmount, WalletswalletIdpaymentfeesPayments } from '.';
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiCoinSelection
|
||||
*/
|
||||
export interface ApiCoinSelection {
|
||||
/**
|
||||
* A list of transaction inputs
|
||||
* @type {Array<ApiCoinSelectionInputs>}
|
||||
* @memberof ApiCoinSelection
|
||||
*/
|
||||
inputs: ApiCoinSelectionInputs[];
|
||||
/**
|
||||
* A list of target outputs
|
||||
* @type {Array<WalletswalletIdpaymentfeesPayments>}
|
||||
* @memberof ApiCoinSelection
|
||||
*/
|
||||
outputs: WalletswalletIdpaymentfeesPayments[];
|
||||
/**
|
||||
* A list of transaction change outputs.
|
||||
* @type {Array<ApiCoinSelectionChange>}
|
||||
* @memberof ApiCoinSelection
|
||||
*/
|
||||
change: ApiCoinSelectionChange[];
|
||||
/**
|
||||
* A list of withdrawals from stake addresses.
|
||||
* @type {Array<ApiCoinSelectionWithdrawals>}
|
||||
* @memberof ApiCoinSelection
|
||||
*/
|
||||
withdrawals?: ApiCoinSelectionWithdrawals[];
|
||||
/**
|
||||
*
|
||||
* @type {Array<ApiCoinSelectionCertificates>}
|
||||
* @memberof ApiCoinSelection
|
||||
*/
|
||||
certificates?: ApiCoinSelectionCertificates[];
|
||||
/**
|
||||
* A list of deposits associated with a transaction.
|
||||
* @type {Array<WalletswalletIdpaymentfeesAmount>}
|
||||
* @memberof ApiCoinSelection
|
||||
*/
|
||||
deposits?: WalletswalletIdpaymentfeesAmount[];
|
||||
/**
|
||||
* Transaction metadata, serialized according to the expected on-chain binary format, base64-encoded.
|
||||
* @type {string}
|
||||
* @memberof ApiCoinSelection
|
||||
*/
|
||||
metadata?: any;
|
||||
}
|
16
models/api-coin-selection.js
Normal file
16
models/api-coin-selection.js
Normal file
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-coin-selection.js.map
|
1
models/api-coin-selection.js.map
Normal file
1
models/api-coin-selection.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-coin-selection.js","sourceRoot":"","sources":["../../models/api-coin-selection.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
18
models/api-credential.d.ts
vendored
Normal file
18
models/api-credential.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiCredential
|
||||
*/
|
||||
export interface ApiCredential {
|
||||
}
|
3
models/api-credential.js
Normal file
3
models/api-credential.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-credential.js.map
|
1
models/api-credential.js.map
Normal file
1
models/api-credential.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-credential.js","sourceRoot":"","sources":["../../models/api-credential.ts"],"names":[],"mappings":""}
|
42
models/api-era-info.d.ts
vendored
Normal file
42
models/api-era-info.d.ts
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* If and when each era started or will start. The object is keyed by era names. The values either describe the epoch boundary when the era starts (can be in the future or in the past), or are null if not yet confirmed on-chain. If you need to know the current era, see the `node_era` field of `GET /network/information`. > Due to complications with our current tooling, we cannot mark the era names > as required, but the keys are in fact always present.
|
||||
* @export
|
||||
* @interface ApiEraInfo
|
||||
*/
|
||||
export interface ApiEraInfo {
|
||||
/**
|
||||
*
|
||||
* @type {WalletsDelegationChangesAt}
|
||||
* @memberof ApiEraInfo
|
||||
*/
|
||||
byron?: any;
|
||||
/**
|
||||
*
|
||||
* @type {WalletsDelegationChangesAt}
|
||||
* @memberof ApiEraInfo
|
||||
*/
|
||||
shelley?: any;
|
||||
/**
|
||||
*
|
||||
* @type {WalletsDelegationChangesAt}
|
||||
* @memberof ApiEraInfo
|
||||
*/
|
||||
allegra?: any;
|
||||
/**
|
||||
*
|
||||
* @type {WalletsDelegationChangesAt}
|
||||
* @memberof ApiEraInfo
|
||||
*/
|
||||
mary?: any;
|
||||
}
|
3
models/api-era-info.js
Normal file
3
models/api-era-info.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-era-info.js.map
|
1
models/api-era-info.js.map
Normal file
1
models/api-era-info.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-era-info.js","sourceRoot":"","sources":["../../models/api-era-info.ts"],"names":[],"mappings":""}
|
22
models/api-era.d.ts
vendored
Normal file
22
models/api-era.d.ts
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiEra {
|
||||
Byron = "byron",
|
||||
Shelley = "shelley",
|
||||
Allegra = "allegra",
|
||||
Mary = "mary"
|
||||
}
|
29
models/api-era.js
Normal file
29
models/api-era.js
Normal file
@@ -0,0 +1,29 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiEra = void 0;
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiEra;
|
||||
(function (ApiEra) {
|
||||
ApiEra["Byron"] = "byron";
|
||||
ApiEra["Shelley"] = "shelley";
|
||||
ApiEra["Allegra"] = "allegra";
|
||||
ApiEra["Mary"] = "mary";
|
||||
})(ApiEra = exports.ApiEra || (exports.ApiEra = {}));
|
||||
//# sourceMappingURL=api-era.js.map
|
1
models/api-era.js.map
Normal file
1
models/api-era.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-era.js","sourceRoot":"","sources":["../../models/api-era.ts"],"names":[],"mappings":";;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AACH;;;;GAIG;AACH,IAAY,MAKX;AALD,WAAY,MAAM;IAChB,yBAAe,CAAA;IACf,6BAAmB,CAAA;IACnB,6BAAmB,CAAA;IACnB,uBAAa,CAAA;AACf,CAAC,EALW,MAAM,GAAN,cAAM,KAAN,cAAM,QAKjB"}
|
43
models/api-fee.d.ts
vendored
Normal file
43
models/api-fee.d.ts
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { WalletswalletIdpaymentfeesAmount } from '.';
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiFee
|
||||
*/
|
||||
export interface ApiFee {
|
||||
/**
|
||||
*
|
||||
* @type {WalletswalletIdpaymentfeesAmount}
|
||||
* @memberof ApiFee
|
||||
*/
|
||||
estimated_min: WalletswalletIdpaymentfeesAmount;
|
||||
/**
|
||||
*
|
||||
* @type {WalletswalletIdpaymentfeesAmount}
|
||||
* @memberof ApiFee
|
||||
*/
|
||||
estimated_max: WalletswalletIdpaymentfeesAmount;
|
||||
/**
|
||||
* A list of minimum coin values that each output in a payment must satisfy. The values themselves depends on two things: - (a) Some updatable protocol parameters fixed by the network. - (b) The nature of the outputs (i.e. the kind of assets it includes). The list is a direct 1:1 mapping of the requested outputs. Said differently, it has the **same number of items** and **items are ordered in the same way** as **requested outputs** are ordered. In the case where there's no explicitly requested outputs (e.g. when calculating fee for delegation), this list is empty. For example, an output containing only `Ada` may require to be of at least `1 Ada`. An output containing only an hypothetical `AppleCoin` may require to also carry a minimum of `1.2 Ada`. Note that no matter what, a minimum coin value is always given in Lovelace / Ada. > ℹ️ This mechanism is used by the protocol to protect against flooding of the network with worthless assets. By requiring a minimum coin value to every UTxO, they are given an intrinsic value indexed itself on the value of Ada.
|
||||
* @type {Array<WalletswalletIdpaymentfeesAmount>}
|
||||
* @memberof ApiFee
|
||||
*/
|
||||
minimum_coins: Array<WalletswalletIdpaymentfeesAmount>;
|
||||
/**
|
||||
*
|
||||
* @type {WalletswalletIdpaymentfeesAmount}
|
||||
* @memberof ApiFee
|
||||
*/
|
||||
deposit: WalletswalletIdpaymentfeesAmount;
|
||||
}
|
16
models/api-fee.js
Normal file
16
models/api-fee.js
Normal file
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-fee.js.map
|
1
models/api-fee.js.map
Normal file
1
models/api-fee.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-fee.js","sourceRoot":"","sources":["../../models/api-fee.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
40
models/api-gcstatus.d.ts
vendored
Normal file
40
models/api-gcstatus.d.ts
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Gives an indication if metadata GC checking for delisted pools has run and if so, when. Possible values are: - not_applicable -> we're currently not querying a SMASH server for metadata - not_started -> the GC hasn't started yet, try again in a short while - restarting -> the GC thread is currently restarting, try again in short while - has_run -> the GC has run successfully When 'status' is 'restarting' or 'has_run' then the field 'last_run' is set to the last GC time in UTC.
|
||||
* @export
|
||||
* @interface ApiGCStatus
|
||||
*/
|
||||
export interface ApiGCStatus {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiGCStatus
|
||||
*/
|
||||
status: ApiGCStatusStatusEnum;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiGCStatus
|
||||
*/
|
||||
last_run?: any;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiGCStatusStatusEnum {
|
||||
NotApplicable = "not_applicable",
|
||||
NotStarted = "not_started",
|
||||
Restarting = "restarting",
|
||||
HasRun = "has_run"
|
||||
}
|
15
models/api-gcstatus.js
Normal file
15
models/api-gcstatus.js
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiGCStatusStatusEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiGCStatusStatusEnum;
|
||||
(function (ApiGCStatusStatusEnum) {
|
||||
ApiGCStatusStatusEnum["NotApplicable"] = "not_applicable";
|
||||
ApiGCStatusStatusEnum["NotStarted"] = "not_started";
|
||||
ApiGCStatusStatusEnum["Restarting"] = "restarting";
|
||||
ApiGCStatusStatusEnum["HasRun"] = "has_run";
|
||||
})(ApiGCStatusStatusEnum = exports.ApiGCStatusStatusEnum || (exports.ApiGCStatusStatusEnum = {}));
|
||||
//# sourceMappingURL=api-gcstatus.js.map
|
1
models/api-gcstatus.js.map
Normal file
1
models/api-gcstatus.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-gcstatus.js","sourceRoot":"","sources":["../../models/api-gcstatus.ts"],"names":[],"mappings":";;;AAiCA;;;GAGG;AACH,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,yDAAgC,CAAA;IAChC,mDAA0B,CAAA;IAC1B,kDAAyB,CAAA;IACzB,2CAAkB,CAAA;AACpB,CAAC,EALW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKhC"}
|
24
models/api-get-settings.d.ts
vendored
Normal file
24
models/api-get-settings.d.ts
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiGetSettings
|
||||
*/
|
||||
export interface ApiGetSettings {
|
||||
/**
|
||||
* Pool metadata source. This sets the metadata fetching strategy. Possible values are * none -> no fetching * direct -> direct fetching * uri -> use SMASH server
|
||||
* @type {string}
|
||||
* @memberof ApiGetSettings
|
||||
*/
|
||||
pool_metadata_source: any;
|
||||
}
|
3
models/api-get-settings.js
Normal file
3
models/api-get-settings.js
Normal file
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-get-settings.js.map
|
1
models/api-get-settings.js.map
Normal file
1
models/api-get-settings.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-get-settings.js","sourceRoot":"","sources":["../../models/api-get-settings.ts"],"names":[],"mappings":""}
|
34
models/api-health-check.d.ts
vendored
Normal file
34
models/api-health-check.d.ts
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* The status of the SMASH server. Possible values are: health | description --- | --- `\"available\"` | server is awaiting your requests `\"unavailable\"` | server is running, but currently unavailable, try again in a short time `\"unreachable\"` | server could not be reached or didn't return a health status `\"no_smash_configured\"` | SMASH is currently not configured, adjust the Settings first
|
||||
* @export
|
||||
* @interface ApiHealthCheck
|
||||
*/
|
||||
export interface ApiHealthCheck {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiHealthCheck
|
||||
*/
|
||||
health: ApiHealthCheckHealthEnum;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiHealthCheckHealthEnum {
|
||||
Available = "available",
|
||||
Unavailable = "unavailable",
|
||||
Unreachable = "unreachable",
|
||||
NoSmashConfigured = "no_smash_configured"
|
||||
}
|
15
models/api-health-check.js
Normal file
15
models/api-health-check.js
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiHealthCheckHealthEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiHealthCheckHealthEnum;
|
||||
(function (ApiHealthCheckHealthEnum) {
|
||||
ApiHealthCheckHealthEnum["Available"] = "available";
|
||||
ApiHealthCheckHealthEnum["Unavailable"] = "unavailable";
|
||||
ApiHealthCheckHealthEnum["Unreachable"] = "unreachable";
|
||||
ApiHealthCheckHealthEnum["NoSmashConfigured"] = "no_smash_configured";
|
||||
})(ApiHealthCheckHealthEnum = exports.ApiHealthCheckHealthEnum || (exports.ApiHealthCheckHealthEnum = {}));
|
||||
//# sourceMappingURL=api-health-check.js.map
|
1
models/api-health-check.js.map
Normal file
1
models/api-health-check.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-health-check.js","sourceRoot":"","sources":["../../models/api-health-check.ts"],"names":[],"mappings":";;;AA2BA;;;GAGG;AACH,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,mDAAuB,CAAA;IACvB,uDAA2B,CAAA;IAC3B,uDAA2B,CAAA;IAC3B,qEAAyC,CAAA;AAC3C,CAAC,EALW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAKnC"}
|
40
models/api-maintenance-action-gc-stake-pools.d.ts
vendored
Normal file
40
models/api-maintenance-action-gc-stake-pools.d.ts
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Gives an indication if metadata GC checking for delisted pools has run and if so, when. Possible values are: - not_applicable -> we're currently not querying a SMASH server for metadata - not_started -> the GC hasn't started yet, try again in a short while - restarting -> the GC thread is currently restarting, try again in short while - has_run -> the GC has run successfully When 'status' is 'restarting' or 'has_run' then the field 'last_run' is set to the last GC time in UTC.
|
||||
* @export
|
||||
* @interface ApiMaintenanceActionGcStakePools
|
||||
*/
|
||||
export interface ApiMaintenanceActionGcStakePools {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiMaintenanceActionGcStakePools
|
||||
*/
|
||||
status: ApiMaintenanceActionGcStakePoolsStatusEnum;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiMaintenanceActionGcStakePools
|
||||
*/
|
||||
last_run?: any;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiMaintenanceActionGcStakePoolsStatusEnum {
|
||||
NotApplicable = "not_applicable",
|
||||
NotStarted = "not_started",
|
||||
Restarting = "restarting",
|
||||
HasRun = "has_run"
|
||||
}
|
15
models/api-maintenance-action-gc-stake-pools.js
Normal file
15
models/api-maintenance-action-gc-stake-pools.js
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiMaintenanceActionGcStakePoolsStatusEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiMaintenanceActionGcStakePoolsStatusEnum;
|
||||
(function (ApiMaintenanceActionGcStakePoolsStatusEnum) {
|
||||
ApiMaintenanceActionGcStakePoolsStatusEnum["NotApplicable"] = "not_applicable";
|
||||
ApiMaintenanceActionGcStakePoolsStatusEnum["NotStarted"] = "not_started";
|
||||
ApiMaintenanceActionGcStakePoolsStatusEnum["Restarting"] = "restarting";
|
||||
ApiMaintenanceActionGcStakePoolsStatusEnum["HasRun"] = "has_run";
|
||||
})(ApiMaintenanceActionGcStakePoolsStatusEnum = exports.ApiMaintenanceActionGcStakePoolsStatusEnum || (exports.ApiMaintenanceActionGcStakePoolsStatusEnum = {}));
|
||||
//# sourceMappingURL=api-maintenance-action-gc-stake-pools.js.map
|
1
models/api-maintenance-action-gc-stake-pools.js.map
Normal file
1
models/api-maintenance-action-gc-stake-pools.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-maintenance-action-gc-stake-pools.js","sourceRoot":"","sources":["../../models/api-maintenance-action-gc-stake-pools.ts"],"names":[],"mappings":";;;AAiCA;;;GAGG;AACH,IAAY,0CAKX;AALD,WAAY,0CAA0C;IACpD,8EAAgC,CAAA;IAChC,wEAA0B,CAAA;IAC1B,uEAAyB,CAAA;IACzB,gEAAkB,CAAA;AACpB,CAAC,EALW,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAKrD"}
|
31
models/api-maintenance-action-post-data.d.ts
vendored
Normal file
31
models/api-maintenance-action-post-data.d.ts
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* The maintenance action to carry out, current values are - gc_stake_pools -> trigger looking up delisted pools from the remote SMASH server
|
||||
* @export
|
||||
* @interface ApiMaintenanceActionPostData
|
||||
*/
|
||||
export interface ApiMaintenanceActionPostData {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiMaintenanceActionPostData
|
||||
*/
|
||||
maintenance_action: ApiMaintenanceActionPostDataMaintenanceActionEnum;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiMaintenanceActionPostDataMaintenanceActionEnum {
|
||||
Pools = "gc_stake_pools"
|
||||
}
|
12
models/api-maintenance-action-post-data.js
Normal file
12
models/api-maintenance-action-post-data.js
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiMaintenanceActionPostDataMaintenanceActionEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiMaintenanceActionPostDataMaintenanceActionEnum;
|
||||
(function (ApiMaintenanceActionPostDataMaintenanceActionEnum) {
|
||||
ApiMaintenanceActionPostDataMaintenanceActionEnum["Pools"] = "gc_stake_pools";
|
||||
})(ApiMaintenanceActionPostDataMaintenanceActionEnum = exports.ApiMaintenanceActionPostDataMaintenanceActionEnum || (exports.ApiMaintenanceActionPostDataMaintenanceActionEnum = {}));
|
||||
//# sourceMappingURL=api-maintenance-action-post-data.js.map
|
1
models/api-maintenance-action-post-data.js.map
Normal file
1
models/api-maintenance-action-post-data.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-maintenance-action-post-data.js","sourceRoot":"","sources":["../../models/api-maintenance-action-post-data.ts"],"names":[],"mappings":";;;AA2BA;;;GAGG;AACH,IAAY,iDAEX;AAFD,WAAY,iDAAiD;IAC3D,6EAAwB,CAAA;AAC1B,CAAC,EAFW,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAE5D"}
|
25
models/api-maintenance-action.d.ts
vendored
Normal file
25
models/api-maintenance-action.d.ts
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { ApiMaintenanceActionGcStakePools } from '.';
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ApiMaintenanceAction
|
||||
*/
|
||||
export interface ApiMaintenanceAction {
|
||||
/**
|
||||
*
|
||||
* @type {ApiMaintenanceActionGcStakePools}
|
||||
* @memberof ApiMaintenanceAction
|
||||
*/
|
||||
gc_stake_pools: ApiMaintenanceActionGcStakePools;
|
||||
}
|
16
models/api-maintenance-action.js
Normal file
16
models/api-maintenance-action.js
Normal file
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=api-maintenance-action.js.map
|
1
models/api-maintenance-action.js.map
Normal file
1
models/api-maintenance-action.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-maintenance-action.js","sourceRoot":"","sources":["../../models/api-maintenance-action.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
37
models/api-network-clock-offset.d.ts
vendored
Normal file
37
models/api-network-clock-offset.d.ts
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* <span style=\"position: relative; left: 35px; top: -21px; vertical-align: middle; background-color: rgba(142, 142, 220, 0.05); color: rgba(50, 50, 159, 0.9); margin: 0 5px; padding: 0 5px; border: 1px solid rgba(50, 50, 159, 0.1); line-height: 20px; font-size: 13px; border-radius: 2px;\"> <strong>if:</strong> status == available </span><br/> Drift offset of the local clock.
|
||||
* @export
|
||||
* @interface ApiNetworkClockOffset
|
||||
*/
|
||||
export interface ApiNetworkClockOffset {
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof ApiNetworkClockOffset
|
||||
*/
|
||||
quantity: any;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiNetworkClockOffset
|
||||
*/
|
||||
unit: ApiNetworkClockOffsetUnitEnum;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiNetworkClockOffsetUnitEnum {
|
||||
Microsecond = "microsecond"
|
||||
}
|
12
models/api-network-clock-offset.js
Normal file
12
models/api-network-clock-offset.js
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ApiNetworkClockOffsetUnitEnum = void 0;
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
var ApiNetworkClockOffsetUnitEnum;
|
||||
(function (ApiNetworkClockOffsetUnitEnum) {
|
||||
ApiNetworkClockOffsetUnitEnum["Microsecond"] = "microsecond";
|
||||
})(ApiNetworkClockOffsetUnitEnum = exports.ApiNetworkClockOffsetUnitEnum || (exports.ApiNetworkClockOffsetUnitEnum = {}));
|
||||
//# sourceMappingURL=api-network-clock-offset.js.map
|
1
models/api-network-clock-offset.js.map
Normal file
1
models/api-network-clock-offset.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"api-network-clock-offset.js","sourceRoot":"","sources":["../../models/api-network-clock-offset.ts"],"names":[],"mappings":";;;AAiCA;;;GAGG;AACH,IAAY,6BAEX;AAFD,WAAY,6BAA6B;IACvC,4DAA2B,CAAA;AAC7B,CAAC,EAFW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAExC"}
|
40
models/api-network-clock.d.ts
vendored
Normal file
40
models/api-network-clock.d.ts
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
/**
|
||||
* Cardano Wallet Backend API
|
||||
* <p align=\"right\"><img style=\"position: relative; top: -10em; margin-bottom: -12em;\" width=\"20%\" src=\"https://cardanodocs.com/img/cardano.png\"></img></p>
|
||||
*
|
||||
* OpenAPI spec version: 2021.3.4
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { ApiNetworkClockOffset } from '.';
|
||||
/**
|
||||
* [Network Time Protocol](https://en.wikipedia.org/wiki/Network_Time_Protocol) information of the server. **Important:** This piece of information only makes sense when the server runs on the same host machine as the node.
|
||||
* @export
|
||||
* @interface ApiNetworkClock
|
||||
*/
|
||||
export interface ApiNetworkClock {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ApiNetworkClock
|
||||
*/
|
||||
status: ApiNetworkClockStatusEnum;
|
||||
/**
|
||||
*
|
||||
* @type {ApiNetworkClockOffset}
|
||||
* @memberof ApiNetworkClock
|
||||
*/
|
||||
offset?: ApiNetworkClockOffset;
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export declare enum ApiNetworkClockStatusEnum {
|
||||
Available = "available",
|
||||
Unavailable = "unavailable",
|
||||
Pending = "pending"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user