com.hedera.hapi.block.stream.output.protoc.CreateContractOutputOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: stream/output/smart_contract_service.proto
package com.hedera.hapi.block.stream.output.protoc;
public interface CreateContractOutputOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.block.stream.output.CreateContractOutput)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* A list of additional outputs.
* <p>
* This field MAY record one or more additional outputs and smart
* contract state changes produced during the ethereum call
* transaction handling.<br/>
* This field SHALL NOT be set if the transaction handling did not
* produce additional outputs.<br/>
* This field is not settled and MAY be removed or modified.
*
*
* repeated .proto.TransactionSidecarRecord sidecars = 1;
*/
java.util.List
getSidecarsList();
/**
*
**
* A list of additional outputs.
* <p>
* This field MAY record one or more additional outputs and smart
* contract state changes produced during the ethereum call
* transaction handling.<br/>
* This field SHALL NOT be set if the transaction handling did not
* produce additional outputs.<br/>
* This field is not settled and MAY be removed or modified.
*
*
* repeated .proto.TransactionSidecarRecord sidecars = 1;
*/
com.hedera.services.stream.proto.TransactionSidecarRecord getSidecars(int index);
/**
*
**
* A list of additional outputs.
* <p>
* This field MAY record one or more additional outputs and smart
* contract state changes produced during the ethereum call
* transaction handling.<br/>
* This field SHALL NOT be set if the transaction handling did not
* produce additional outputs.<br/>
* This field is not settled and MAY be removed or modified.
*
*
* repeated .proto.TransactionSidecarRecord sidecars = 1;
*/
int getSidecarsCount();
/**
*
**
* A list of additional outputs.
* <p>
* This field MAY record one or more additional outputs and smart
* contract state changes produced during the ethereum call
* transaction handling.<br/>
* This field SHALL NOT be set if the transaction handling did not
* produce additional outputs.<br/>
* This field is not settled and MAY be removed or modified.
*
*
* repeated .proto.TransactionSidecarRecord sidecars = 1;
*/
java.util.List extends com.hedera.services.stream.proto.TransactionSidecarRecordOrBuilder>
getSidecarsOrBuilderList();
/**
*
**
* A list of additional outputs.
* <p>
* This field MAY record one or more additional outputs and smart
* contract state changes produced during the ethereum call
* transaction handling.<br/>
* This field SHALL NOT be set if the transaction handling did not
* produce additional outputs.<br/>
* This field is not settled and MAY be removed or modified.
*
*
* repeated .proto.TransactionSidecarRecord sidecars = 1;
*/
com.hedera.services.stream.proto.TransactionSidecarRecordOrBuilder getSidecarsOrBuilder(
int index);
/**
*
**
* An EVM contract call result.
* <p>
* This field SHALL contain all of the data produced by the contract
* create transaction as well as basic accounting results.
*
*
* .proto.ContractFunctionResult contract_create_result = 2;
* @return Whether the contractCreateResult field is set.
*/
boolean hasContractCreateResult();
/**
*
**
* An EVM contract call result.
* <p>
* This field SHALL contain all of the data produced by the contract
* create transaction as well as basic accounting results.
*
*
* .proto.ContractFunctionResult contract_create_result = 2;
* @return The contractCreateResult.
*/
com.hederahashgraph.api.proto.java.ContractFunctionResult getContractCreateResult();
/**
*
**
* An EVM contract call result.
* <p>
* This field SHALL contain all of the data produced by the contract
* create transaction as well as basic accounting results.
*
*
* .proto.ContractFunctionResult contract_create_result = 2;
*/
com.hederahashgraph.api.proto.java.ContractFunctionResultOrBuilder getContractCreateResultOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy