@iota-pico/api
Version:
IOTA Pico Framework API
62 lines (31 loc) • 1.4 kB
Markdown
[@iota-pico/api](../README.md) > [ICommonResponse](../interfaces/icommonresponse.md)
# Interface: ICommonResponse
Represents the common response from all commands.
*__interface__*:
## Hierarchy
**ICommonResponse**
↳ [IAddNeighborsResponse](iaddneighborsresponse.md)
↳ [IAttachToTangleResponse](iattachtotangleresponse.md)
↳ [ICheckConsistencyResponse](icheckconsistencyresponse.md)
↳ [IFindTransactionsResponse](ifindtransactionsresponse.md)
↳ [IGetBalancesResponse](igetbalancesresponse.md)
↳ [IGetInclusionStatesResponse](igetinclusionstatesresponse.md)
↳ [IGetMissingTransactionsResponse](igetmissingtransactionsresponse.md)
↳ [IGetNeighborsResponse](igetneighborsresponse.md)
↳ [IGetNodeInfoResponse](igetnodeinforesponse.md)
↳ [IGetTipsResponse](igettipsresponse.md)
↳ [IGetTransactionsToApproveResponse](igettransactionstoapproveresponse.md)
↳ [IGetTrytesResponse](igettrytesresponse.md)
↳ [IRemoveNeighborsResponse](iremoveneighborsresponse.md)
↳ [IWereAddressesSpentFromResponse](iwereaddressesspentfromresponse.md)
## Index
### Properties
* [duration](icommonresponse.md#duration)
## Properties
<a id="duration"></a>
### duration
**● duration**: *`number`*
*Defined in [models/ICommonResponse.ts:9](https://github.com/iota-pico/api/tree/master/src/models/ICommonResponse.ts#L9*
The duration of the request.
___