Interface CrsPublicationTransactionBodyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
CrsPublicationTransactionBody, CrsPublicationTransactionBody.Builder

@Generated public interface CrsPublicationTransactionBodyOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * The party's generated random CRS.
    com.google.protobuf.ByteString
    * The party's proof of the CRS update.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getNewCrs

      com.google.protobuf.ByteString getNewCrs()
       *
       The party's generated random CRS.
       
      bytes new_crs = 1;
      Returns:
      The newCrs.
    • getProof

      com.google.protobuf.ByteString getProof()
       *
       The party's proof of the CRS update.
       
      bytes proof = 2;
      Returns:
      The proof.