类 CommonProto.Block

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.bdware.bdledger.api.grpc.pb.CommonProto.Block
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, CommonProto.BlockOrBuilder
封闭类:
CommonProto

public static final class CommonProto.Block extends com.google.protobuf.GeneratedMessageV3 implements CommonProto.BlockOrBuilder
Protobuf type bdware.bdledger.api.Block
另请参阅:
序列化表格
  • 字段详细资料

    • HASH_FIELD_NUMBER

      public static final int HASH_FIELD_NUMBER
      另请参阅:
      常量字段值
    • CREATOR_FIELD_NUMBER

      public static final int CREATOR_FIELD_NUMBER
      另请参阅:
      常量字段值
    • NONCE_FIELD_NUMBER

      public static final int NONCE_FIELD_NUMBER
      另请参阅:
      常量字段值
    • PARENT_HASHES_FIELD_NUMBER

      public static final int PARENT_HASHES_FIELD_NUMBER
      另请参阅:
      常量字段值
    • WITNESSES_FIELD_NUMBER

      public static final int WITNESSES_FIELD_NUMBER
      另请参阅:
      常量字段值
    • TIMESTAMP_FIELD_NUMBER

      public static final int TIMESTAMP_FIELD_NUMBER
      另请参阅:
      常量字段值
    • SIZE_FIELD_NUMBER

      public static final int SIZE_FIELD_NUMBER
      另请参阅:
      常量字段值
    • TRANSACTION_COUNT_FIELD_NUMBER

      public static final int TRANSACTION_COUNT_FIELD_NUMBER
      另请参阅:
      常量字段值
    • TRANSACTIONS_ROOT_FIELD_NUMBER

      public static final int TRANSACTIONS_ROOT_FIELD_NUMBER
      另请参阅:
      常量字段值
    • TRANSACTIONS_FIELD_NUMBER

      public static final int TRANSACTIONS_FIELD_NUMBER
      另请参阅:
      常量字段值
    • TRANSACTION_HASHES_FIELD_NUMBER

      public static final int TRANSACTION_HASHES_FIELD_NUMBER
      另请参阅:
      常量字段值
  • 方法详细资料

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      指定者:
      getUnknownFields 在接口中 com.google.protobuf.MessageOrBuilder
      覆盖:
      getUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • getHash

      public com.google.protobuf.ByteString getHash()
       区块的哈希,当区块处于待确认状态时为`null`
       
      bytes hash = 1;
      指定者:
      getHash 在接口中 CommonProto.BlockOrBuilder
      返回:
      The hash.
    • getCreator

      public com.google.protobuf.ByteString getCreator()
       产块者账户地址
       
      bytes creator = 2;
      指定者:
      getCreator 在接口中 CommonProto.BlockOrBuilder
      返回:
      The creator.
    • getNonce

      public long getNonce()
       这个区块之前产块者产生的区块数量
       
      uint64 nonce = 3;
      指定者:
      getNonce 在接口中 CommonProto.BlockOrBuilder
      返回:
      The nonce.
    • getParentHashesList

      public List<com.google.protobuf.ByteString> getParentHashesList()
       父区块的哈希
       
      repeated bytes parent_hashes = 4;
      指定者:
      getParentHashesList 在接口中 CommonProto.BlockOrBuilder
      返回:
      A list containing the parentHashes.
    • getParentHashesCount

      public int getParentHashesCount()
       父区块的哈希
       
      repeated bytes parent_hashes = 4;
      指定者:
      getParentHashesCount 在接口中 CommonProto.BlockOrBuilder
      返回:
      The count of parentHashes.
    • getParentHashes

      public com.google.protobuf.ByteString getParentHashes(int index)
       父区块的哈希
       
      repeated bytes parent_hashes = 4;
      指定者:
      getParentHashes 在接口中 CommonProto.BlockOrBuilder
      参数:
      index - The index of the element to return.
      返回:
      The parentHashes at the given index.
    • getWitnessesList

      public List<com.google.protobuf.ByteString> getWitnessesList()
       见证者账户地址
       
      repeated bytes witnesses = 5;
      指定者:
      getWitnessesList 在接口中 CommonProto.BlockOrBuilder
      返回:
      A list containing the witnesses.
    • getWitnessesCount

      public int getWitnessesCount()
       见证者账户地址
       
      repeated bytes witnesses = 5;
      指定者:
      getWitnessesCount 在接口中 CommonProto.BlockOrBuilder
      返回:
      The count of witnesses.
    • getWitnesses

      public com.google.protobuf.ByteString getWitnesses(int index)
       见证者账户地址
       
      repeated bytes witnesses = 5;
      指定者:
      getWitnesses 在接口中 CommonProto.BlockOrBuilder
      参数:
      index - The index of the element to return.
      返回:
      The witnesses at the given index.
    • getTimestamp

      public long getTimestamp()
       区块产生时的 UNIX 时间戳,单位为秒
       
      int64 timestamp = 6;
      指定者:
      getTimestamp 在接口中 CommonProto.BlockOrBuilder
      返回:
      The timestamp.
    • getSize

      public long getSize()
       区块大小的字节数
       
      uint64 size = 7;
      指定者:
      getSize 在接口中 CommonProto.BlockOrBuilder
      返回:
      The size.
    • getTransactionCount

      public int getTransactionCount()
       区块包含的事务数量
       
      uint32 transaction_count = 8;
      指定者:
      getTransactionCount 在接口中 CommonProto.BlockOrBuilder
      返回:
      The transactionCount.
    • getTransactionsRoot

      public com.google.protobuf.ByteString getTransactionsRoot()
       区块的事务默克尔树根
       
      bytes transactions_root = 9;
      指定者:
      getTransactionsRoot 在接口中 CommonProto.BlockOrBuilder
      返回:
      The transactionsRoot.
    • getTransactionsList

      public List<CommonProto.Transaction> getTransactionsList()
       事务对象的数组,或为空
       
      repeated .bdware.bdledger.api.Transaction transactions = 10;
      指定者:
      getTransactionsList 在接口中 CommonProto.BlockOrBuilder
    • getTransactionsOrBuilderList

      public List<? extends CommonProto.TransactionOrBuilder> getTransactionsOrBuilderList()
       事务对象的数组,或为空
       
      repeated .bdware.bdledger.api.Transaction transactions = 10;
      指定者:
      getTransactionsOrBuilderList 在接口中 CommonProto.BlockOrBuilder
    • getTransactionsCount

      public int getTransactionsCount()
       事务对象的数组,或为空
       
      repeated .bdware.bdledger.api.Transaction transactions = 10;
      指定者:
      getTransactionsCount 在接口中 CommonProto.BlockOrBuilder
    • getTransactions

      public CommonProto.Transaction getTransactions(int index)
       事务对象的数组,或为空
       
      repeated .bdware.bdledger.api.Transaction transactions = 10;
      指定者:
      getTransactions 在接口中 CommonProto.BlockOrBuilder
    • getTransactionsOrBuilder

      public CommonProto.TransactionOrBuilder getTransactionsOrBuilder(int index)
       事务对象的数组,或为空
       
      repeated .bdware.bdledger.api.Transaction transactions = 10;
      指定者:
      getTransactionsOrBuilder 在接口中 CommonProto.BlockOrBuilder
    • getTransactionHashesList

      public List<com.google.protobuf.ByteString> getTransactionHashesList()
       20字节的交易哈希的数组,或为空
       
      repeated bytes transaction_hashes = 11;
      指定者:
      getTransactionHashesList 在接口中 CommonProto.BlockOrBuilder
      返回:
      A list containing the transactionHashes.
    • getTransactionHashesCount

      public int getTransactionHashesCount()
       20字节的交易哈希的数组,或为空
       
      repeated bytes transaction_hashes = 11;
      指定者:
      getTransactionHashesCount 在接口中 CommonProto.BlockOrBuilder
      返回:
      The count of transactionHashes.
    • getTransactionHashes

      public com.google.protobuf.ByteString getTransactionHashes(int index)
       20字节的交易哈希的数组,或为空
       
      repeated bytes transaction_hashes = 11;
      指定者:
      getTransactionHashes 在接口中 CommonProto.BlockOrBuilder
      参数:
      index - The index of the element to return.
      返回:
      The transactionHashes at the given index.
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • parseFrom

      public static CommonProto.Block parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommonProto.Block parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommonProto.Block parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommonProto.Block parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommonProto.Block parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommonProto.Block parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommonProto.Block parseFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static CommonProto.Block parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static CommonProto.Block parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static CommonProto.Block parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static CommonProto.Block parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static CommonProto.Block parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilderForType

      public CommonProto.Block.Builder newBuilderForType()
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

      public static CommonProto.Block.Builder newBuilder()
    • newBuilder

      public static CommonProto.Block.Builder newBuilder(CommonProto.Block prototype)
    • toBuilder

      public CommonProto.Block.Builder toBuilder()
      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • newBuilderForType

      protected CommonProto.Block.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static CommonProto.Block getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<CommonProto.Block> parser()
    • getParserForType

      public com.google.protobuf.Parser<CommonProto.Block> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public CommonProto.Block getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder