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
# ValidationKeyDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key_id** | **String** | External validation key id set by Fireblocks. | 
**public_key_pem** | **String** | PEM encoded public key used for the validation. | 
**days_till_expired** | **f64** |  | 
**enabled** | **bool** | True if the validation key is enabled. | 
**created_at** | **f64** | Creation date (timestamp) in milliseconds. | 

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