| Package | Description |
|---|---|
| org.iota.jota.connection | |
| org.iota.jota.dto.request |
| Modifier and Type | Method and Description |
|---|---|
GetAttachToTangleResponse |
HttpConnector.attachToTangle(IotaAttachToTangleRequest request) |
retrofit2.Call<GetAttachToTangleResponse> |
IotaNodeHTTPService.attachToTangle(IotaAttachToTangleRequest request)
Attaches the specified transactions (trytes) to the Tangle by doing Proof of Work.
|
GetAttachToTangleResponse |
IotaNodeApi.attachToTangle(IotaAttachToTangleRequest request)
Attaches the specified transactions (trytes) to the Tangle by doing Proof of Work.
|
| Modifier and Type | Method and Description |
|---|---|
static IotaAttachToTangleRequest |
IotaAttachToTangleRequest.createAttachToTangleRequest(String trunkTransaction,
String branchTransaction,
Integer minWeightMagnitude,
String... trytes)
Initializes a new instance of the IotaAttachedToTangleRequest class.
|
Copyright © 2019. All rights reserved.