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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   **
   * The account to be associated with the provided tokens
   * 
* * .proto.AccountID account = 1; * @return Whether the account field is set. */ boolean hasAccount(); /** *
   **
   * The account to be associated with the provided tokens
   * 
* * .proto.AccountID account = 1; * @return The account. */ com.hederahashgraph.api.proto.java.AccountID getAccount(); /** *
   **
   * The account to be associated with the provided tokens
   * 
* * .proto.AccountID account = 1; */ com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountOrBuilder(); /** *
   **
   * The tokens to be associated with the provided account. In the case of NON_FUNGIBLE_UNIQUE
   * Type, once an account is associated, it can hold any number of NFTs (serial numbers) of that
   * token type
   * 
* * repeated .proto.TokenID tokens = 2; */ java.util.List getTokensList(); /** *
   **
   * The tokens to be associated with the provided account. In the case of NON_FUNGIBLE_UNIQUE
   * Type, once an account is associated, it can hold any number of NFTs (serial numbers) of that
   * token type
   * 
* * repeated .proto.TokenID tokens = 2; */ com.hederahashgraph.api.proto.java.TokenID getTokens(int index); /** *
   **
   * The tokens to be associated with the provided account. In the case of NON_FUNGIBLE_UNIQUE
   * Type, once an account is associated, it can hold any number of NFTs (serial numbers) of that
   * token type
   * 
* * repeated .proto.TokenID tokens = 2; */ int getTokensCount(); /** *
   **
   * The tokens to be associated with the provided account. In the case of NON_FUNGIBLE_UNIQUE
   * Type, once an account is associated, it can hold any number of NFTs (serial numbers) of that
   * token type
   * 
* * repeated .proto.TokenID tokens = 2; */ java.util.List getTokensOrBuilderList(); /** *
   **
   * The tokens to be associated with the provided account. In the case of NON_FUNGIBLE_UNIQUE
   * Type, once an account is associated, it can hold any number of NFTs (serial numbers) of that
   * token type
   * 
* * repeated .proto.TokenID tokens = 2; */ com.hederahashgraph.api.proto.java.TokenIDOrBuilder getTokensOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy