com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBodyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_add_live_hash.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface CryptoAddLiveHashTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.CryptoAddLiveHashTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* A hash of some credential or certificate, along with the keys of the entities that asserted it validity
*
*
* .proto.LiveHash liveHash = 3;
* @return Whether the liveHash field is set.
*/
boolean hasLiveHash();
/**
*
**
* A hash of some credential or certificate, along with the keys of the entities that asserted it validity
*
*
* .proto.LiveHash liveHash = 3;
* @return The liveHash.
*/
com.hedera.hashgraph.sdk.proto.LiveHash getLiveHash();
/**
*
**
* A hash of some credential or certificate, along with the keys of the entities that asserted it validity
*
*
* .proto.LiveHash liveHash = 3;
*/
com.hedera.hashgraph.sdk.proto.LiveHashOrBuilder getLiveHashOrBuilder();
}