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


### SignatureUnlock(public_key, signature): [SignatureUnlock](#signatureunlock)

Create a new Signature inlock block

| Parameter       | Type |  Description |
| --------------- | -------- | -------- |
| public_key | byte[] |  The public ket used for this signature block |
| signature | byte[] |  The signature created for this unlock block |