fireblocks-sdk 2025.10.17

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | Unique connection ID | [optional]
**user_id** | Option<**String**> | User ID that established the connection | [optional]
**vault_account_id** | Option<**f64**> | Unique vault account identifier that the connection was established with | [optional]
**connection_method** | Option<**String**> | The method that the connection was established with.  - MOBILE: for connections that were established by scanning a WalletConnect QR code  - DESKTOP: for connection that were established by WalletConnect desktop connections  | [optional]
**fee_level** | Option<**String**> | The fee level for the transactions over the connection | [optional]
**app_url** | Option<**String**> | The dApp URL | [optional]
**app_name** | Option<**String**> | dApps name | [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)