| Modifier and Type | Field and Description |
|---|---|
String |
assetId |
String |
compiledScript |
long |
fee |
Account |
sender |
| Constructor and Description |
|---|
SetAssetScript(Account from) |
| Modifier and Type | Method and Description |
|---|---|
SetAssetScript |
asset(String assetId) |
long |
calcFee() |
SetAssetScript |
fee(long fee) |
SetAssetScript |
script(String sourceCode) |
static SetAssetScript |
setAssetScript(Account from) |
public Account sender
public String assetId
public String compiledScript
public long fee
public SetAssetScript(Account from)
public static SetAssetScript setAssetScript(Account from)
public SetAssetScript asset(String assetId)
public SetAssetScript script(String sourceCode)
public SetAssetScript fee(long fee)
Copyright © 2019. All rights reserved.