| Package | Description |
|---|---|
| dsplend | |
| dsplend.states |
| Modifier and Type | Method and Description |
|---|---|
Account |
Sdk.createAccount() |
Account |
Sdk.getAccount(Node node,
String address) |
| Modifier and Type | Method and Description |
|---|---|
String |
Sdk.createGenesisTransactionString(Account genesisAccount,
long tokens) |
Receipt |
Sdk.deployContract(Node node,
Account fromAccount,
String code) |
Receipt |
Sdk.executeContract(Node node,
Account fromAccount,
String contractAddress,
String method,
String params) |
Receipt |
Sdk.transferTokens(Node node,
Account fromAccount,
Account toAccount,
long tokens) |
| Modifier and Type | Method and Description |
|---|---|
static Account |
Account.create() |
Copyright © 2019. All rights reserved.