| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.builder | |
| org.iota.jota.pow | |
| org.iota.jota.pow.pearldiver |
| Modifier and Type | Method and Description |
|---|---|
IotaPoW |
ApiOptions.getLocalPoW() |
IotaPoW |
IotaAPICore.getLocalPoW() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
ApiOptions.setLocalPoW(IotaPoW localPoW) |
void |
IotaAPICore.setLocalPoW(IotaPoW localPoW) |
| Modifier and Type | Method and Description |
|---|---|
IotaPoW |
ApiBuilder.getLocalPoW() |
IotaPoW |
ApiBuilderSettings.getLocalPoW() |
| Modifier and Type | Method and Description |
|---|---|
T |
ApiBuilder.localPoW(IotaPoW localPoW) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IotaLocalPoW |
| Modifier and Type | Class and Description |
|---|---|
class |
PearlDiverLocalPoW
Perform local PoW using Come-from-Beyond's PearlDiver implementation.
|
Copyright © 2019. All rights reserved.