public static class Transaction.Action.Issue extends Transaction.Action
Transaction.Action.ControlWithAccount, Transaction.Action.ControlWithAddress, Transaction.Action.ControlWithReceiver, Transaction.Action.Issue, Transaction.Action.Retire, Transaction.Action.SpendFromAccountAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
Issue()
Default constructor defines the action type as "issue"
|
| 限定符和类型 | 方法和说明 |
|---|---|
Transaction.Action.Issue |
setAmount(long amount)
Specifies the amount of the asset to be issued.
|
Transaction.Action.Issue |
setAssetAlias(String alias)
Specifies the asset to be issued using its alias.
|
Transaction.Action.Issue |
setAssetId(String id)
Specifies the asset to be issued using its id.
|
setParameterclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic Transaction.Action.Issue setAssetAlias(String alias)
setAssetId(String) must be
called.alias - alias of the asset to be issuedpublic Transaction.Action.Issue setAssetId(String id)
setAssetAlias(String) must be
called.id - id of the asset to be issuedpublic Transaction.Action.Issue setAmount(long amount)
amount - number of units of the asset to be issuedCopyright © 2018. All rights reserved.