@iota-pico/api
Version:
IOTA Pico Framework API
34 lines (17 loc) • 572 B
Markdown
[@iota-pico/api](../README.md) > [IGetTrytesRequest](../interfaces/igettrytesrequest.md)
# Interface: IGetTrytesRequest
Represents the request for getTrytes command.
*__interface__*:
## Hierarchy
**IGetTrytesRequest**
## Index
### Properties
* [hashes](igettrytesrequest.md#hashes)
## Properties
<a id="hashes"></a>
### hashes
**● hashes**: *`string`[]*
*Defined in [models/IGetTrytesRequest.ts:9](https://github.com/iota-pico/api/tree/master/src/models/IGetTrytesRequest.ts#L9*
List of transaction hashes of which you want to get trytes from.
___