Package com.exonum.core.messages
Interface Runtime.AnyTxOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Runtime.AnyTx,Runtime.AnyTx.Builder
- Enclosing class:
- Runtime
public static interface Runtime.AnyTxOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description com.google.protobuf.ByteStringgetArguments()bytes arguments = 2;Runtime.CallInfogetCallInfo().exonum.runtime.CallInfo call_info = 1;Runtime.CallInfoOrBuildergetCallInfoOrBuilder().exonum.runtime.CallInfo call_info = 1;booleanhasCallInfo().exonum.runtime.CallInfo call_info = 1;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().exonum.runtime.CallInfo call_info = 1;- Returns:
- Whether the callInfo field is set.
-
getCallInfo
Runtime.CallInfo getCallInfo().exonum.runtime.CallInfo call_info = 1;- Returns:
- The callInfo.
-
getCallInfoOrBuilder
Runtime.CallInfoOrBuilder getCallInfoOrBuilder().exonum.runtime.CallInfo call_info = 1; -
getArguments
com.google.protobuf.ByteString getArguments()bytes arguments = 2;- Returns:
- The arguments.
-