-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.ts
More file actions
19 lines (17 loc) · 931 Bytes
/
index.ts
File metadata and controls
19 lines (17 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
* Fireblocks API
* Fireblocks provides a suite of applications to manage digital asset operations and a complete development platform to build your business on the blockchain. - Visit our website for more information: [Fireblocks Website](https://fireblocks.com) - Visit our developer docs: [Fireblocks DevPortal](https://developers.fireblocks.com)
*
* The version of the OpenAPI document: 1.6.2
* Contact: developers@fireblocks.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export { ConfigurationOptions, AdditionalOptions, BasePath } from "./client/clientConfiguration"
export { Fireblocks } from "./client/client"
export { FireblocksResponse } from "./response/fireblocksResponse"
export { FireblocksError } from "./error/fireblocksError"
export * from "./api";
export * from "./models";