public static interface Protocol.SmartContract.ABI.Entry.ParamOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIndexed()
bool indexed = 1; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
String |
getType()
SolidityType type = 3;
string type = 3; |
com.google.protobuf.ByteString |
getTypeBytes()
SolidityType type = 3;
string type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getIndexed()
bool indexed = 1;String getName()
string name = 2;com.google.protobuf.ByteString getNameBytes()
string name = 2;String getType()
SolidityType type = 3;
string type = 3;com.google.protobuf.ByteString getTypeBytes()
SolidityType type = 3;
string type = 3;Copyright © 2020. All rights reserved.