@@ -32,7 +32,7 @@ Add this dependency to your project's POM:
3232<dependency >
3333 <groupId >com.fireblocks.sdk</groupId >
3434 <artifactId >fireblocks-sdk</artifactId >
35- <version >11.1 .0</version >
35+ <version >0.0 .0</version >
3636 <scope >compile</scope >
3737</dependency >
3838```
@@ -42,7 +42,7 @@ Add this dependency to your project's POM:
4242Add this dependency to your project's build file:
4343
4444``` groovy
45- compile "com.fireblocks.sdk:fireblocks-sdk:11.1 .0"
45+ compile "com.fireblocks.sdk:fireblocks-sdk:0.0 .0"
4646```
4747
4848### Others
@@ -55,7 +55,7 @@ mvn clean package
5555
5656Then manually install the following JARs:
5757
58- - ` target/fireblocks-sdk-11.1 .0.jar `
58+ - ` target/fireblocks-sdk-0.0 .0.jar `
5959- ` target/lib/*.jar `
6060
6161
@@ -352,9 +352,13 @@ Class | Method | HTTP request | Description
352352* TagsApi* | [ ** updateTag** ] ( docs/TagsApi.md#updateTag ) | ** PATCH** /tags/{tagId} | Update a tag
353353* TokenizationApi* | [ ** burnCollectionToken** ] ( docs/TokenizationApi.md#burnCollectionToken ) | ** POST** /tokenization/collections/{id}/tokens/burn | Burn tokens
354354* TokenizationApi* | [ ** createNewCollection** ] ( docs/TokenizationApi.md#createNewCollection ) | ** POST** /tokenization/collections | Create a new collection
355+ * TokenizationApi* | [ ** deactivateAndUnlinkAdapters** ] ( docs/TokenizationApi.md#deactivateAndUnlinkAdapters ) | ** DELETE** /tokenization/multichain/bridge/layerzero | Remove LayerZero adapters
356+ * TokenizationApi* | [ ** deployAndLinkAdapters** ] ( docs/TokenizationApi.md#deployAndLinkAdapters ) | ** POST** /tokenization/multichain/bridge/layerzero | Deploy LayerZero adapters
355357* TokenizationApi* | [ ** fetchCollectionTokenDetails** ] ( docs/TokenizationApi.md#fetchCollectionTokenDetails ) | ** GET** /tokenization/collections/{id}/tokens/{tokenId} | Get collection token details
356358* TokenizationApi* | [ ** getCollectionById** ] ( docs/TokenizationApi.md#getCollectionById ) | ** GET** /tokenization/collections/{id} | Get a collection by id
357359* TokenizationApi* | [ ** getDeployableAddress** ] ( docs/TokenizationApi.md#getDeployableAddress ) | ** POST** /tokenization/multichain/deterministic_address | Get deterministic address for contract deployment
360+ * TokenizationApi* | [ ** getLayerZeroDvnConfig** ] ( docs/TokenizationApi.md#getLayerZeroDvnConfig ) | ** GET** /tokenization/multichain/bridge/layerzero/config/{adapterTokenLinkId}/dvns | Get LayerZero DVN configuration
361+ * TokenizationApi* | [ ** getLayerZeroPeers** ] ( docs/TokenizationApi.md#getLayerZeroPeers ) | ** GET** /tokenization/multichain/bridge/layerzero/config/{adapterTokenLinkId}/peers | Get LayerZero peers
358362* TokenizationApi* | [ ** getLinkedCollections** ] ( docs/TokenizationApi.md#getLinkedCollections ) | ** GET** /tokenization/collections | Get collections
359363* TokenizationApi* | [ ** getLinkedToken** ] ( docs/TokenizationApi.md#getLinkedToken ) | ** GET** /tokenization/tokens/{id} | Return a linked token
360364* TokenizationApi* | [ ** getLinkedTokens** ] ( docs/TokenizationApi.md#getLinkedTokens ) | ** GET** /tokenization/tokens | List all linked tokens
@@ -363,8 +367,12 @@ Class | Method | HTTP request | Description
363367* TokenizationApi* | [ ** link** ] ( docs/TokenizationApi.md#link ) | ** POST** /tokenization/tokens/link | Link a contract
364368* TokenizationApi* | [ ** mintCollectionToken** ] ( docs/TokenizationApi.md#mintCollectionToken ) | ** POST** /tokenization/collections/{id}/tokens/mint | Mint tokens
365369* TokenizationApi* | [ ** reIssueTokenMultiChain** ] ( docs/TokenizationApi.md#reIssueTokenMultiChain ) | ** POST** /tokenization/multichain/reissue/token/{tokenLinkId} | Reissue a multichain token
370+ * TokenizationApi* | [ ** removeLayerZeroPeers** ] ( docs/TokenizationApi.md#removeLayerZeroPeers ) | ** DELETE** /tokenization/multichain/bridge/layerzero/config/peers | Remove LayerZero peers
371+ * TokenizationApi* | [ ** setLayerZeroDvnConfig** ] ( docs/TokenizationApi.md#setLayerZeroDvnConfig ) | ** POST** /tokenization/multichain/bridge/layerzero/config/dvns | Set LayerZero DVN configuration
372+ * TokenizationApi* | [ ** setLayerZeroPeers** ] ( docs/TokenizationApi.md#setLayerZeroPeers ) | ** POST** /tokenization/multichain/bridge/layerzero/config/peers | Set LayerZero peers
366373* TokenizationApi* | [ ** unlink** ] ( docs/TokenizationApi.md#unlink ) | ** DELETE** /tokenization/tokens/{id} | Unlink a token
367374* TokenizationApi* | [ ** unlinkCollection** ] ( docs/TokenizationApi.md#unlinkCollection ) | ** DELETE** /tokenization/collections/{id} | Delete a collection link
375+ * TokenizationApi* | [ ** validateLayerZeroChannelConfig** ] ( docs/TokenizationApi.md#validateLayerZeroChannelConfig ) | ** GET** /tokenization/multichain/bridge/layerzero/validate | Validate LayerZero channel configuration
368376* TransactionsApi* | [ ** cancelTransaction** ] ( docs/TransactionsApi.md#cancelTransaction ) | ** POST** /transactions/{txId}/cancel | Cancel a transaction
369377* TransactionsApi* | [ ** createTransaction** ] ( docs/TransactionsApi.md#createTransaction ) | ** POST** /transactions | Create a new transaction
370378* TransactionsApi* | [ ** dropTransaction** ] ( docs/TransactionsApi.md#dropTransaction ) | ** POST** /transactions/{txId}/drop | Drop ETH transaction by ID
@@ -449,6 +457,7 @@ Class | Method | HTTP request | Description
449457 - [ AbiFunction] ( docs/AbiFunction.md )
450458 - [ Account] ( docs/Account.md )
451459 - [ AccountType] ( docs/AccountType.md )
460+ - [ AdapterProcessingResult] ( docs/AdapterProcessingResult.md )
452461 - [ AddAbiRequestDto] ( docs/AddAbiRequestDto.md )
453462 - [ AddAssetToExternalWalletRequest] ( docs/AddAssetToExternalWalletRequest.md )
454463 - [ AddAssetToExternalWalletRequestOneOf] ( docs/AddAssetToExternalWalletRequestOneOf.md )
@@ -515,6 +524,9 @@ Class | Method | HTTP request | Description
515524 - [ CancelTransactionResponse] ( docs/CancelTransactionResponse.md )
516525 - [ ChainDescriptor] ( docs/ChainDescriptor.md )
517526 - [ ChainInfoResponse] ( docs/ChainInfoResponse.md )
527+ - [ ChannelDvnConfigWithConfirmations] ( docs/ChannelDvnConfigWithConfirmations.md )
528+ - [ ChannelDvnConfigWithConfirmationsReceiveConfig] ( docs/ChannelDvnConfigWithConfirmationsReceiveConfig.md )
529+ - [ ChannelDvnConfigWithConfirmationsSendConfig] ( docs/ChannelDvnConfigWithConfirmationsSendConfig.md )
518530 - [ ClaimRewardsRequest] ( docs/ClaimRewardsRequest.md )
519531 - [ CollectionBurnRequestDto] ( docs/CollectionBurnRequestDto.md )
520532 - [ CollectionBurnResponseDto] ( docs/CollectionBurnResponseDto.md )
@@ -617,6 +629,7 @@ Class | Method | HTTP request | Description
617629 - [ DelegationSummary] ( docs/DelegationSummary.md )
618630 - [ DeleteNetworkConnectionResponse] ( docs/DeleteNetworkConnectionResponse.md )
619631 - [ DeleteNetworkIdResponse] ( docs/DeleteNetworkIdResponse.md )
632+ - [ DeployLayerZeroAdaptersRequest] ( docs/DeployLayerZeroAdaptersRequest.md )
620633 - [ DeployableAddressResponse] ( docs/DeployableAddressResponse.md )
621634 - [ DeployedContractNotFoundError] ( docs/DeployedContractNotFoundError.md )
622635 - [ DeployedContractResponseDto] ( docs/DeployedContractResponseDto.md )
@@ -646,6 +659,8 @@ Class | Method | HTTP request | Description
646659 - [ DraftReviewAndValidationResponse] ( docs/DraftReviewAndValidationResponse.md )
647660 - [ DropTransactionRequest] ( docs/DropTransactionRequest.md )
648661 - [ DropTransactionResponse] ( docs/DropTransactionResponse.md )
662+ - [ DvnConfig] ( docs/DvnConfig.md )
663+ - [ DvnConfigWithConfirmations] ( docs/DvnConfigWithConfirmations.md )
649664 - [ EVMTokenCreateParamsDto] ( docs/EVMTokenCreateParamsDto.md )
650665 - [ EditGasStationConfigurationResponse] ( docs/EditGasStationConfigurationResponse.md )
651666 - [ EmbeddedWallet] ( docs/EmbeddedWallet.md )
@@ -707,6 +722,8 @@ Class | Method | HTTP request | Description
707722 - [ GetDeployableAddressRequest] ( docs/GetDeployableAddressRequest.md )
708723 - [ GetExchangeAccountsCredentialsPublicKeyResponse] ( docs/GetExchangeAccountsCredentialsPublicKeyResponse.md )
709724 - [ GetFilterParameter] ( docs/GetFilterParameter.md )
725+ - [ GetLayerZeroDvnConfigResponse] ( docs/GetLayerZeroDvnConfigResponse.md )
726+ - [ GetLayerZeroPeersResponse] ( docs/GetLayerZeroPeersResponse.md )
710727 - [ GetLinkedCollectionsPaginatedResponse] ( docs/GetLinkedCollectionsPaginatedResponse.md )
711728 - [ GetMaxSpendableAmountResponse] ( docs/GetMaxSpendableAmountResponse.md )
712729 - [ GetMpcKeysResponse] ( docs/GetMpcKeysResponse.md )
@@ -725,6 +742,7 @@ Class | Method | HTTP request | Description
725742 - [ InvalidParamaterValueError] ( docs/InvalidParamaterValueError.md )
726743 - [ Job] ( docs/Job.md )
727744 - [ JobCreated] ( docs/JobCreated.md )
745+ - [ LayerZeroAdapterCreateParams] ( docs/LayerZeroAdapterCreateParams.md )
728746 - [ LeanAbiFunction] ( docs/LeanAbiFunction.md )
729747 - [ LeanContractDto] ( docs/LeanContractDto.md )
730748 - [ LeanDeployedContractResponseDto] ( docs/LeanDeployedContractResponseDto.md )
@@ -787,6 +805,7 @@ Class | Method | HTTP request | Description
787805 - [ PayoutResponse] ( docs/PayoutResponse.md )
788806 - [ PayoutState] ( docs/PayoutState.md )
789807 - [ PayoutStatus] ( docs/PayoutStatus.md )
808+ - [ PeerAdapterInfo] ( docs/PeerAdapterInfo.md )
790809 - [ Players] ( docs/Players.md )
791810 - [ PolicyAndValidationResponse] ( docs/PolicyAndValidationResponse.md )
792811 - [ PolicyCheckResult] ( docs/PolicyCheckResult.md )
@@ -829,6 +848,11 @@ Class | Method | HTTP request | Description
829848 - [ RelatedRequest] ( docs/RelatedRequest.md )
830849 - [ RelatedTransaction] ( docs/RelatedTransaction.md )
831850 - [ RemoveCollateralRequestBody] ( docs/RemoveCollateralRequestBody.md )
851+ - [ RemoveLayerZeroAdapterFailedResult] ( docs/RemoveLayerZeroAdapterFailedResult.md )
852+ - [ RemoveLayerZeroAdaptersRequest] ( docs/RemoveLayerZeroAdaptersRequest.md )
853+ - [ RemoveLayerZeroAdaptersResponse] ( docs/RemoveLayerZeroAdaptersResponse.md )
854+ - [ RemoveLayerZeroPeersRequest] ( docs/RemoveLayerZeroPeersRequest.md )
855+ - [ RemoveLayerZeroPeersResponse] ( docs/RemoveLayerZeroPeersResponse.md )
832856 - [ RenameCosigner] ( docs/RenameCosigner.md )
833857 - [ RenameVaultAccountResponse] ( docs/RenameVaultAccountResponse.md )
834858 - [ RescanTransaction] ( docs/RescanTransaction.md )
@@ -866,6 +890,10 @@ Class | Method | HTTP request | Description
866890 - [ SetConfirmationsThresholdResponse] ( docs/SetConfirmationsThresholdResponse.md )
867891 - [ SetCustomerRefIdForAddressRequest] ( docs/SetCustomerRefIdForAddressRequest.md )
868892 - [ SetCustomerRefIdRequest] ( docs/SetCustomerRefIdRequest.md )
893+ - [ SetLayerZeroDvnConfigRequest] ( docs/SetLayerZeroDvnConfigRequest.md )
894+ - [ SetLayerZeroDvnConfigResponse] ( docs/SetLayerZeroDvnConfigResponse.md )
895+ - [ SetLayerZeroPeersRequest] ( docs/SetLayerZeroPeersRequest.md )
896+ - [ SetLayerZeroPeersResponse] ( docs/SetLayerZeroPeersResponse.md )
869897 - [ SetNetworkIdDiscoverabilityRequest] ( docs/SetNetworkIdDiscoverabilityRequest.md )
870898 - [ SetNetworkIdNameRequest] ( docs/SetNetworkIdNameRequest.md )
871899 - [ SetNetworkIdResponse] ( docs/SetNetworkIdResponse.md )
@@ -1041,6 +1069,7 @@ Class | Method | HTTP request | Description
10411069 - [ UserStatus] ( docs/UserStatus.md )
10421070 - [ UserType] ( docs/UserType.md )
10431071 - [ ValidateAddressResponse] ( docs/ValidateAddressResponse.md )
1072+ - [ ValidateLayerZeroChannelResponse] ( docs/ValidateLayerZeroChannelResponse.md )
10441073 - [ ValidatedTransactionsForRescan] ( docs/ValidatedTransactionsForRescan.md )
10451074 - [ ValidationKeyDto] ( docs/ValidationKeyDto.md )
10461075 - [ Validator] ( docs/Validator.md )
0 commit comments