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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * The id of the contract to be deleted
   * 
* * .proto.ContractID contractID = 1; */ boolean hasContractID(); /** *
   * The id of the contract to be deleted
   * 
* * .proto.ContractID contractID = 1; */ com.hederahashgraph.api.proto.java.ContractID getContractID(); /** *
   * The id of the contract to be deleted
   * 
* * .proto.ContractID contractID = 1; */ com.hederahashgraph.api.proto.java.ContractIDOrBuilder getContractIDOrBuilder(); /** *
   * The id of an account to receive any remaining hBars from the deleted contract
   * 
* * .proto.AccountID transferAccountID = 2; */ boolean hasTransferAccountID(); /** *
   * The id of an account to receive any remaining hBars from the deleted contract
   * 
* * .proto.AccountID transferAccountID = 2; */ com.hederahashgraph.api.proto.java.AccountID getTransferAccountID(); /** *
   * The id of an account to receive any remaining hBars from the deleted contract
   * 
* * .proto.AccountID transferAccountID = 2; */ com.hederahashgraph.api.proto.java.AccountIDOrBuilder getTransferAccountIDOrBuilder(); /** *
   * The id of a contract to receive any remaining hBars from the deleted contract
   * 
* * .proto.ContractID transferContractID = 3; */ boolean hasTransferContractID(); /** *
   * The id of a contract to receive any remaining hBars from the deleted contract
   * 
* * .proto.ContractID transferContractID = 3; */ com.hederahashgraph.api.proto.java.ContractID getTransferContractID(); /** *
   * The id of a contract to receive any remaining hBars from the deleted contract
   * 
* * .proto.ContractID transferContractID = 3; */ com.hederahashgraph.api.proto.java.ContractIDOrBuilder getTransferContractIDOrBuilder(); public com.hederahashgraph.api.proto.java.ContractDeleteTransactionBody.ObtainersCase getObtainersCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy