iota-client 1.4.0

The official, general-purpose IOTA client library in Rust for interaction with the IOTA network (Tangle)
Documentation


### OutputsOptions(): [OutputsOptions](#outputsoptions)

Creates a new instance of output options with default values

### includeSpent(include_spent): void

Whether the query should include spent outputs or not.

| Parameter       | Type |  Description |
| --------------- | -------- | -------- |
| include_spent | boolean |   |

### outputType(output_type): void

The output type filter.

| Parameter       | Type |  Description |
| --------------- | -------- | -------- |
| output_type | [OutputKind](#outputkind) |   |