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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**details** | Option<**String**> | A description of the contract | [optional]
**events** | Option<**String**> | A description of the contract`s events | [optional]
**kind** | **String** | Is it devdoc or userdoc | 
**methods** | [**std::collections::HashMap<String, models::FunctionDoc>**]FunctionDoc.md | The description of the contract functions | 
**version** | **String** | The version of the contract | 

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