iota-client 1.4.0

The official, general-purpose IOTA client library in Rust for interaction with the IOTA network (Tangle)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Represents an input referencing an output.

### from(id, index): [UtxoInput](#utxoinput)

Create a new `UtxoInput`

| Parameter       | Type |  Description |
| --------------- | -------- | -------- |
| id | [TransactionId](#transactionid) |  The ouput Id |
| index | int |  The output Index |

### transactionId(): [TransactionId](#transactionid)

Returns the `TransactionId` of the Output.

### index(): int

Returns the index of the Output.