Interface TssEncryptionKeyTransactionBodyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * The raw bytes of the public TSS encryption key of the node sending the transaction.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPublicTssEncryptionKey

      com.google.protobuf.ByteString getPublicTssEncryptionKey()
       *
       The raw bytes of the public TSS encryption key of the node sending the transaction.
       <p>
       This value MUST be set.<br/>
       This value MUST NOT be empty.<br/>
       
      bytes publicTssEncryptionKey = 1;
      Returns:
      The publicTssEncryptionKey.