Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,260 changes: 129 additions & 1,131 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

570 changes: 70 additions & 500 deletions README.md

Large diffs are not rendered by default.

64,776 changes: 16,452 additions & 48,324 deletions api/openapi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'eclipse'
apply plugin: 'com.diffplug.spotless'

group = 'com.fireblocks.sdk'
version = '12.1.0'
version = '0.0.0'

buildscript {
repositories {
Expand Down
24 changes: 0 additions & 24 deletions docs/AbaPaymentInfo.md

This file was deleted.

10 changes: 3 additions & 7 deletions docs/AbiFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
|------------ | ------------- | ------------- | -------------|
|**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 of the function | |
|**inputs** | [**List<Parameter>**](Parameter.md) | The parameters that this function/constructor posses | [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] |

Expand All @@ -31,12 +31,8 @@

| Name | Value |
|---- | -----|
| CONSTRUCTOR | "constructor" |
| FUNCTION | "function" |
| ERROR | "error" |
| EVENT | "event" |
| RECEIVE | "receive" |
| FALLBACK | "fallback" |
| CONSTRUCTOR | "constructor" |



37 changes: 0 additions & 37 deletions docs/AccessType.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/AccountAccess.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/AccountBase.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/AccountBasedAccessProvider.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/AccountConfig.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/AccountHolderDetails.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/AccountIdentifier.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/AccountProviderID.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/AccountReference.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/AccountType2.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/AchPaymentInfo.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/AdapterProcessingResult.md

This file was deleted.

Loading
Loading