-
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
Showing
224 changed files
with
29,617 additions
and
5,818 deletions.
There are no files selected for viewing
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,38 @@ | ||
|
||
|
||
# AbiFunction | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**name** | **String** | The name of the contract function as it appears in the ABI | [optional] | | ||
|**stateMutability** | [**StateMutabilityEnum**](#StateMutabilityEnum) | The state mutability of the contract function as it appears in the ABI | [optional] | | ||
|**type** | [**TypeEnum**](#TypeEnum) | The type if the function | | | ||
|**inputs** | [**List<Parameter>**](Parameter.md) | The parameters that this function/constructor posses | | | ||
|**outputs** | [**List<Parameter>**](Parameter.md) | The parameters that this 'read' function returns | [optional] | | ||
|**description** | **String** | The documentation of this function (if has any) | [optional] | | ||
|
||
|
||
|
||
## Enum: StateMutabilityEnum | ||
|
||
| Name | Value | | ||
|---- | -----| | ||
| PURE | "pure" | | ||
| VIEW | "view" | | ||
| NONPAYABLE | "nonpayable" | | ||
| PAYABLE | "payable" | | ||
|
||
|
||
|
||
## Enum: TypeEnum | ||
|
||
| Name | Value | | ||
|---- | -----| | ||
| FUNCTION | "function" | | ||
| CONSTRUCTOR | "constructor" | | ||
|
||
|
||
|
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 @@ | ||
|
||
|
||
# AssetAlreadyExistHttpError | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**statusCode** | **Integer** | HTTP status code | [optional] | | ||
|**message** | **String** | Error message | [optional] | | ||
|**error** | **String** | Short description of the HTTP error | [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,15 @@ | ||
|
||
|
||
# AssetDoesNotExistHttpError | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**statusCode** | **Integer** | HTTP status code | [optional] | | ||
|**message** | **String** | Error message | [optional] | | ||
|**error** | **String** | Short description of the HTTP error | [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,14 @@ | ||
|
||
|
||
# AssetForbiddenErrorResponse | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**message** | **String** | Forbidden error code | | | ||
|**code** | **String** | 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 @@ | ||
|
||
|
||
# AssetMetadataDto | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**assetId** | **String** | The Fireblocks` asset id | | | ||
|**name** | **String** | The name of the token | [optional] | | ||
|**symbol** | **String** | The symbol of the token | [optional] | | ||
|**networkProtocol** | **String** | The network protocol of the token | [optional] | | ||
|**totalSupply** | **String** | The total supply of the token | [optional] | | ||
|**holdersCount** | **BigDecimal** | The number of holders of the token | [optional] | | ||
|**type** | **String** | The type of the token | [optional] | | ||
|**contractAddress** | **String** | The address of the token contract | [optional] | | ||
|**issuerAddress** | **String** | In case of Stellar or Ripple, the address of the issuer of the token | [optional] | | ||
|**testnet** | **Boolean** | Is it deployed on testnet or to mainnet | [optional] | | ||
|**blockchain** | **String** | The blockchain native asset id which the token is deployed on | [optional] | | ||
|**decimals** | **BigDecimal** | The number of decimals of the token | [optional] | | ||
|**vaultAccountId** | **String** | The id of the vault account that initiated the request to issue the token. Will be empty if token was issued outside of Fireblocks. | [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,15 @@ | ||
|
||
|
||
# AuditorData | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**name** | **String** | | | | ||
|**imageURL** | **String** | | | | ||
|**link** | **String** | | | | ||
|
||
|
||
|
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,18 @@ | ||
|
||
|
||
# CollectionMetadataDto | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**fbCollectionId** | **String** | Fireblocks collection id | | | ||
|**name** | **String** | Collection name | [optional] | | ||
|**symbol** | **String** | Collection symbol | [optional] | | ||
|**standard** | **String** | Collection contract standard | [optional] | | ||
|**blockchainDescriptor** | **String** | Collection's blockchain | | | ||
|**contractAddress** | **String** | Collection contract address | [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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# ContractAbiResponseDto | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**abi** | [**List<AbiFunction>**](AbiFunction.md) | The abi of the contract | | | ||
|**implementationAbi** | [**List<AbiFunction>**](AbiFunction.md) | The abi of the implementation contract if exists. Relevant only for proxy patterns | [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,15 @@ | ||
|
||
|
||
# ContractAttributes | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**useCases** | **List<String>** | | | | ||
|**standards** | **List<String>** | | | | ||
|**auditor** | [**AuditorData**](AuditorData.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
|
||
# ContractDeployRequest | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**assetId** | **String** | The base asset identifier of the blockchain you want to deploy to | | | ||
|**vaultAccountId** | **String** | The vault account id you wish to deploy from | | | ||
|**constructorParameters** | [**List<ParameterWithValue>**](ParameterWithValue.md) | The constructor parameters of this contract | [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,13 @@ | ||
|
||
|
||
# ContractDeployResponse | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**txId** | **String** | The transaction id of the deployment request | | | ||
|
||
|
||
|
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 @@ | ||
|
||
|
||
# ContractDoc | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**details** | **String** | A description of the contract | [optional] | | ||
|**events** | **String** | A description of the contract`s events | [optional] | | ||
|**kind** | **String** | Is it devdoc or userdoc | | | ||
|**methods** | [**Map<String, FunctionDoc>**](FunctionDoc.md) | The description of the contract functions | | | ||
|**version** | **String** | The version of the contract | | | ||
|
||
|
||
|
Oops, something went wrong.