public static final class XchainOuterClass.UtxoMeta extends com.google.protobuf.GeneratedMessageV3 implements XchainOuterClass.UtxoMetaOrBuilder
Utxo metadataProtobuf type
pb.UtxoMeta| 限定符和类型 | 类和说明 |
|---|---|
static class |
XchainOuterClass.UtxoMeta.Builder
Utxo metadata
Protobuf type
pb.UtxoMeta |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
long |
getAvgDelay()
平均上链延时
int64 avgDelay = 4; |
static XchainOuterClass.UtxoMeta |
getDefaultInstance() |
XchainOuterClass.UtxoMeta |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
XchainOuterClass.InvokeRequest |
getForbiddenContract()
reset forbidden contract configuration
.pb.InvokeRequest forbidden_contract = 8; |
XchainOuterClass.InvokeRequestOrBuilder |
getForbiddenContractOrBuilder()
reset forbidden contract configuration
.pb.InvokeRequest forbidden_contract = 8; |
XchainOuterClass.GasPrice |
getGasPrice()
.pb.GasPrice gasPrice = 12; |
XchainOuterClass.GasPriceOrBuilder |
getGasPriceOrBuilder()
.pb.GasPrice gasPrice = 12; |
long |
getIrreversibleBlockHeight()
当前不可逆区块高度,与utxo对齐
int64 irreversibleBlockHeight = 10; |
long |
getIrreversibleSlideWindow()
当前不可逆区块高度调整窗口
int64 irreversibleSlideWindow = 11; |
com.google.protobuf.ByteString |
getLatestBlockid()
utxo vm目前执行到的blockid
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; |
com.google.protobuf.ProtocolStringList |
getLockKeyListList()
repeated string lock_key_list = 2; |
long |
getMaxBlockSize()
max block size
int64 max_block_size = 6; |
long |
getNewAccountResourceAmount()
the resource amount of creating an account
int64 new_account_resource_amount = 9; |
com.google.protobuf.Parser<XchainOuterClass.UtxoMeta> |
getParserForType() |
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()
待确认交易量
int64 unconfirmTxAmount = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUtxoTotal()
当前utxo vm上的总资产
string utxo_total = 3; |
com.google.protobuf.ByteString |
getUtxoTotalBytes()
当前utxo vm上的总资产
string utxo_total = 3; |
boolean |
hasForbiddenContract()
reset forbidden contract configuration
.pb.InvokeRequest forbidden_contract = 8; |
boolean |
hasGasPrice()
.pb.GasPrice gasPrice = 12; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static XchainOuterClass.UtxoMeta.Builder |
newBuilder() |
static XchainOuterClass.UtxoMeta.Builder |
newBuilder(XchainOuterClass.UtxoMeta prototype) |
XchainOuterClass.UtxoMeta.Builder |
newBuilderForType() |
protected XchainOuterClass.UtxoMeta.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
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(ByteBuffer data) |
static XchainOuterClass.UtxoMeta |
parseFrom(ByteBuffer 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() |
XchainOuterClass.UtxoMeta.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic 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
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public com.google.protobuf.ByteString getLatestBlockid()
utxo vm目前执行到的blockid
bytes latest_blockid = 1;getLatestBlockid 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic com.google.protobuf.ProtocolStringList getLockKeyListList()
repeated string lock_key_list = 2;getLockKeyListList 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic int getLockKeyListCount()
repeated string lock_key_list = 2;getLockKeyListCount 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic String getLockKeyList(int index)
repeated string lock_key_list = 2;getLockKeyList 在接口中 XchainOuterClass.UtxoMetaOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getLockKeyListBytes(int index)
repeated string lock_key_list = 2;getLockKeyListBytes 在接口中 XchainOuterClass.UtxoMetaOrBuilderindex - The index of the value to return.public String getUtxoTotal()
当前utxo vm上的总资产
string utxo_total = 3;getUtxoTotal 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic com.google.protobuf.ByteString getUtxoTotalBytes()
当前utxo vm上的总资产
string utxo_total = 3;getUtxoTotalBytes 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic long getAvgDelay()
平均上链延时
int64 avgDelay = 4;getAvgDelay 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic long getUnconfirmTxAmount()
待确认交易量
int64 unconfirmTxAmount = 5;getUnconfirmTxAmount 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic long getMaxBlockSize()
max block size
int64 max_block_size = 6;getMaxBlockSize 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic 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
.pb.InvokeRequest forbidden_contract = 8;hasForbiddenContract 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic XchainOuterClass.InvokeRequest getForbiddenContract()
reset forbidden contract configuration
.pb.InvokeRequest forbidden_contract = 8;getForbiddenContract 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic XchainOuterClass.InvokeRequestOrBuilder getForbiddenContractOrBuilder()
reset forbidden contract configuration
.pb.InvokeRequest forbidden_contract = 8;public long getNewAccountResourceAmount()
the resource amount of creating an account
int64 new_account_resource_amount = 9;getNewAccountResourceAmount 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic long getIrreversibleBlockHeight()
当前不可逆区块高度,与utxo对齐
int64 irreversibleBlockHeight = 10;getIrreversibleBlockHeight 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic long getIrreversibleSlideWindow()
当前不可逆区块高度调整窗口
int64 irreversibleSlideWindow = 11;getIrreversibleSlideWindow 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic boolean hasGasPrice()
.pb.GasPrice gasPrice = 12;hasGasPrice 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic XchainOuterClass.GasPrice getGasPrice()
.pb.GasPrice gasPrice = 12;getGasPrice 在接口中 XchainOuterClass.UtxoMetaOrBuilderpublic XchainOuterClass.GasPriceOrBuilder getGasPriceOrBuilder()
.pb.GasPrice gasPrice = 12;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static XchainOuterClass.UtxoMeta parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XchainOuterClass.UtxoMeta parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic 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 XchainOuterClass.UtxoMeta.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static XchainOuterClass.UtxoMeta.Builder newBuilder()
public static XchainOuterClass.UtxoMeta.Builder newBuilder(XchainOuterClass.UtxoMeta prototype)
public XchainOuterClass.UtxoMeta.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected XchainOuterClass.UtxoMeta.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static XchainOuterClass.UtxoMeta getDefaultInstance()
public static com.google.protobuf.Parser<XchainOuterClass.UtxoMeta> parser()
public com.google.protobuf.Parser<XchainOuterClass.UtxoMeta> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public XchainOuterClass.UtxoMeta getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2022. All rights reserved.