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

com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBodyOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.40.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: token_unfreeze_account.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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

  /**
   * 
   **
   * The token for which this account will be unfrozen. If token does not exist, transaction
   * results in INVALID_TOKEN_ID
   * 
* * .proto.TokenID token = 1; * @return Whether the token field is set. */ boolean hasToken(); /** *
   **
   * The token for which this account will be unfrozen. If token does not exist, transaction
   * results in INVALID_TOKEN_ID
   * 
* * .proto.TokenID token = 1; * @return The token. */ com.hedera.hashgraph.sdk.proto.TokenID getToken(); /** *
   **
   * The token for which this account will be unfrozen. If token does not exist, transaction
   * results in INVALID_TOKEN_ID
   * 
* * .proto.TokenID token = 1; */ com.hedera.hashgraph.sdk.proto.TokenIDOrBuilder getTokenOrBuilder(); /** *
   **
   * The account to be unfrozen
   * 
* * .proto.AccountID account = 2; * @return Whether the account field is set. */ boolean hasAccount(); /** *
   **
   * The account to be unfrozen
   * 
* * .proto.AccountID account = 2; * @return The account. */ com.hedera.hashgraph.sdk.proto.AccountID getAccount(); /** *
   **
   * The account to be unfrozen
   * 
* * .proto.AccountID account = 2; */ com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getAccountOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy