All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.services.stream.proto.ContractStateChangesOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: contract_state_change.proto

package com.hedera.services.stream.proto;

public interface ContractStateChangesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.ContractStateChanges)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .proto.ContractStateChange contract_state_changes = 1;
   */
  java.util.List 
      getContractStateChangesList();
  /**
   * repeated .proto.ContractStateChange contract_state_changes = 1;
   */
  com.hedera.services.stream.proto.ContractStateChange getContractStateChanges(int index);
  /**
   * repeated .proto.ContractStateChange contract_state_changes = 1;
   */
  int getContractStateChangesCount();
  /**
   * repeated .proto.ContractStateChange contract_state_changes = 1;
   */
  java.util.List 
      getContractStateChangesOrBuilderList();
  /**
   * repeated .proto.ContractStateChange contract_state_changes = 1;
   */
  com.hedera.services.stream.proto.ContractStateChangeOrBuilder getContractStateChangesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy