Package com.exonum.messages.core
Interface Blockchain.TxLocationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Blockchain.TxLocation
,Blockchain.TxLocation.Builder
- Enclosing class:
- Blockchain
public static interface Blockchain.TxLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description long
getBlockHeight()
uint64 block_height = 1;
int
getPositionInBlock()
uint32 position_in_block = 2;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBlockHeight
long getBlockHeight()uint64 block_height = 1;
- Returns:
- The blockHeight.
-
getPositionInBlock
int getPositionInBlock()uint32 position_in_block = 2;
- Returns:
- The positionInBlock.
-