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

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

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

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

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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.TokenAllowanceOrBuilder getTokenAllowancesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy