com.hedera.services.stream.proto.ContractStateChangesOrBuilder Maven / Gradle / Ivy
// 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 extends com.hedera.services.stream.proto.ContractStateChangeOrBuilder>
getContractStateChangesOrBuilderList();
/**
* repeated .proto.ContractStateChange contract_state_changes = 1;
*/
com.hedera.services.stream.proto.ContractStateChangeOrBuilder getContractStateChangesOrBuilder(
int index);
}