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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * The token for which this account will be frozen. If token does not exist, transaction results in INVALID_TOKEN_ID
   * 
* * .proto.TokenID token = 1; */ boolean hasToken(); /** *
   * The token for which this account will be frozen. If token does not exist, transaction results in INVALID_TOKEN_ID
   * 
* * .proto.TokenID token = 1; */ com.hederahashgraph.api.proto.java.TokenID getToken(); /** *
   * The token for which this account will be frozen. If token does not exist, transaction results in INVALID_TOKEN_ID
   * 
* * .proto.TokenID token = 1; */ com.hederahashgraph.api.proto.java.TokenIDOrBuilder getTokenOrBuilder(); /** *
   * The account to be frozen
   * 
* * .proto.AccountID account = 2; */ boolean hasAccount(); /** *
   * The account to be frozen
   * 
* * .proto.AccountID account = 2; */ com.hederahashgraph.api.proto.java.AccountID getAccount(); /** *
   * The account to be frozen
   * 
* * .proto.AccountID account = 2; */ com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy