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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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 for non EVM and UTXO based assets (in the base asset units) | [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]

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