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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * The call data for the call.<br/>
    long
    * The gas available for the call.<br/>
    long
    * The value sent with the call.<br/>

    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.