public class Asset extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Asset.Builder |
static class |
Asset.Items |
static class |
Asset.Key |
static class |
Asset.QueryBuilder |
static class |
Asset.UpdateBuilder |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alias
User specified, unique identifier.
|
Map<String,Object> |
definition
User-specified, arbitrary/unstructured data visible across blockchain networks.
|
String |
id
Globally unique identifier of the asset.
|
String |
issuanceProgram
A program specifying a predicate to be satisfied when issuing the asset.
|
Integer |
keyIndex |
Asset.Key[] |
keys
The list of keys used to create the issuance program for the asset.
|
int |
quorum
The number of keys required to sign an issuance of the asset.
|
String |
raw_definition_byte |
String |
type |
int |
vm_version |
List<String> |
xpubs |
| 构造器和说明 |
|---|
Asset() |
public String id
public String alias
@SerializedName(value="issuance_program",
alternate="issue_program")
public String issuanceProgram
public Asset.Key[] keys
@SerializedName(value="key_index") public Integer keyIndex
public int quorum
public String type
public int vm_version
public String raw_definition_byte
Copyright © 2018. All rights reserved.