| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.connection |
| Modifier and Type | Method and Description |
|---|---|
BroadcastTransactionsResponse |
IotaAPICore.broadcastTransactions(String... trytes)
Broadcast a list of transactions to all neighbors.
|
BroadcastTransactionsResponse |
IotaAPI.storeAndBroadcast(String... trytes)
Wrapper method: stores and broadcasts the specified trytes.
|
| Modifier and Type | Method and Description |
|---|---|
BroadcastTransactionsResponse |
HttpConnector.broadcastTransactions(IotaBroadcastTransactionRequest request) |
BroadcastTransactionsResponse |
IotaNodeApi.broadcastTransactions(IotaBroadcastTransactionRequest request)
Broadcast a list of transactions to all neighbors.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<BroadcastTransactionsResponse> |
IotaNodeHTTPService.broadcastTransactions(IotaBroadcastTransactionRequest request)
Broadcast a list of transactions to all neighbors.
|
Copyright © 2019. All rights reserved.