Interface CoreProtos.TxLocationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CoreProtos.TxLocation, CoreProtos.TxLocation.Builder
    Enclosing class:
    CoreProtos

    public static interface CoreProtos.TxLocationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getBlockHeight()
      uint64 block_height = 1;
      long getPositionInBlock()
      uint64 position_in_block = 2;
      • 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 Detail

      • getBlockHeight

        long getBlockHeight()
        uint64 block_height = 1;
      • getPositionInBlock

        long getPositionInBlock()
        uint64 position_in_block = 2;