@iota-pico/api
Version:
IOTA Pico Framework API
58 lines (31 loc) • 1.37 kB
Markdown
[@iota-pico/api](../README.md) > [IGetTransactionsToApproveRequest](../interfaces/igettransactionstoapproverequest.md)
# Interface: IGetTransactionsToApproveRequest
Represents the request for getTransactionsToApprove command.
*__interface__*:
## Hierarchy
**IGetTransactionsToApproveRequest**
## Index
### Properties
* [depth](igettransactionstoapproverequest.md#depth)
* [numWalks](igettransactionstoapproverequest.md#numwalks)
* [reference](igettransactionstoapproverequest.md#reference)
---
## Properties
<a id="depth"></a>
### depth
**● depth**: *`number`*
*Defined in [models/IGetTransactionsToApproveRequest.ts:9](https://github.com/iota-pico/api/tree/master/src/models/IGetTransactionsToApproveRequest.ts#L9*
Number of bundles to go back to determine the transactions for approval.
___
<a id="numwalks"></a>
### `<Optional>` numWalks
**● numWalks**: *`number`*
*Defined in [models/IGetTransactionsToApproveRequest.ts:19](https://github.com/iota-pico/api/tree/master/src/models/IGetTransactionsToApproveRequest.ts#L19*
The number of walks to perform.
___
<a id="reference"></a>
### `<Optional>` reference
**● reference**: *`string`*
*Defined in [models/IGetTransactionsToApproveRequest.ts:14](https://github.com/iota-pico/api/tree/master/src/models/IGetTransactionsToApproveRequest.ts#L14*
The reference to include in the lookup.
___