| Package | Description |
|---|---|
| im.mak.paddle | |
| im.mak.paddle.actions | |
| im.mak.paddle.actions.exchange | |
| im.mak.paddle.actions.mass |
| Modifier and Type | Method and Description |
|---|---|
Account |
Node.faucet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Node.isSmart(Account account) |
| Modifier and Type | Field and Description |
|---|---|
Account |
Transfer.sender |
Account |
Exchange.sender |
Account |
SetScript.sender |
Account |
Burn.sender |
Account |
Reissue.sender |
Account |
WriteData.sender |
Account |
Lease.sender |
Account |
LeaseCancel.sender |
Account |
SponsorFee.sender |
Account |
InvokeScript.sender |
Account |
Issue.sender |
Account |
CreateAlias.sender |
Account |
SetAssetScript.sender |
Account |
MassTransfer.sender |
Account |
IssueNft.sender |
| Modifier and Type | Method and Description |
|---|---|
static Burn |
Burn.burn(Account from) |
static CreateAlias |
CreateAlias.createAlias(Account sender) |
InvokeScript |
InvokeScript.dApp(Account account) |
static Exchange |
Exchange.exchange(Account from) |
static InvokeScript |
InvokeScript.invokeScript(Account from) |
static Issue |
Issue.issue(Account from) |
static IssueNft |
IssueNft.issueNft(Account from) |
static Lease |
Lease.lease(Account from) |
static LeaseCancel |
LeaseCancel.leaseCancel(Account from) |
static MassTransfer |
MassTransfer.massTransfer(Account from) |
static Reissue |
Reissue.reissue(Account from) |
static SetAssetScript |
SetAssetScript.setAssetScript(Account from) |
static SetScript |
SetScript.setScript(Account from) |
static SponsorFee |
SponsorFee.sponsorFee(Account from) |
Transfer |
Transfer.to(Account account) |
Lease |
Lease.to(Account account) |
static Transfer |
Transfer.transfer(Account from) |
static WriteData |
WriteData.writeData(Account from) |
| Constructor and Description |
|---|
Burn(Account from) |
CreateAlias(Account from) |
Exchange(Account from) |
InvokeScript(Account from) |
Issue(Account from) |
IssueNft(Account from) |
Lease(Account from) |
LeaseCancel(Account from) |
MassTransfer(Account from) |
Reissue(Account from) |
SetAssetScript(Account from) |
SetScript(Account from) |
SponsorFee(Account from) |
Transfer(Account from) |
WriteData(Account from) |
| Modifier and Type | Field and Description |
|---|---|
Account |
Order.matcher |
Account |
Order.sender |
| Modifier and Type | Method and Description |
|---|---|
static Order |
Order.buy(Account from) |
Order |
Order.matcher(Account matcher) |
static Order |
Order.sell(Account from) |
| Constructor and Description |
|---|
Order(Account from) |
| Modifier and Type | Method and Description |
|---|---|
static Recipient |
Recipient.to(Account recipient,
long amount) |
Copyright © 2019. All rights reserved.