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
Describes a deposit to a single address which is unlocked via a signature.

### from(address, amount): [SignatureLockedSingleOutput](#signaturelockedsingleoutput)

Creates a new `SignatureLockedSingleOutput`.

| Parameter       | Type |  Description |
| --------------- | -------- | -------- |
| address | [Address](#address) |  The address to set |
| amount | long |  The amount to set |

### amount(): long

Returns the amount of a `SignatureLockedSingleOutput`.

### address(): [Address](#address)

Returns the address of a `SignatureLockedSingleOutput`.