-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fireblocks_dx_team
committed
Jan 8, 2025
1 parent
0891980
commit 0046390
Showing
250 changed files
with
25,730 additions
and
2,689 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
|
||
# AddCosignerRequest | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**apiKeyId** | **UUID** | The id of the API key to be paired with the cosigner | | | ||
|**name** | **String** | The name of the cosigner | | | ||
|**existingCosigner** | **Boolean** | Whether the cosigner already exists in another workspace | [optional] | | ||
|
||
|
||
|
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,16 @@ | ||
|
||
|
||
# AddCosignerResponse | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**apiKeyId** | **UUID** | The id of the API key to be paired with the cosigner | | | ||
|**name** | **String** | The name of the cosigner | | | ||
|**existingCosigner** | **Boolean** | Whether the cosigner already exists in another workspace | [optional] | | ||
|**pendingCosignerId** | **UUID** | The unique identifier of a pending cosigner | | | ||
|
||
|
||
|
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
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,19 @@ | ||
|
||
|
||
# AssetClassBeta | ||
|
||
## Enum | ||
|
||
|
||
* `NATIVE` (value: `"NATIVE"`) | ||
|
||
* `FT` (value: `"FT"`) | ||
|
||
* `FIAT` (value: `"FIAT"`) | ||
|
||
* `NFT` (value: `"NFT"`) | ||
|
||
* `SFT` (value: `"SFT"`) | ||
|
||
|
||
|
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
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,24 @@ | ||
|
||
|
||
# AssetMedia | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**url** | **String** | Media URL | | | ||
|**type** | [**TypeEnum**](#TypeEnum) | Media type | | | ||
|**attributes** | [**AssetMediaAttributes**](AssetMediaAttributes.md) | | [optional] | | ||
|
||
|
||
|
||
## Enum: TypeEnum | ||
|
||
| Name | Value | | ||
|---- | -----| | ||
| SVG_XML | "image/svg+xml" | | ||
| PNG | "image/png" | | ||
|
||
|
||
|
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 @@ | ||
|
||
|
||
# AssetMediaAttributes | ||
|
||
Media attributes | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**monochrome** | **Boolean** | Monochrome flag | [optional] | | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
|
||
# AssetResponseMetadata | ||
# AssetMetadata | ||
|
||
|
||
## Properties | ||
|
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,27 @@ | ||
|
||
|
||
# AssetMetadataBeta | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**scope** | [**ScopeEnum**](#ScopeEnum) | The scope of the asset | | | ||
|**deprecated** | **Boolean** | Is asset deprecated | | | ||
|**deprecationReferralId** | **String** | New asset ID replacement | [optional] | | ||
|**verified** | **Boolean** | Is asset verified by Fireblocks | | | ||
|**website** | **String** | Vendor’s website | [optional] | | ||
|**media** | [**List<AssetMedia>**](AssetMedia.md) | Asset’s media | [optional] | | ||
|
||
|
||
|
||
## Enum: ScopeEnum | ||
|
||
| Name | Value | | ||
|---- | -----| | ||
| GLOBAL | "Global" | | ||
| LOCAL | "Local" | | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
|
||
# AssetResponseOnchain | ||
# AssetOnchain | ||
|
||
|
||
## Properties | ||
|
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,17 @@ | ||
|
||
|
||
# AssetOnchainBeta | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**symbol** | **String** | The asset symbol | | | ||
|**name** | **String** | The asset name | | | ||
|**address** | **String** | The asset address | [optional] | | ||
|**decimals** | **BigDecimal** | Number of decimals | | | ||
|**standards** | **List<String>** | Supported standards | [optional] | | ||
|
||
|
||
|
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
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,20 @@ | ||
|
||
|
||
# AssetResponseBeta | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**id** | **String** | The ID of the asset | | | ||
|**legacyId** | **String** | The Legacy ID of the asset | | | ||
|**blockchainId** | **String** | The ID of the asset's blockchain | [optional] | | ||
|**displayName** | **String** | Asset's display name | [optional] | | ||
|**displaySymbol** | **String** | Asset's display symbol | [optional] | | ||
|**assetClass** | **AssetClassBeta** | | | | ||
|**onchain** | [**AssetOnchainBeta**](AssetOnchainBeta.md) | | [optional] | | ||
|**metadata** | [**AssetMetadataBeta**](AssetMetadataBeta.md) | | | | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# BlockchainExplorer | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**base** | **String** | Explorer base url | | | ||
|**address** | **String** | Explorer address url | [optional] | | ||
|**tx** | **String** | Explorer transaction url | [optional] | | ||
|**token** | **String** | Explorer token url | [optional] | | ||
|
||
|
||
|
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,23 @@ | ||
|
||
|
||
# BlockchainMedia | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**url** | **String** | Media URL | | | ||
|**type** | [**TypeEnum**](#TypeEnum) | Media type | | | ||
|
||
|
||
|
||
## Enum: TypeEnum | ||
|
||
| Name | Value | | ||
|---- | -----| | ||
| SVG_XML | "image/svg+xml" | | ||
| PNG | "image/png" | | ||
|
||
|
||
|
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,25 @@ | ||
|
||
|
||
# BlockchainMetadata | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**scope** | [**ScopeEnum**](#ScopeEnum) | Is blockchain listed on all workspaces? Global or Local | | | ||
|**deprecated** | **Boolean** | Is blockchain deprecated | | | ||
|**media** | [**List<BlockchainMedia>**](BlockchainMedia.md) | Blockchain’s media | [optional] | | ||
|**explorer** | [**BlockchainExplorer**](BlockchainExplorer.md) | | [optional] | | ||
|
||
|
||
|
||
## Enum: ScopeEnum | ||
|
||
| Name | Value | | ||
|---- | -----| | ||
| GLOBAL | "Global" | | ||
| LOCAL | "Local" | | ||
|
||
|
||
|
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 @@ | ||
|
||
|
||
# BlockchainNotFoundErrorResponse | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**message** | **String** | Not found error code | | | ||
|**code** | **BigDecimal** | Error code | | | ||
|
||
|
||
|
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,25 @@ | ||
|
||
|
||
# BlockchainOnchain | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**protocol** | **String** | The protocol of the blockchain | | | ||
|**chainId** | **String** | Network/chain ID | [optional] | | ||
|**test** | **Boolean** | Is test blockchain | | | ||
|**signingAlgo** | [**SigningAlgoEnum**](#SigningAlgoEnum) | Signing alghorithm | | | ||
|
||
|
||
|
||
## Enum: SigningAlgoEnum | ||
|
||
| Name | Value | | ||
|---- | -----| | ||
| ECDSA_SECP256K1 | "ECDSA_SECP256K1" | | ||
| EDDSA_ED25519 | "EDDSA_ED25519" | | ||
|
||
|
||
|
Oops, something went wrong.