public class Node extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
balance(String address) |
long |
balance(String address,
String assetId) |
byte |
chainId() |
String |
compileScript(String s) |
List<com.wavesplatform.wavesj.DataEntry> |
data(String address) |
com.wavesplatform.wavesj.DataEntry |
dataByKey(String address,
String key) |
Account |
faucet() |
int |
height() |
boolean |
isSmart(Account account) |
boolean |
isSmart(String assetIdOrAddress) |
static Node |
node() |
com.wavesplatform.wavesj.transactions.BurnTransaction |
send(Burn burn) |
com.wavesplatform.wavesj.transactions.AliasTransaction |
send(CreateAlias alias) |
com.wavesplatform.wavesj.transactions.ExchangeTransaction |
send(Exchange exchange) |
com.wavesplatform.wavesj.transactions.InvokeScriptTransaction |
send(InvokeScript invoke) |
com.wavesplatform.wavesj.transactions.IssueTransaction |
send(Issue issue) |
com.wavesplatform.wavesj.transactions.LeaseTransaction |
send(Lease lease) |
com.wavesplatform.wavesj.transactions.LeaseCancelTransaction |
send(LeaseCancel cancel) |
com.wavesplatform.wavesj.transactions.MassTransferTransaction |
send(MassTransfer mass) |
com.wavesplatform.wavesj.transactions.ReissueTransaction |
send(Reissue reissue) |
com.wavesplatform.wavesj.transactions.SetAssetScriptTransaction |
send(SetAssetScript set) |
com.wavesplatform.wavesj.transactions.SetScriptTransaction |
send(SetScript set) |
com.wavesplatform.wavesj.transactions.SponsorTransaction |
send(SponsorFee sponsor) |
com.wavesplatform.wavesj.transactions.TransferTransaction |
send(Transfer transfer) |
com.wavesplatform.wavesj.transactions.DataTransaction |
send(WriteData data) |
int |
waitForHeight(int expectedHeight) |
int |
waitForHeight(int target,
int blockWaitingInSeconds) |
com.wavesplatform.wavesj.Transaction |
waitForTransaction(String id) |
com.wavesplatform.wavesj.Transaction |
waitForTransaction(String id,
int waitingInSeconds) |
int |
waitNBlocks(int blocksCount) |
int |
waitNBlocks(int blocksCount,
int blockWaitingInSeconds) |
public Api api
public static Node node()
public Account faucet()
public byte chainId()
public int height()
public long balance(String address)
public boolean isSmart(String assetIdOrAddress)
public boolean isSmart(Account account)
public com.wavesplatform.wavesj.transactions.IssueTransaction send(Issue issue)
public com.wavesplatform.wavesj.transactions.TransferTransaction send(Transfer transfer)
public com.wavesplatform.wavesj.transactions.ReissueTransaction send(Reissue reissue)
public com.wavesplatform.wavesj.transactions.BurnTransaction send(Burn burn)
public com.wavesplatform.wavesj.transactions.ExchangeTransaction send(Exchange exchange)
public com.wavesplatform.wavesj.transactions.LeaseTransaction send(Lease lease)
public com.wavesplatform.wavesj.transactions.LeaseCancelTransaction send(LeaseCancel cancel)
public com.wavesplatform.wavesj.transactions.AliasTransaction send(CreateAlias alias)
public com.wavesplatform.wavesj.transactions.MassTransferTransaction send(MassTransfer mass)
public com.wavesplatform.wavesj.transactions.DataTransaction send(WriteData data)
public com.wavesplatform.wavesj.transactions.SetScriptTransaction send(SetScript set)
public com.wavesplatform.wavesj.transactions.SponsorTransaction send(SponsorFee sponsor)
public com.wavesplatform.wavesj.transactions.SetAssetScriptTransaction send(SetAssetScript set)
public com.wavesplatform.wavesj.transactions.InvokeScriptTransaction send(InvokeScript invoke)
public com.wavesplatform.wavesj.Transaction waitForTransaction(String id, int waitingInSeconds)
public com.wavesplatform.wavesj.Transaction waitForTransaction(String id)
public int waitForHeight(int target,
int blockWaitingInSeconds)
public int waitForHeight(int expectedHeight)
public int waitNBlocks(int blocksCount,
int blockWaitingInSeconds)
public int waitNBlocks(int blocksCount)
Copyright © 2019. All rights reserved.