@iota-pico/api
Version:
IOTA Pico Framework API
34 lines (17 loc) • 618 B
Markdown
[@iota-pico/api](../README.md) > [IStoreTransactionsRequest](../interfaces/istoretransactionsrequest.md)
# Interface: IStoreTransactionsRequest
Represents the request for storeTransactions command.
*__interface__*:
## Hierarchy
**IStoreTransactionsRequest**
## Index
### Properties
* [trytes](istoretransactionsrequest.md#trytes)
## Properties
<a id="trytes"></a>
### trytes
**● trytes**: *`string`[]*
*Defined in [models/IStoreTransactionsRequest.ts:9](https://github.com/iota-pico/api/tree/master/src/models/IStoreTransactionsRequest.ts#L9*
List of raw data of transactions to be stored.
___