public static final class XchainOuterClass.UtxoMeta extends com.google.protobuf.GeneratedMessageLite<XchainOuterClass.UtxoMeta,XchainOuterClass.UtxoMeta.Builder> implements XchainOuterClass.UtxoMetaOrBuilder
Utxo metadata
Protobuf type pb.UtxoMeta
| 限定符和类型 | 类和说明 |
|---|---|
static class |
XchainOuterClass.UtxoMeta.Builder
Utxo metadata
Protobuf type
pb.UtxoMeta |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor| 限定符和类型 | 字段和说明 |
|---|---|
static int |
AVGDELAY_FIELD_NUMBER |
static int |
FORBIDDEN_CONTRACT_FIELD_NUMBER |
static int |
GASPRICE_FIELD_NUMBER |
static int |
IRREVERSIBLEBLOCKHEIGHT_FIELD_NUMBER |
static int |
IRREVERSIBLESLIDEWINDOW_FIELD_NUMBER |
static int |
LATEST_BLOCKID_FIELD_NUMBER |
static int |
LOCK_KEY_LIST_FIELD_NUMBER |
static int |
MAX_BLOCK_SIZE_FIELD_NUMBER |
static int |
NEW_ACCOUNT_RESOURCE_AMOUNT_FIELD_NUMBER |
static int |
RESERVED_CONTRACTS_FIELD_NUMBER |
static int |
UNCONFIRMTXAMOUNT_FIELD_NUMBER |
static int |
UTXO_TOTAL_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
long |
getAvgDelay()
平均上链延时
optional int64 avgDelay = 4; |
static XchainOuterClass.UtxoMeta |
getDefaultInstance() |
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; |
XchainOuterClass.InvokeRequestOrBuilder |
getReservedContractsOrBuilder(int index)
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7; |
List<? extends XchainOuterClass.InvokeRequestOrBuilder> |
getReservedContractsOrBuilderList()
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7; |
int |
getSerializedSize() |
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; |
static XchainOuterClass.UtxoMeta.Builder |
newBuilder() |
static XchainOuterClass.UtxoMeta.Builder |
newBuilder(XchainOuterClass.UtxoMeta prototype) |
static XchainOuterClass.UtxoMeta |
parseDelimitedFrom(InputStream input) |
static XchainOuterClass.UtxoMeta |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static XchainOuterClass.UtxoMeta |
parseFrom(byte[] data) |
static XchainOuterClass.UtxoMeta |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static XchainOuterClass.UtxoMeta |
parseFrom(com.google.protobuf.ByteString data) |
static XchainOuterClass.UtxoMeta |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static XchainOuterClass.UtxoMeta |
parseFrom(com.google.protobuf.CodedInputStream input) |
static XchainOuterClass.UtxoMeta |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static XchainOuterClass.UtxoMeta |
parseFrom(InputStream input) |
static XchainOuterClass.UtxoMeta |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<XchainOuterClass.UtxoMeta> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toStringpublic static final int LATEST_BLOCKID_FIELD_NUMBER
public static final int LOCK_KEY_LIST_FIELD_NUMBER
public static final int UTXO_TOTAL_FIELD_NUMBER
public static final int AVGDELAY_FIELD_NUMBER
public static final int UNCONFIRMTXAMOUNT_FIELD_NUMBER
public static final int MAX_BLOCK_SIZE_FIELD_NUMBER
public static final int RESERVED_CONTRACTS_FIELD_NUMBER
public static final int FORBIDDEN_CONTRACT_FIELD_NUMBER
public static final int NEW_ACCOUNT_RESOURCE_AMOUNT_FIELD_NUMBER
public static final int IRREVERSIBLEBLOCKHEIGHT_FIELD_NUMBER
public static final int IRREVERSIBLESLIDEWINDOW_FIELD_NUMBER
public static final int GASPRICE_FIELD_NUMBER
public com.google.protobuf.ByteString getLatestBlockid()
utxo vm目前执行到的blockid
optional bytes latest_blockid = 1;public int getLockKeyListCount()
repeated string lock_key_list = 2;public String getLockKeyList(int index)
repeated string lock_key_list = 2;public com.google.protobuf.ByteString getLockKeyListBytes(int index)
repeated string lock_key_list = 2;public String getUtxoTotal()
当前utxo vm上的总资产
optional string utxo_total = 3;public com.google.protobuf.ByteString getUtxoTotalBytes()
当前utxo vm上的总资产
optional string utxo_total = 3;public long getAvgDelay()
平均上链延时
optional int64 avgDelay = 4;public long getUnconfirmTxAmount()
待确认交易量
optional int64 unconfirmTxAmount = 5;public long getMaxBlockSize()
max block size
optional int64 max_block_size = 6;public List<XchainOuterClass.InvokeRequest> getReservedContractsList()
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7;public List<? extends XchainOuterClass.InvokeRequestOrBuilder> getReservedContractsOrBuilderList()
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7;public int getReservedContractsCount()
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7;public XchainOuterClass.InvokeRequest getReservedContracts(int index)
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7;public XchainOuterClass.InvokeRequestOrBuilder getReservedContractsOrBuilder(int index)
preset contracts
repeated .pb.InvokeRequest reserved_contracts = 7;public boolean hasForbiddenContract()
reset forbidden contract configuration
optional .pb.InvokeRequest forbidden_contract = 8;public XchainOuterClass.InvokeRequest getForbiddenContract()
reset forbidden contract configuration
optional .pb.InvokeRequest forbidden_contract = 8;public long getNewAccountResourceAmount()
the resource amount of creating an account
optional int64 new_account_resource_amount = 9;public long getIrreversibleBlockHeight()
当前不可逆区块高度,与utxo对齐
optional int64 irreversibleBlockHeight = 10;public long getIrreversibleSlideWindow()
当前不可逆区块高度调整窗口
optional int64 irreversibleSlideWindow = 11;public boolean hasGasPrice()
optional .pb.GasPrice gasPrice = 12;public XchainOuterClass.GasPrice getGasPrice()
optional .pb.GasPrice gasPrice = 12;public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitepublic static XchainOuterClass.UtxoMeta parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XchainOuterClass.UtxoMeta parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XchainOuterClass.UtxoMeta parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XchainOuterClass.UtxoMeta parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XchainOuterClass.UtxoMeta parseFrom(InputStream input) throws IOException
IOExceptionpublic static XchainOuterClass.UtxoMeta parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static XchainOuterClass.UtxoMeta parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static XchainOuterClass.UtxoMeta parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static XchainOuterClass.UtxoMeta parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static XchainOuterClass.UtxoMeta parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static XchainOuterClass.UtxoMeta.Builder newBuilder()
public static XchainOuterClass.UtxoMeta.Builder newBuilder(XchainOuterClass.UtxoMeta prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod 在类中 com.google.protobuf.GeneratedMessageLite<XchainOuterClass.UtxoMeta,XchainOuterClass.UtxoMeta.Builder>public static XchainOuterClass.UtxoMeta getDefaultInstance()
public static com.google.protobuf.Parser<XchainOuterClass.UtxoMeta> parser()
Copyright © 2020. All rights reserved.