public static interface XchainOuterClass.UtxoMetaOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAvgDelay()
平均上链延时
optional int64 avgDelay = 4; |
XchainOuterClass.InvokeRequest |
getForbiddenContract()
reset forbidden contract configuration
optional .pb.InvokeRequest forbidden_contract = 8; |
XchainOuterClass.GasPrice |
getGasPrice()
optional .pb.GasPrice gasPrice = 12; |
long |
getIrreversibleBlockHeight()
当前不可逆区块高度,与utxo对齐
optional int64 irreversibleBlockHeight = 10; |
long |
getIrreversibleSlideWindow()
当前不可逆区块高度调整窗口
optional int64 irreversibleSlideWindow = 11; |
com.google.protobuf.ByteString |
getLatestBlockid()
utxo vm目前执行到的blockid
optional bytes latest_blockid = 1; |
String |
getLockKeyList(int index)
repeated string lock_key_list = 2; |
com.google.protobuf.ByteString |
getLockKeyListBytes(int index)
repeated string lock_key_list = 2; |
int |
getLockKeyListCount()
repeated string lock_key_list = 2; |
List<String> |
getLockKeyListList()
repeated string lock_key_list = 2; |
long |
getMaxBlockSize()
max block size
optional int64 max_block_size = 6; |
long |
getNewAccountResourceAmount()
the resource amount of creating an account
optional int64 new_account_resource_amount = 9; |
XchainOuterClass.InvokeRequest |
getReservedContracts(int index)
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7; |
int |
getReservedContractsCount()
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7; |
List<XchainOuterClass.InvokeRequest> |
getReservedContractsList()
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7; |
long |
getUnconfirmTxAmount()
待确认交易量
optional int64 unconfirmTxAmount = 5; |
String |
getUtxoTotal()
当前utxo vm上的总资产
optional string utxo_total = 3; |
com.google.protobuf.ByteString |
getUtxoTotalBytes()
当前utxo vm上的总资产
optional string utxo_total = 3; |
boolean |
hasForbiddenContract()
reset forbidden contract configuration
optional .pb.InvokeRequest forbidden_contract = 8; |
boolean |
hasGasPrice()
optional .pb.GasPrice gasPrice = 12; |
com.google.protobuf.ByteString getLatestBlockid()
utxo vm目前执行到的blockid
optional bytes latest_blockid = 1;int getLockKeyListCount()
repeated string lock_key_list = 2;String getLockKeyList(int index)
repeated string lock_key_list = 2;com.google.protobuf.ByteString getLockKeyListBytes(int index)
repeated string lock_key_list = 2;String getUtxoTotal()
当前utxo vm上的总资产
optional string utxo_total = 3;com.google.protobuf.ByteString getUtxoTotalBytes()
当前utxo vm上的总资产
optional string utxo_total = 3;long getAvgDelay()
平均上链延时
optional int64 avgDelay = 4;long getUnconfirmTxAmount()
待确认交易量
optional int64 unconfirmTxAmount = 5;long getMaxBlockSize()
max block size
optional int64 max_block_size = 6;List<XchainOuterClass.InvokeRequest> getReservedContractsList()
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7;XchainOuterClass.InvokeRequest getReservedContracts(int index)
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7;int getReservedContractsCount()
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7;boolean hasForbiddenContract()
reset forbidden contract configuration
optional .pb.InvokeRequest forbidden_contract = 8;XchainOuterClass.InvokeRequest getForbiddenContract()
reset forbidden contract configuration
optional .pb.InvokeRequest forbidden_contract = 8;long getNewAccountResourceAmount()
the resource amount of creating an account
optional int64 new_account_resource_amount = 9;long getIrreversibleBlockHeight()
当前不可逆区块高度,与utxo对齐
optional int64 irreversibleBlockHeight = 10;long getIrreversibleSlideWindow()
当前不可逆区块高度调整窗口
optional int64 irreversibleSlideWindow = 11;boolean hasGasPrice()
optional .pb.GasPrice gasPrice = 12;XchainOuterClass.GasPrice getGasPrice()
optional .pb.GasPrice gasPrice = 12;Copyright © 2020. All rights reserved.