All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.CryptoDeleteLiveHashTransactionBodyOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: CryptoDeleteLiveHash.proto

package com.hederahashgraph.api.proto.java;

public interface CryptoDeleteLiveHashTransactionBodyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.CryptoDeleteLiveHashTransactionBody)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The account owning the livehash
   * 
* * .proto.AccountID accountOfLiveHash = 1; */ boolean hasAccountOfLiveHash(); /** *
   * The account owning the livehash
   * 
* * .proto.AccountID accountOfLiveHash = 1; */ com.hederahashgraph.api.proto.java.AccountID getAccountOfLiveHash(); /** *
   * The account owning the livehash
   * 
* * .proto.AccountID accountOfLiveHash = 1; */ com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountOfLiveHashOrBuilder(); /** *
   * The SHA-384 livehash to delete from the account
   * 
* * bytes liveHashToDelete = 2; */ com.google.protobuf.ByteString getLiveHashToDelete(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy