forked from lthn/blockchain
Renamed Go SDK API services and documentation from BlockAPI/InfoAPI to BlockUtilsSdkClientGo/InfoUtilsSdkClientGo for consistency. Updated all references, method receivers, and usage examples accordingly. Added new Java SDK client, models, API, documentation, and build files under utils/sdk/client/java. Updated Go module dependencies and added go.sum. Enhanced Go models to support additional properties in JSON unmarshalling.
23 lines
770 B
Markdown
Generated
23 lines
770 B
Markdown
Generated
|
|
|
|
# TxPoolPerformanceModel
|
|
|
|
|
|
## Properties
|
|
|
|
| Name | Type | Description | Notes |
|
|
|------------ | ------------- | ------------- | -------------|
|
|
|**txProcessingTime** | **Integer** | | [optional] |
|
|
|**checkInputsTypesSupportedTime** | **Integer** | | [optional] |
|
|
|**expirationValidateTime** | **Integer** | | [optional] |
|
|
|**validateAmountTime** | **Integer** | | [optional] |
|
|
|**validateAliasTime** | **Integer** | | [optional] |
|
|
|**checkKeyimagesWsMsTime** | **Integer** | | [optional] |
|
|
|**checkInputsTime** | **Integer** | | [optional] |
|
|
|**beginTxTime** | **Integer** | | [optional] |
|
|
|**updateDbTime** | **Integer** | | [optional] |
|
|
|**dbCommitTime** | **Integer** | | [optional] |
|
|
|**checkPostHf4Balance** | **Integer** | | [optional] |
|
|
|
|
|
|
|