-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '16-update-clients' into 'dev'
Resolve "update ergo node clients" Closes #16 and #12 See merge request ergo/rosen-bridge/network-client!22
- Loading branch information
Showing
206 changed files
with
1,414 additions
and
418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
clients/ergo-explorer/src/v1/types/ergoTreeConversionRequest.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* Generated by orval v6.15.0 🍺 | ||
* Do not edit manually. | ||
* Ergo Explorer API v1 | ||
* OpenAPI spec version: 1.0 | ||
*/ | ||
|
||
export interface ErgoTreeConversionRequest { | ||
/** Hashed value of ergo script */ | ||
hashed: string; | ||
} | ||
export const bigIntsErgoTreeConversionRequest = []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v6.15.0 🍺 | ||
* Do not edit manually. | ||
* Ergo Explorer API v1 | ||
* OpenAPI spec version: 1.0 | ||
*/ | ||
|
||
export interface ErgoTreeHuman { | ||
/** Constants use in ergo script */ | ||
constants: string; | ||
/** Human readable ergo script */ | ||
script: string; | ||
} | ||
export const bigIntsErgoTreeHuman = []; |
11 changes: 11 additions & 0 deletions
11
clients/ergo-explorer/src/v1/types/getApiV1BoxesUnspentUnconfirmedByaddressP1Params.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
* Generated by orval v6.15.0 🍺 | ||
* Do not edit manually. | ||
* Ergo Explorer API v1 | ||
* OpenAPI spec version: 1.0 | ||
*/ | ||
|
||
export type GetApiV1BoxesUnspentUnconfirmedByaddressP1Params = { | ||
sortDirection?: string; | ||
}; | ||
export const bigIntsGetApiV1BoxesUnspentUnconfirmedByaddressP1Params = []; |
Oops, something went wrong.