public static class Transaction.Input extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountAlias
The alias of the account transferring the asset (possibly null if the input is
an issuance or an unspent output is specified).
|
String |
accountId
The id of the account transferring the asset (possibly null if the input is an
issuance or an unspent output is specified).
|
String |
address |
long |
amount
The number of units of the asset being issued or spent.
|
String |
arbitrary |
String |
assetAlias
The alias of the asset being issued or spent (possibly null).
|
Map<String,Object> |
assetDefinition
The definition of the asset being issued or spent (possibly null).
|
String |
assetId
The id of the asset being issued or spent.
|
String |
controlProgram |
String |
spentOutputId
The id of the output consumed by this input.
|
String |
type
The type of the input.
|
| 构造器和说明 |
|---|
Input() |
@SerializedName(value="account_alias") public String accountAlias
@SerializedName(value="account_id") public String accountId
@SerializedName(value="address") public String address
public long amount
@SerializedName(value="asset_alias") public String assetAlias
@SerializedName(value="asset_definition") public Map<String,Object> assetDefinition
@SerializedName(value="asset_id") public String assetId
@SerializedName(value="spent_output_id") public String spentOutputId
public String type
public String arbitrary
@SerializedName(value="control_program") public String controlProgram
Copyright © 2018. All rights reserved.