You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CollectionBurnRequestDto.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
|**vaultAccountId**|**String**| The id of the vault account that initiates the burn function ||
11
11
|**tokenId**|**String**| The token id ||
12
12
|**amount**|**String**| For ERC721, amount is optional or should always be 1 and for ERC1155, amount should be 1 or greater |[optional]|
13
+
|**externalId**|**String**| External id that can be used to identify the transaction in your system. The unique identifier of the transaction outside of Fireblocks with max length of 255 characters |[optional]|
Copy file name to clipboardExpand all lines: docs/CollectionMintRequestDto.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
|**amount**|**String**| For ERC721, amount is optional or should always be 1 and for ERC1155, amount should be 1 or greater |[optional]|
14
14
|**metadataURI**|**String**| URL of metadata uploaded, skip uploading to IPFS if this field is provided with any value |[optional]|
15
15
|**metadata**|[**CollectionTokenMetadataDto**](CollectionTokenMetadataDto.md)| Metadata to upload |[optional]|
16
+
|**externalId**|**String**| External id that can be used to identify the transaction in your system. The unique identifier of the transaction outside of Fireblocks with max length of 255 characters |[optional]|
Boolean enabled =true; // Boolean | Return keys that have been proof of ownership
396
396
Boolean available =true; // Boolean | Return keys that are proof of ownership but not assigned. Available filter can be used only when vaultAccountId and enabled filters are not set
397
397
Boolean isAssigned =true; // Boolean | Return keys that are assigned to a vault account
398
+
String keyPrefix ="keyPrefix_example"; // String | A case-insensitive prefix filter that matches records where either keyId or signingDeviceKeyID starts with the specified value.
|**enabled**|**Boolean**| Return keys that have been proof of ownership |[optional]|
434
435
|**available**|**Boolean**| Return keys that are proof of ownership but not assigned. Available filter can be used only when vaultAccountId and enabled filters are not set |[optional]|
435
436
|**isAssigned**|**Boolean**| Return keys that are assigned to a vault account |[optional]|
437
+
|**keyPrefix**|**String**| A case-insensitive prefix filter that matches records where either keyId or signingDeviceKeyID starts with the specified value. |[optional]|
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<artifactId>fireblocks-sdk</artifactId>
6
6
<packaging>jar</packaging>
7
7
<name>fireblocks-sdk</name>
8
-
<version>12.1.2</version>
8
+
<version>0.0.0</version>
9
9
<url>https://github.com/fireblocks/java-sdk</url>
10
10
<description>The Fireblocks Official SDK is a comprehensive software development kit that enables seamless integration and interaction with the Fireblocks platform. Fireblocks is a cutting-edge blockchain infrastructure platform that provides secure and scalable solutions for managing digital assets and transactions.
11
11
This SDK empowers developers to build robust applications that can interact with the Fireblocks platform's features, including creating and managing vault accounts, initiating secure transactions, managing assets, and more. It abstracts complex interactions with the Fireblocks API, making it easier for developers to leverage the platform's capabilities while adhering to best practices in security and efficiency.
0 commit comments