接口 QueryProto.RecentBlocksRequestOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- 封闭类:
- QueryProto
public static interface QueryProto.RecentBlocksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明long
getCount()
int64 count = 2;
.bdware.bdledger.api.IncludeTransactions include_transactions = 3;
int
.bdware.bdledger.api.IncludeTransactions include_transactions = 3;
string ledger = 1;
com.google.protobuf.ByteString
string ledger = 1;
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getLedger
String getLedger()string ledger = 1;
- 返回:
- The ledger.
-
getLedgerBytes
com.google.protobuf.ByteString getLedgerBytes()string ledger = 1;
- 返回:
- The bytes for ledger.
-
getCount
long getCount()int64 count = 2;
- 返回:
- The count.
-
getIncludeTransactionsValue
int getIncludeTransactionsValue().bdware.bdledger.api.IncludeTransactions include_transactions = 3;
- 返回:
- The enum numeric value on the wire for includeTransactions.
-
getIncludeTransactions
QueryProto.IncludeTransactions getIncludeTransactions().bdware.bdledger.api.IncludeTransactions include_transactions = 3;
- 返回:
- The includeTransactions.
-