iota-client 1.4.0

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


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

Tries to create an `Address` from a Bech32 encoded string.

| Parameter       | Type |  Description |
| --------------- | -------- | -------- |
| addr | String |   |

### toBech32(hrp): String



| Parameter       | Type |  Description |
| --------------- | -------- | -------- |
| hrp | String |   |

### verify(msg, signature): void



| Parameter       | Type |  Description |
| --------------- | -------- | -------- |
| msg | byte[] |   |
| signature | [SignatureUnlock](#signatureunlock) |   |