Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface InternalCallContextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
InternalCallContext,InternalCallContext.Builder
@Generated
public interface InternalCallContextOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getGas
long getGas()* The gas available for the call.<br/>
uint64 gas = 1;- Returns:
- The gas.
-
getValue
long getValue()* The value sent with the call.<br/>
uint64 value = 2;- Returns:
- The value.
-
getCallData
com.google.protobuf.ByteString getCallData()* The call data for the call.<br/>
bytes call_data = 3;- Returns:
- The callData.
-