UNPKG

@iota-pico/api

Version:
62 lines (33 loc) 1.5 kB
[@iota-pico/api](../README.md) > [IGetTransactionsToApproveResponse](../interfaces/igettransactionstoapproveresponse.md) # Interface: IGetTransactionsToApproveResponse Represents the response from getTransactionsToApprove command. *__interface__*: ## Hierarchy [ICommonResponse](icommonresponse.md) **↳ IGetTransactionsToApproveResponse** ## Index ### Properties * [branchTransaction](igettransactionstoapproveresponse.md#branchtransaction) * [duration](igettransactionstoapproveresponse.md#duration) * [trunkTransaction](igettransactionstoapproveresponse.md#trunktransaction) --- ## Properties <a id="branchtransaction"></a> ### branchTransaction **● branchTransaction**: *`string`* *Defined in [models/IGetTransactionsToApproveResponse.ts:15](https://github.com/iota-pico/api/tree/master/src/models/IGetTransactionsToApproveResponse.ts#L15* The branch transaction. ___ <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="trunktransaction"></a> ### trunkTransaction **● trunkTransaction**: *`string`* *Defined in [models/IGetTransactionsToApproveResponse.ts:11](https://github.com/iota-pico/api/tree/master/src/models/IGetTransactionsToApproveResponse.ts#L11* The trunk transaction. ___