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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * The account ID which will receive all remaining hbars
   * 
* * .proto.AccountID transferAccountID = 1; */ boolean hasTransferAccountID(); /** *
   * The account ID which will receive all remaining hbars
   * 
* * .proto.AccountID transferAccountID = 1; */ com.hederahashgraph.api.proto.java.AccountID getTransferAccountID(); /** *
   * The account ID which will receive all remaining hbars
   * 
* * .proto.AccountID transferAccountID = 1; */ com.hederahashgraph.api.proto.java.AccountIDOrBuilder getTransferAccountIDOrBuilder(); /** *
   * The account ID which should be deleted
   * 
* * .proto.AccountID deleteAccountID = 2; */ boolean hasDeleteAccountID(); /** *
   * The account ID which should be deleted
   * 
* * .proto.AccountID deleteAccountID = 2; */ com.hederahashgraph.api.proto.java.AccountID getDeleteAccountID(); /** *
   * The account ID which should be deleted
   * 
* * .proto.AccountID deleteAccountID = 2; */ com.hederahashgraph.api.proto.java.AccountIDOrBuilder getDeleteAccountIDOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy