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
Output type for deposits that enables an address to receive dust outputs. It can be consumed as an input like a
 regular SigLockedSingleOutput.

### amount(): long

Returns the amount of a `SignatureLockedDustAllowanceOutputDto`.

### address(): [AddressDto](#addressdto)

Returns the address of a `SignatureLockedDustAllowanceOutputDto`.