fireblocks-sdk 2026.3.27

Rust implementation of the Fireblocks SDK
Documentation
# TxLog

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | **String** | The log address | 
**topics** | **Vec<String>** | Array of log topics | 
**data** | **String** | The log data | 
**block_number** | **i32** | Block number where the log occurred | 
**transaction_hash** | **String** | Transaction hash associated with the log | 
**transaction_index** | **i32** | Transaction index in the block | 
**block_hash** | **String** | The hash of the block | 
**log_index** | **i32** | Log index in the block | 
**removed** | **bool** | Indicates if the log was removed | 

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