public static class Transaction.Output extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountAlias
The alias of the account controlling this output (possibly null if a control
program is specified).
|
String |
accountId
The id of the account controlling this output (possibly null if a control
program is specified).
|
String |
address |
long |
amount
The number of units of the asset being controlled.
|
String |
assetAlias
The alias of the asset being controlled.
|
Map<String,Object> |
assetDefinition
The definition of the asset being controlled (possibly null).
|
String |
assetId
The id of the asset being controlled.
|
String |
controlProgram
The control program which must be satisfied to transfer this output.
|
String |
id
The id of the output.
|
int |
position
The output's position in a transaction's list of outputs.
|
String |
type
The type the output.
|
| 构造器和说明 |
|---|
Output() |
@SerializedName(value="id") public String id
public String type
public int position
@SerializedName(value="control_program") public String controlProgram
@SerializedName(value="asset_id") public String assetId
@SerializedName(value="asset_alias") public String assetAlias
@SerializedName(value="asset_definition") public Map<String,Object> assetDefinition
public long amount
@SerializedName(value="account_id") public String accountId
@SerializedName(value="account_alias") public String accountAlias
@SerializedName(value="address") public String address
Copyright © 2018. All rights reserved.