| 程序包 | 说明 |
|---|---|
| com.alipay.mychain.sdk.domain.account | |
| com.alipay.mychain.sdk.domain.contract |
| 限定符和类型 | 方法和说明 |
|---|---|
static AccountStatus |
AccountStatus.forNumber(int value)
For number object status.
|
AccountStatus |
Account.getStatus() |
static AccountStatus |
AccountStatus.valueOf(int value)
Value of object status.
|
static AccountStatus |
AccountStatus.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AccountStatus[] |
AccountStatus.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Account |
Account.builder(Identity hash,
BigInteger balance,
AuthMap authMap,
PublicKey recoverKey,
long recoverTimestamp,
AccountStatus status) |
static Account |
Account.builder(Identity hash,
BigInteger balance,
AuthMap authMap,
PublicKey recoverKey,
long recoverTimestamp,
AccountStatus status,
byte[] encryptionKey) |
void |
Account.setStatus(AccountStatus status) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Contract |
Contract.builder(Identity id,
BigInteger balance,
AuthMap authMap,
PublicKey recoverKey,
long recoverTimestamp,
AccountStatus status,
Hash storageRoot,
Hash codeHash,
byte[] code) |
static Contract |
Contract.builder(Identity id,
BigInteger balance,
AuthMap authMap,
PublicKey recoverKey,
long recoverTimestamp,
AccountStatus status,
Hash storageRoot,
Hash codeHash,
byte[] code,
byte[] encryptionKey) |
Copyright © 2022. All rights reserved.