| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.connection |
| Modifier and Type | Method and Description |
|---|---|
GetAttachToTangleResponse |
IotaAPICore.attachToTangle(String trunkTransaction,
String branchTransaction,
Integer minWeightMagnitude,
String... trytes)
Prepares the specified transactions (trytes) for attachment to the Tangle by doing Proof of Work.
|
GetAttachToTangleResponse |
IotaAPICore.attachToTangleLocalPow(String trunkTransaction,
String branchTransaction,
Integer minWeightMagnitude,
IotaPoW pow,
String... trytes)
Prepares the specified transactions (trytes) for attachment to the Tangle by doing Proof of Work.
|
| Modifier and Type | Method and Description |
|---|---|
GetAttachToTangleResponse |
HttpConnector.attachToTangle(IotaAttachToTangleRequest request) |
GetAttachToTangleResponse |
IotaNodeApi.attachToTangle(IotaAttachToTangleRequest request)
Attaches the specified transactions (trytes) to the Tangle by doing Proof of Work.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<GetAttachToTangleResponse> |
IotaNodeHTTPService.attachToTangle(IotaAttachToTangleRequest request)
Attaches the specified transactions (trytes) to the Tangle by doing Proof of Work.
|
Copyright © 2019. All rights reserved.