Class ContractLoginfo

java.lang.Object
com.google.protobuf.AbstractMessageLite<ContractLoginfo,ContractLoginfo.Builder>
com.google.protobuf.GeneratedMessageLite<ContractLoginfo,ContractLoginfo.Builder>
com.hedera.hashgraph.sdk.proto.ContractLoginfo
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, ContractLoginfoOrBuilder

@Generated public final class ContractLoginfo extends com.google.protobuf.GeneratedMessageLite<ContractLoginfo,ContractLoginfo.Builder> implements ContractLoginfoOrBuilder
 *
 EVM log data for a contract call.<br/>
 The EVM log information produced by a smart contract function call.

 Each contract function call MAY return zero or more log events.
 
Protobuf type proto.ContractLoginfo
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    * EVM log data for a contract call.<br/> The EVM log information produced by a smart contract function call.

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

    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.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageLite

    unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
     
    com.google.protobuf.ByteString
    * A bloom filter.<br/> This filter applies to this log entry and indexes the contract log data in the full data of the Ethereum block.<br/> EIP-7668 proposes to remove bloom filters as they are quite low value in practice and separate indexing services are more effective.
    * A contract identifier.<br/> This refers to the contract that generated this log entry.
    com.google.protobuf.ByteString
    * Event data for this log entry.<br/> This is binary data consisting of an arbitrary number of 256 bit (32 byte) words.
     
    com.google.protobuf.ByteString
    getTopic(int index)
    * A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
    int
    * A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
    List<com.google.protobuf.ByteString>
    * A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
    boolean
    * A contract identifier.<br/> This refers to the contract that generated this log entry.
     
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<ContractLoginfo>
     

    Methods inherited from class com.google.protobuf.GeneratedMessageLite

    createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Field Details

  • Method Details

    • hasContractID

      public boolean hasContractID()
       *
       A contract identifier.<br/>
       This refers to the contract that generated this log entry.
       
      .proto.ContractID contractID = 1;
      Specified by:
      hasContractID in interface ContractLoginfoOrBuilder
      Returns:
      Whether the contractID field is set.
    • getContractID

      public ContractID getContractID()
       *
       A contract identifier.<br/>
       This refers to the contract that generated this log entry.
       
      .proto.ContractID contractID = 1;
      Specified by:
      getContractID in interface ContractLoginfoOrBuilder
      Returns:
      The contractID.
    • getBloom

      public com.google.protobuf.ByteString getBloom()
       *
       A bloom filter.<br/>
       This filter applies to this log entry and indexes the contract log data
       in the full data of the Ethereum block.<br/>
       EIP-7668 proposes to remove bloom filters as they are quite low value
       in practice and separate indexing services are more effective.
       
      bytes bloom = 2;
      Specified by:
      getBloom in interface ContractLoginfoOrBuilder
      Returns:
      The bloom.
    • getTopicList

      public List<com.google.protobuf.ByteString> getTopicList()
       *
       A list of the "topics" in this log entry.<br/>
       The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
       <p>
       The first "topic" is special, and MUST contain the keccak256 hash of the
       event signature, if the event is not anonymous.
       
      repeated bytes topic = 3;
      Specified by:
      getTopicList in interface ContractLoginfoOrBuilder
      Returns:
      A list containing the topic.
    • getTopicCount

      public int getTopicCount()
       *
       A list of the "topics" in this log entry.<br/>
       The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
       <p>
       The first "topic" is special, and MUST contain the keccak256 hash of the
       event signature, if the event is not anonymous.
       
      repeated bytes topic = 3;
      Specified by:
      getTopicCount in interface ContractLoginfoOrBuilder
      Returns:
      The count of topic.
    • getTopic

      public com.google.protobuf.ByteString getTopic(int index)
       *
       A list of the "topics" in this log entry.<br/>
       The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
       <p>
       The first "topic" is special, and MUST contain the keccak256 hash of the
       event signature, if the event is not anonymous.
       
      repeated bytes topic = 3;
      Specified by:
      getTopic in interface ContractLoginfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The topic at the given index.
    • getData

      public com.google.protobuf.ByteString getData()
       *
       Event data for this log entry.<br/>
       This is binary data consisting of an arbitrary number of 256 bit
       (32 byte) words. The content of that data is determined by the smart
       contract code.<br/>
       
      bytes data = 4;
      Specified by:
      getData in interface ContractLoginfoOrBuilder
      Returns:
      The data.
    • parseFrom

      public static ContractLoginfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ContractLoginfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ContractLoginfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ContractLoginfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ContractLoginfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ContractLoginfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ContractLoginfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContractLoginfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ContractLoginfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ContractLoginfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContractLoginfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContractLoginfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static ContractLoginfo.Builder newBuilder()
    • newBuilder

      public static ContractLoginfo.Builder newBuilder(ContractLoginfo prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<ContractLoginfo,ContractLoginfo.Builder>
    • getDefaultInstance

      public static ContractLoginfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ContractLoginfo> parser()