public class Account extends Object
| Modifier and Type | Field and Description |
|---|---|
com.wavesplatform.wavesj.PrivateKeyAccount |
wavesAccount |
| Constructor and Description |
|---|
Account() |
Account(long initWavesBalance) |
Account(String seedText) |
Account(String seedText,
long initWavesBalance) |
| Modifier and Type | Method and Description |
|---|---|
String |
address() |
long |
balance() |
long |
balance(String assetId) |
com.wavesplatform.wavesj.transactions.BurnTransaction |
burns(Consumer<Burn> b) |
com.wavesplatform.wavesj.transactions.LeaseCancelTransaction |
cancelsLease(Consumer<LeaseCancel> l) |
com.wavesplatform.wavesj.transactions.AliasTransaction |
createsAlias(Consumer<CreateAlias> a) |
List<com.wavesplatform.wavesj.DataEntry> |
data() |
byte[] |
dataBin(String key) |
boolean |
dataBool(String key) |
com.wavesplatform.wavesj.DataEntry |
dataByKey(String key) |
long |
dataInt(String key) |
String |
dataStr(String key) |
com.wavesplatform.wavesj.transactions.ExchangeTransaction |
exchanges(Consumer<Exchange> e) |
com.wavesplatform.wavesj.transactions.InvokeScriptTransaction |
invokes(Consumer<InvokeScript> i) |
boolean |
isSmart() |
com.wavesplatform.wavesj.transactions.IssueTransaction |
issues(Consumer<Issue> i) |
com.wavesplatform.wavesj.transactions.IssueTransaction |
issuesNft(Consumer<IssueNft> i) |
com.wavesplatform.wavesj.transactions.LeaseTransaction |
leases(Consumer<Lease> lease) |
com.wavesplatform.wavesj.transactions.MassTransferTransaction |
massTransfers(Consumer<MassTransfer> m) |
List<IssueTx> |
nft() |
List<IssueTx> |
nft(int limit) |
List<IssueTx> |
nft(int limit,
String after) |
List<IssueTx> |
nft(String after) |
byte[] |
privateKey() |
byte[] |
publicKey() |
com.wavesplatform.wavesj.transactions.ReissueTransaction |
reissues(Consumer<Reissue> r) |
ScriptInfo |
scriptInfo() |
String |
seed() |
com.wavesplatform.wavesj.transactions.SetAssetScriptTransaction |
setsAssetScript(Consumer<SetAssetScript> s) |
com.wavesplatform.wavesj.transactions.SetScriptTransaction |
setsScript(Consumer<SetScript> s) |
String |
sign(byte[] bytes) |
com.wavesplatform.wavesj.transactions.SponsorTransaction |
sponsors(Consumer<SponsorFee> s) |
com.wavesplatform.wavesj.transactions.TransferTransaction |
transfers(Consumer<Transfer> t) |
com.wavesplatform.wavesj.transactions.DataTransaction |
writes(Consumer<WriteData> d) |
public Account(String seedText, long initWavesBalance)
public Account(String seedText)
public Account(long initWavesBalance)
public Account()
public String seed()
public byte[] privateKey()
public byte[] publicKey()
public String address()
public ScriptInfo scriptInfo()
public boolean isSmart()
public long balance()
public long balance(String assetId)
public List<com.wavesplatform.wavesj.DataEntry> data()
public com.wavesplatform.wavesj.DataEntry dataByKey(String key)
public long dataInt(String key)
public boolean dataBool(String key)
public byte[] dataBin(String key)
public String sign(byte[] bytes)
public com.wavesplatform.wavesj.transactions.IssueTransaction issuesNft(Consumer<IssueNft> i)
public com.wavesplatform.wavesj.transactions.TransferTransaction transfers(Consumer<Transfer> t)
public com.wavesplatform.wavesj.transactions.ReissueTransaction reissues(Consumer<Reissue> r)
public com.wavesplatform.wavesj.transactions.ExchangeTransaction exchanges(Consumer<Exchange> e)
public com.wavesplatform.wavesj.transactions.LeaseCancelTransaction cancelsLease(Consumer<LeaseCancel> l)
public com.wavesplatform.wavesj.transactions.AliasTransaction createsAlias(Consumer<CreateAlias> a)
public com.wavesplatform.wavesj.transactions.MassTransferTransaction massTransfers(Consumer<MassTransfer> m)
public com.wavesplatform.wavesj.transactions.SetScriptTransaction setsScript(Consumer<SetScript> s)
public com.wavesplatform.wavesj.transactions.SponsorTransaction sponsors(Consumer<SponsorFee> s)
public com.wavesplatform.wavesj.transactions.SetAssetScriptTransaction setsAssetScript(Consumer<SetAssetScript> s)
public com.wavesplatform.wavesj.transactions.InvokeScriptTransaction invokes(Consumer<InvokeScript> i)
Copyright © 2019. All rights reserved.