String blockEventService.getLogInfoByTxHash(String txHash)
平台方以及终端用户;
字段名 | 字段 | 类型 | 必传 | 备注 |
---|---|---|---|---|
交易哈希 | txHash | String | 是 |
字段名 | 字段 | 类型 | 必传 | 备注 |
---|---|---|---|---|
交易信息 | txInfo | String | 是 |
@Test
fun getLogInfoByTxHash() {
println("getLogInfoByTxHash:" + dDCSdkClient.blockEventService.getLogInfoByTxHash("6073242FCF0F47B39795CE2A30C0ADCF2BD1D558F7EC4DC00BCF0942C47361C5"))
}