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
16
17
18
# TransactionFee

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**gas_limit** | Option<**String**> | Gas limit value for EVM based networks | [optional]
**fee_per_byte** | Option<**String**> | The fee per byte value for UTXO based assets | [optional]
**gas_price** | Option<**String**> | Gas price in gwei units for EVM based networks | [optional]
**network_fee** | Option<**String**> | The full network fee price | [optional]
**base_fee** | Option<**String**> | (optional) Base Fee according to EIP-1559 (ETH assets) | [optional]
**priority_fee** | Option<**String**> | (optional) Priority Fee according to EIP-1559 (ETH assets) | [optional]
**max_fee_per_gas_delta** | Option<**String**> | Max Fee Per Gas Delta added only for EIP-1559 (ETH assets) | [optional]
**l1_fee** | Option<**String**> | Layer 1 fee for Layer 2 chains | [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)