Interface Consensus.ProposeRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Consensus.ProposeRequest, Consensus.ProposeRequest.Builder
Enclosing class:
Consensus

public static interface Consensus.ProposeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    long getHeight()
    uint64 height = 2;
    Types.Hash getProposeHash()
    .exonum.crypto.Hash propose_hash = 3;
    Types.HashOrBuilder getProposeHashOrBuilder()
    .exonum.crypto.Hash propose_hash = 3;
    Types.PublicKey getTo()
    .exonum.crypto.PublicKey to = 1;
    Types.PublicKeyOrBuilder getToOrBuilder()
    .exonum.crypto.PublicKey to = 1;
    boolean hasProposeHash()
    .exonum.crypto.Hash propose_hash = 3;
    boolean hasTo()
    .exonum.crypto.PublicKey to = 1;

    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