public static interface Transaction.SignedTransactionsBlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Transaction.SignedTransaction |
getTransactions(int index)
Set of Signed Transactions
|
int |
getTransactionsCount()
Set of Signed Transactions
|
List<Transaction.SignedTransaction> |
getTransactionsList()
Set of Signed Transactions
|
Transaction.SignedTransactionOrBuilder |
getTransactionsOrBuilder(int index)
Set of Signed Transactions
|
List<? extends Transaction.SignedTransactionOrBuilder> |
getTransactionsOrBuilderList()
Set of Signed Transactions
|
com.google.protobuf.ByteString |
getValidatorPublicKey()
Public key of the validator that created this block
|
com.google.protobuf.ByteString |
getValidatorSignature()
Signature of the validator that created this block
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Transaction.SignedTransaction> getTransactionsList()
Set of Signed Transactions
repeated .types.SignedTransaction transactions = 1;Transaction.SignedTransaction getTransactions(int index)
Set of Signed Transactions
repeated .types.SignedTransaction transactions = 1;int getTransactionsCount()
Set of Signed Transactions
repeated .types.SignedTransaction transactions = 1;List<? extends Transaction.SignedTransactionOrBuilder> getTransactionsOrBuilderList()
Set of Signed Transactions
repeated .types.SignedTransaction transactions = 1;Transaction.SignedTransactionOrBuilder getTransactionsOrBuilder(int index)
Set of Signed Transactions
repeated .types.SignedTransaction transactions = 1;com.google.protobuf.ByteString getValidatorPublicKey()
Public key of the validator that created this block
bytes validator_public_key = 2;com.google.protobuf.ByteString getValidatorSignature()
Signature of the validator that created this block
bytes validator_signature = 3;Copyright © 2019. All rights reserved.