fireblocks-sdk 2026.3.27

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CreateNcwConnectionRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ncw_id** | **String** | The ID of the Non-Custodial Wallet to connect to the dApp. | 
**ncw_account_id** | **f64** | The NCW account ID to connect to the dApp. | 
**fee_level** | **FeeLevel** | The default fee level. Valid values are `MEDIUM` and `HIGH`. (enum: MEDIUM, HIGH) | 
**uri** | **String** | The WalletConnect uri provided by the dapp. | 
**chain_ids** | Option<**Vec<String>**> | The IDs of the blockchain networks used in the dApp connection. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)