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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: crypto_approve_allowance.proto

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   **
   * List of hbar allowances approved by the account owner.
   * 
* * repeated .proto.CryptoAllowance cryptoAllowances = 1; */ java.util.List getCryptoAllowancesList(); /** *
   **
   * List of hbar allowances approved by the account owner.
   * 
* * repeated .proto.CryptoAllowance cryptoAllowances = 1; */ com.hederahashgraph.api.proto.java.CryptoAllowance getCryptoAllowances(int index); /** *
   **
   * List of hbar allowances approved by the account owner.
   * 
* * repeated .proto.CryptoAllowance cryptoAllowances = 1; */ int getCryptoAllowancesCount(); /** *
   **
   * List of hbar allowances approved by the account owner.
   * 
* * repeated .proto.CryptoAllowance cryptoAllowances = 1; */ java.util.List getCryptoAllowancesOrBuilderList(); /** *
   **
   * List of hbar allowances approved by the account owner.
   * 
* * repeated .proto.CryptoAllowance cryptoAllowances = 1; */ com.hederahashgraph.api.proto.java.CryptoAllowanceOrBuilder getCryptoAllowancesOrBuilder( int index); /** *
   **
   * List of non-fungible token allowances approved by the account owner.
   * 
* * repeated .proto.NftAllowance nftAllowances = 2; */ java.util.List getNftAllowancesList(); /** *
   **
   * List of non-fungible token allowances approved by the account owner.
   * 
* * repeated .proto.NftAllowance nftAllowances = 2; */ com.hederahashgraph.api.proto.java.NftAllowance getNftAllowances(int index); /** *
   **
   * List of non-fungible token allowances approved by the account owner.
   * 
* * repeated .proto.NftAllowance nftAllowances = 2; */ int getNftAllowancesCount(); /** *
   **
   * List of non-fungible token allowances approved by the account owner.
   * 
* * repeated .proto.NftAllowance nftAllowances = 2; */ java.util.List getNftAllowancesOrBuilderList(); /** *
   **
   * List of non-fungible token allowances approved by the account owner.
   * 
* * repeated .proto.NftAllowance nftAllowances = 2; */ com.hederahashgraph.api.proto.java.NftAllowanceOrBuilder getNftAllowancesOrBuilder( int index); /** *
   **
   * List of fungible token allowances approved by the account owner.
   * 
* * repeated .proto.TokenAllowance tokenAllowances = 3; */ java.util.List getTokenAllowancesList(); /** *
   **
   * List of fungible token allowances approved by the account owner.
   * 
* * repeated .proto.TokenAllowance tokenAllowances = 3; */ com.hederahashgraph.api.proto.java.TokenAllowance getTokenAllowances(int index); /** *
   **
   * List of fungible token allowances approved by the account owner.
   * 
* * repeated .proto.TokenAllowance tokenAllowances = 3; */ int getTokenAllowancesCount(); /** *
   **
   * List of fungible token allowances approved by the account owner.
   * 
* * repeated .proto.TokenAllowance tokenAllowances = 3; */ java.util.List getTokenAllowancesOrBuilderList(); /** *
   **
   * List of fungible token allowances approved by the account owner.
   * 
* * repeated .proto.TokenAllowance tokenAllowances = 3; */ com.hederahashgraph.api.proto.java.TokenAllowanceOrBuilder getTokenAllowancesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy