| Package | Description |
|---|---|
| dsplend | |
| dsplend.states |
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
Sdk.getTransactions(Node node) |
List<Transaction> |
Sdk.getTransactionsByFromAddress(Node node,
String address) |
List<Transaction> |
Sdk.getTransactionsByToAddress(Node node,
String address) |
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.create(String privateKey,
String from,
String to,
byte type,
String value,
String code,
String method,
String params,
long time) |
Transaction |
Receipt.getTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
Receipt.setTransaction(Transaction transaction) |
Copyright © 2019. All rights reserved.