Interface Base.AnyTxOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Base.AnyTx, Base.AnyTx.Builder
Enclosing class:
Base

public static interface Base.AnyTxOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    com.google.protobuf.ByteString getArguments()
    Serialized transaction arguments.
    Base.CallInfo getCallInfo()
    Information required for the call of the corresponding executor.
    Base.CallInfoOrBuilder getCallInfoOrBuilder()
    Information required for the call of the corresponding executor.
    boolean hasCallInfo()
    Information required for the call of the corresponding executor.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasCallInfo

      boolean hasCallInfo()
       Information required for the call of the corresponding executor.
       
      .exonum.runtime.CallInfo call_info = 1;
      Returns:
      Whether the callInfo field is set.
    • getCallInfo

      Base.CallInfo getCallInfo()
       Information required for the call of the corresponding executor.
       
      .exonum.runtime.CallInfo call_info = 1;
      Returns:
      The callInfo.
    • getCallInfoOrBuilder

      Base.CallInfoOrBuilder getCallInfoOrBuilder()
       Information required for the call of the corresponding executor.
       
      .exonum.runtime.CallInfo call_info = 1;
    • getArguments

      com.google.protobuf.ByteString getArguments()
       Serialized transaction arguments.
       
      bytes arguments = 2;
      Returns:
      The arguments.