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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: crypto_add_live_hash.proto

package com.hederahashgraph.api.proto.java;

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.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.LiveHashOrBuilder getLiveHashOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy