@iota-pico/api
Version:
IOTA Pico Framework API
50 lines (26 loc) • 1.16 kB
Markdown
[@iota-pico/api](../README.md) > [IGetInclusionStatesResponse](../interfaces/igetinclusionstatesresponse.md)
Represents the response from getInclusionStates command.
*__interface__*:
[](icommonresponse.md)
**↳ IGetInclusionStatesResponse**
* [duration](igetinclusionstatesresponse.md
* [states](igetinclusionstatesresponse.md
---
<a id="duration"></a>
**● duration**: *`number`*
*Inherited from [ICommonResponse](icommonresponse.md).[duration](icommonresponse.md
*Defined in [models/ICommonResponse.ts:9](https://github.com/iota-pico/api/tree/master/src/models/ICommonResponse.ts#L9*
The duration of the request.
___
<a id="states"></a>
**● states**: *`boolean`[]*
*Defined in [models/IGetInclusionStatesResponse.ts:12](https://github.com/iota-pico/api/tree/master/src/models/IGetInclusionStatesResponse.ts#L12*
List of boolean values in the same order as the transaction list you submitted, thus you get a true/false whether a transaction is confirmed or not.
___