Package org.bdware.bdledger.api.grpc.pb
Interface LedgerProto.SendTransactionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LedgerProto.SendTransactionRequest
,LedgerProto.SendTransactionRequest.Builder
- Enclosing class:
LedgerProto
public static interface LedgerProto.SendTransactionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLedger name 账本名称com.google.protobuf.ByteString
Ledger name 账本名称Transaction info 事务信息Transaction info 事务信息boolean
Transaction info 事务信息Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLedger
String getLedger()Ledger name 账本名称
string ledger = 1;
- Returns:
- The ledger.
-
getLedgerBytes
com.google.protobuf.ByteString getLedgerBytes()Ledger name 账本名称
string ledger = 1;
- Returns:
- The bytes for ledger.
-
hasTransaction
boolean hasTransaction()Transaction info 事务信息
.bdware.bdledger.api.SendTransactionRequest.Transaction transaction = 2;
- Returns:
- Whether the transaction field is set.
-
getTransaction
LedgerProto.SendTransactionRequest.Transaction getTransaction()Transaction info 事务信息
.bdware.bdledger.api.SendTransactionRequest.Transaction transaction = 2;
- Returns:
- The transaction.
-
getTransactionOrBuilder
LedgerProto.SendTransactionRequest.TransactionOrBuilder getTransactionOrBuilder()Transaction info 事务信息
.bdware.bdledger.api.SendTransactionRequest.Transaction transaction = 2;
-