[@iota-pico/api](../README.md) > [IGetTrytesResponse](../interfaces/igettrytesresponse.md)

# Interface: IGetTrytesResponse

Represents the response from getTrytes command.
*__interface__*: 

## Hierarchy

 [ICommonResponse](icommonresponse.md)

**↳ IGetTrytesResponse**

## Index

### Properties

* [duration](igettrytesresponse.md#duration)
* [trytes](igettrytesresponse.md#trytes)

---

## 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="trytes"></a>

###  trytes

**● trytes**: *`string`[]*

*Defined in [models/IGetTrytesResponse.ts:11](https://github.com/iota-pico/api/tree/master/src/models/IGetTrytesResponse.ts#L11*

Trytes of the requested hashes.

___

