public static interface XchainOuterClass.ModifyBlockOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getEffectiveHeight()
txid交易被修改生效的高度
optional int64 effective_height = 3; |
String |
getEffectiveTxid()
txid交易被effective_txid的交易提出可修改区块链的请求
optional string effective_txid = 1; |
com.google.protobuf.ByteString |
getEffectiveTxidBytes()
txid交易被effective_txid的交易提出可修改区块链的请求
optional string effective_txid = 1; |
boolean |
getMarked()
本交易是否已被修改标记
optional bool marked = 2; |
String |
getPublicKey()
监管的public key
optional string public_key = 4; |
com.google.protobuf.ByteString |
getPublicKeyBytes()
监管的public key
optional string public_key = 4; |
String |
getSign()
监管地址对修改的交易id的签名
optional string sign = 5; |
com.google.protobuf.ByteString |
getSignBytes()
监管地址对修改的交易id的签名
optional string sign = 5; |
String getEffectiveTxid()
txid交易被effective_txid的交易提出可修改区块链的请求
optional string effective_txid = 1;com.google.protobuf.ByteString getEffectiveTxidBytes()
txid交易被effective_txid的交易提出可修改区块链的请求
optional string effective_txid = 1;boolean getMarked()
本交易是否已被修改标记
optional bool marked = 2;long getEffectiveHeight()
txid交易被修改生效的高度
optional int64 effective_height = 3;String getPublicKey()
监管的public key
optional string public_key = 4;com.google.protobuf.ByteString getPublicKeyBytes()
监管的public key
optional string public_key = 4;String getSign()
监管地址对修改的交易id的签名
optional string sign = 5;com.google.protobuf.ByteString getSignBytes()
监管地址对修改的交易id的签名
optional string sign = 5;Copyright © 2020. All rights reserved.