@iota-pico/api
Version:
IOTA Pico Framework API
50 lines (26 loc) • 934 B
Markdown
[@iota-pico/api](../README.md) > [IGetTipsResponse](../interfaces/igettipsresponse.md)
# Interface: IGetTipsResponse
Represents the response from getTips command.
*__interface__*:
## Hierarchy
[ICommonResponse](icommonresponse.md)
**↳ IGetTipsResponse**
## Index
### Properties
* [duration](igettipsresponse.md#duration)
* [hashes](igettipsresponse.md#hashes)
---
## Properties
<a id="duration"></a>
### duration
**● duration**: *`number`*
*Inherited from [ICommonResponse](icommonresponse.md).[duration](icommonresponse.md#duration)*
*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="hashes"></a>
### hashes
**● hashes**: *`string`[]*
*Defined in [models/IGetTipsResponse.ts:11](https://github.com/iota-pico/api/tree/master/src/models/IGetTipsResponse.ts#L11*
The hashes for the tips.
___