| 限定符和类型 | 方法和说明 |
|---|---|
static TransactionType |
STObject.transactionType(STObject obj) |
| 限定符和类型 | 字段和说明 |
|---|---|
TransactionType |
TxFormat.transactionType |
| 限定符和类型 | 字段和说明 |
|---|---|
static EnumMap<TransactionType,TxFormat> |
TxFormat.formats |
| 构造器和说明 |
|---|
TxFormat(TransactionType type,
Object... args) |
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionType |
TransactionType.Translator.fromInteger(int integer) |
static TransactionType |
TransactionType.fromNumber(Number i) |
TransactionType |
TransactionType.Translator.fromParser(BinaryParser parser,
Integer hint) |
TransactionType |
TransactionType.Translator.fromString(String value) |
static TransactionType |
TransactionType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TransactionType[] |
TransactionType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionType |
Transaction.transactionType() |
| 构造器和说明 |
|---|
Transaction(TransactionType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionType |
TransactionResult.transactionType() |
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionType |
SignedTransaction.transactionType() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Transaction |
Submit.toTransaction(org.json.JSONObject json,
TransactionType type)
Translate to transaction type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Amount |
Util.getExtraFee(org.json.JSONObject json,
int drops_per_byte,
TransactionType type)
获取交易的额外的费用
|
static boolean |
Util.isChainsqlType(TransactionType type) |
Copyright © 2021. All rights reserved.