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


### from(index): [ReferenceUnlock](#referenceunlock)

Creates a new `ReferenceUnlock`.

| Parameter       | Type |  Description |
| --------------- | -------- | -------- |
| index | int |  The unlock block index we use for signature |

### index(): int

Return the index of a `ReferenceUnlock`.