接口 LedgerProto.SendTransactionRequest.TransactionOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
LedgerProto.SendTransactionRequest.Transaction
,LedgerProto.SendTransactionRequest.Transaction.Builder
public static interface LedgerProto.SendTransactionRequest.TransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明com.google.protobuf.ByteString
getData()
bytes data = 5;
com.google.protobuf.ByteString
getFrom()
bytes from = 2;
long
getNonce()
uint64 nonce = 3;
com.google.protobuf.ByteString
getTo()
bytes to = 4;
getType()
.bdware.bdledger.api.TransactionType type = 1;
int
.bdware.bdledger.api.TransactionType type = 1;
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getTypeValue
int getTypeValue().bdware.bdledger.api.TransactionType type = 1;
- 返回:
- The enum numeric value on the wire for type.
-
getType
CommonProto.TransactionType getType().bdware.bdledger.api.TransactionType type = 1;
- 返回:
- The type.
-
getFrom
com.google.protobuf.ByteString getFrom()bytes from = 2;
- 返回:
- The from.
-
getNonce
long getNonce()uint64 nonce = 3;
- 返回:
- The nonce.
-
getTo
com.google.protobuf.ByteString getTo()bytes to = 4;
- 返回:
- The to.
-
getData
com.google.protobuf.ByteString getData()bytes data = 5;
- 返回:
- The data.
-