@iota-pico/api
Version:
IOTA Pico Framework API
34 lines (17 loc) • 600 B
Markdown
[@iota-pico/api](../README.md) > [ICheckConsistencyRequest](../interfaces/icheckconsistencyrequest.md)
# Interface: ICheckConsistencyRequest
Represents the request for checkConsistency command.
*__interface__*:
## Hierarchy
**ICheckConsistencyRequest**
## Index
### Properties
* [tails](icheckconsistencyrequest.md#tails)
## Properties
<a id="tails"></a>
### tails
**● tails**: *`string`[]*
*Defined in [models/ICheckConsistencyRequest.ts:9](https://github.com/iota-pico/api/tree/master/src/models/ICheckConsistencyRequest.ts#L9*
The tail hashes to check for consistency.
___