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


### from(hash, output): [MigratedFundsEntry](#migratedfundsentry)

Creates a new `MigratedFundsEntry`.

| Parameter       | Type |  Description |
| --------------- | -------- | -------- |
| hash | String |  The hash from the transaction used to receive the funds |
| output | [SignatureLockedSingleOutput](#signaturelockedsingleoutput) |  the output related to this transaction |

### tailTransactionHash(): String

Returns the tail transaction hash of a `MigratedFundsEntry`.

### output(): [SignatureLockedSingleOutput](#signaturelockedsingleoutput)

Returns the output of a `MigratedFundsEntry`.