Interface CryptoDeleteLiveHashTransactionBodyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * An account associated to a live hash.
    com.google.protobuf.ByteString
    * The SHA-384 value of a specific live hash to delete.
    boolean
    * An account associated to a live hash.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasAccountOfLiveHash

      boolean hasAccountOfLiveHash()
       *
       An account associated to a live hash.
       
      .proto.AccountID accountOfLiveHash = 1;
      Returns:
      Whether the accountOfLiveHash field is set.
    • getAccountOfLiveHash

      AccountID getAccountOfLiveHash()
       *
       An account associated to a live hash.
       
      .proto.AccountID accountOfLiveHash = 1;
      Returns:
      The accountOfLiveHash.
    • getLiveHashToDelete

      com.google.protobuf.ByteString getLiveHashToDelete()
       *
       The SHA-384 value of a specific live hash to delete.
       
      bytes liveHashToDelete = 2;
      Returns:
      The liveHashToDelete.