com.hederahashgraph.api.proto.java.ContractCallTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ContractCall.proto
package com.hederahashgraph.api.proto.java;
public interface ContractCallTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ContractCallTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
* the contract instance to call, in the format used in transactions
*
*
* .proto.ContractID contractID = 1;
*/
boolean hasContractID();
/**
*
* the contract instance to call, in the format used in transactions
*
*
* .proto.ContractID contractID = 1;
*/
com.hederahashgraph.api.proto.java.ContractID getContractID();
/**
*
* the contract instance to call, in the format used in transactions
*
*
* .proto.ContractID contractID = 1;
*/
com.hederahashgraph.api.proto.java.ContractIDOrBuilder getContractIDOrBuilder();
/**
*
* the maximum amount of gas to use for the call
*
*
* int64 gas = 2;
*/
long getGas();
/**
*
* number of tinybars sent (the function must be payable if this is nonzero)
*
*
* int64 amount = 3;
*/
long getAmount();
/**
*
* which function to call, and the parameters to pass to the function
*
*
* bytes functionParameters = 4;
*/
com.google.protobuf.ByteString getFunctionParameters();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy