| 程序包 | 说明 |
|---|---|
| com.alipay.mychain.sdk.domain.transaction |
| 限定符和类型 | 方法和说明 |
|---|---|
List<LogEntry> |
TransactionReceipt.getLogs()
Gets logs.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TransactionReceipt.setLogs(List<LogEntry> logs)
Sets logs.
|
| 构造器和说明 |
|---|
TransactionReceipt(long result,
BigInteger gasUsed,
List<LogEntry> logs,
byte[] output) |
Copyright © 2022. All rights reserved.