public static interface Protocol.TransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.raw |
getRawData()
.protocol.Transaction.raw raw_data = 1; |
Protocol.Transaction.rawOrBuilder |
getRawDataOrBuilder()
.protocol.Transaction.raw raw_data = 1; |
Protocol.Transaction.Result |
getRet(int index)
repeated .protocol.Transaction.Result ret = 5; |
int |
getRetCount()
repeated .protocol.Transaction.Result ret = 5; |
List<Protocol.Transaction.Result> |
getRetList()
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.ResultOrBuilder |
getRetOrBuilder(int index)
repeated .protocol.Transaction.Result ret = 5; |
List<? extends Protocol.Transaction.ResultOrBuilder> |
getRetOrBuilderList()
repeated .protocol.Transaction.Result ret = 5; |
com.google.protobuf.ByteString |
getSignature(int index)
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2; |
int |
getSignatureCount()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2; |
List<com.google.protobuf.ByteString> |
getSignatureList()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2; |
boolean |
hasRawData()
.protocol.Transaction.raw raw_data = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRawData()
.protocol.Transaction.raw raw_data = 1;
Protocol.Transaction.raw getRawData()
.protocol.Transaction.raw raw_data = 1;
Protocol.Transaction.rawOrBuilder getRawDataOrBuilder()
.protocol.Transaction.raw raw_data = 1;
List<com.google.protobuf.ByteString> getSignatureList()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;
int getSignatureCount()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;
com.google.protobuf.ByteString getSignature(int index)
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;
List<Protocol.Transaction.Result> getRetList()
repeated .protocol.Transaction.Result ret = 5;
Protocol.Transaction.Result getRet(int index)
repeated .protocol.Transaction.Result ret = 5;
int getRetCount()
repeated .protocol.Transaction.Result ret = 5;
List<? extends Protocol.Transaction.ResultOrBuilder> getRetOrBuilderList()
repeated .protocol.Transaction.Result ret = 5;
Protocol.Transaction.ResultOrBuilder getRetOrBuilder(int index)
repeated .protocol.Transaction.Result ret = 5;
Copyright © 2020. All rights reserved.