public class UnspentOutput extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UnspentOutput.Items
A collection of unspent outputs returned from a query.
|
static class |
UnspentOutput.QueryBuilder |
| 限定符和类型 | 字段和说明 |
|---|---|
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
address of account
|
long |
amount
The number of units of the asset being controlled.
|
String |
assetAlias
The alias of the asset being controlled.
|
String |
assetId
The id of the asset being controlled.
|
boolean |
change
whether the account address is change
|
String |
controlProgramIndex |
String |
id
The ID of the output.
|
String |
program
The control program which must be satisfied to transfer this output.
|
String |
sourceId
source unspent output id
|
int |
sourcePos
position of source unspent output id in block
|
int |
validHeight
The definition of the asset being controlled (possibly null).
|
| 构造器和说明 |
|---|
UnspentOutput() |
@SerializedName(value="account_id") public String accountId
@SerializedName(value="account_alias") public String accountAlias
@SerializedName(value="asset_id") public String assetId
@SerializedName(value="asset_alias") public String assetAlias
public long amount
public String address
public boolean change
@SerializedName(value="id") public String id
@SerializedName(value="program") public String program
@SerializedName(value="control_program_index") public String controlProgramIndex
@SerializedName(value="source_id") public String sourceId
@SerializedName(value="source_pos") public int sourcePos
@SerializedName(value="valid_height") public int validHeight
Copyright © 2018. All rights reserved.