public interface ReadStateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getArguments(int index)
repeated bytes arguments = 3; |
int |
getArgumentsCount()
repeated bytes arguments = 3; |
List<com.google.protobuf.ByteString> |
getArgumentsList()
repeated bytes arguments = 3; |
String |
getHeight()
optional, if not present, read from tip height
|
com.google.protobuf.ByteString |
getHeightBytes()
optional, if not present, read from tip height
|
com.google.protobuf.ByteString |
getMethodName()
bytes methodName = 2; |
com.google.protobuf.ByteString |
getProtocolID()
bytes protocolID = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getProtocolID()
bytes protocolID = 1;com.google.protobuf.ByteString getMethodName()
bytes methodName = 2;List<com.google.protobuf.ByteString> getArgumentsList()
repeated bytes arguments = 3;int getArgumentsCount()
repeated bytes arguments = 3;com.google.protobuf.ByteString getArguments(int index)
repeated bytes arguments = 3;String getHeight()
optional, if not present, read from tip height
string height = 4;com.google.protobuf.ByteString getHeightBytes()
optional, if not present, read from tip height
string height = 4;Copyright © 2022 IoTeX Group. All rights reserved.