public static interface CrossChainContract.VerifyTransactionInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getParentChainHeight()
The height of parent chain that indexing this transaction.
|
Client.MerklePath |
getPath()
The merkle path of the transaction.
|
Client.MerklePathOrBuilder |
getPathOrBuilder()
The merkle path of the transaction.
|
Client.Hash |
getTransactionId()
The cross chain transaction id to verify.
|
Client.HashOrBuilder |
getTransactionIdOrBuilder()
The cross chain transaction id to verify.
|
int |
getVerifiedChainId()
The chain if to verify.
|
boolean |
hasPath()
The merkle path of the transaction.
|
boolean |
hasTransactionId()
The cross chain transaction id to verify.
|
boolean hasTransactionId()
The cross chain transaction id to verify.
.Hash transaction_id = 1;Client.Hash getTransactionId()
The cross chain transaction id to verify.
.Hash transaction_id = 1;Client.HashOrBuilder getTransactionIdOrBuilder()
The cross chain transaction id to verify.
.Hash transaction_id = 1;boolean hasPath()
The merkle path of the transaction.
.MerklePath path = 2;Client.MerklePath getPath()
The merkle path of the transaction.
.MerklePath path = 2;Client.MerklePathOrBuilder getPathOrBuilder()
The merkle path of the transaction.
.MerklePath path = 2;long getParentChainHeight()
The height of parent chain that indexing this transaction.
int64 parent_chain_height = 3;int getVerifiedChainId()
The chain if to verify.
int32 verified_chain_id = 4;Copyright © 2020. All rights reserved.