fireblocks-sdk 2.1.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The ID of the provider | 
**provider_name** | **String** | Name of the provider | 
**validators** | [**Vec<models::Validator>**]Validator.md | An array of objects that includes chain descriptors and the corresponding fee percentages for validators supported by the provider | 
**icon_url** | Option<**String**> | URL to the validator's icon | [optional]
**terms_of_service_url** | Option<**String**> | URL to the terms of service | [optional]
**is_terms_of_service_approved** | **bool** | Indicates whether the terms of service are approved | 
**is_private** | Option<**bool**> | Is the provider private, i.e created by the user | [optional]
**is_liquid_staking** | **bool** | Is the provider a liquid staking provider | 

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