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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**gas_threshold** | Option<**String**> | The Gas Station will initiate a fueling transaction when the vault account's balance falls below the gasThreshold value | [optional][default to 0.005]
**gas_cap** | Option<**String**> | The Gas Station will top up the vault account with gas until the balance reaches the gasCap value | [optional][default to 0.01]
**max_gas_price** | Option<**String**> | Maximum gas price for the fueling transaction (in gwei) | [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)