com.hederahashgraph.api.proto.java.CryptoDeleteLiveHashTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_delete_live_hash.proto
// Protobuf Java Version: 3.25.4
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;
* @return Whether the accountOfLiveHash field is set.
*/
boolean hasAccountOfLiveHash();
/**
*
**
* The account owning the livehash
*
*
* .proto.AccountID accountOfLiveHash = 1;
* @return The accountOfLiveHash.
*/
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;
* @return The liveHashToDelete.
*/
com.google.protobuf.ByteString getLiveHashToDelete();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy