Package com.exonum.core.messages
Interface Consensus.TransactionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Consensus.TransactionsRequest,Consensus.TransactionsRequest.Builder
- Enclosing class:
- Consensus
public static interface Consensus.TransactionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description Types.PublicKeygetTo().exonum.crypto.PublicKey to = 1;Types.PublicKeyOrBuildergetToOrBuilder().exonum.crypto.PublicKey to = 1;Types.HashgetTxs(int index)repeated .exonum.crypto.Hash txs = 2;intgetTxsCount()repeated .exonum.crypto.Hash txs = 2;List<Types.Hash>getTxsList()repeated .exonum.crypto.Hash txs = 2;Types.HashOrBuildergetTxsOrBuilder(int index)repeated .exonum.crypto.Hash txs = 2;List<? extends Types.HashOrBuilder>getTxsOrBuilderList()repeated .exonum.crypto.Hash txs = 2;booleanhasTo().exonum.crypto.PublicKey to = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTo
boolean hasTo().exonum.crypto.PublicKey to = 1;- Returns:
- Whether the to field is set.
-
getTo
Types.PublicKey getTo().exonum.crypto.PublicKey to = 1;- Returns:
- The to.
-
getToOrBuilder
Types.PublicKeyOrBuilder getToOrBuilder().exonum.crypto.PublicKey to = 1; -
getTxsList
List<Types.Hash> getTxsList()repeated .exonum.crypto.Hash txs = 2; -
getTxs
repeated .exonum.crypto.Hash txs = 2; -
getTxsCount
int getTxsCount()repeated .exonum.crypto.Hash txs = 2; -
getTxsOrBuilderList
List<? extends Types.HashOrBuilder> getTxsOrBuilderList()repeated .exonum.crypto.Hash txs = 2; -
getTxsOrBuilder
repeated .exonum.crypto.Hash txs = 2;
-