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

package com.hedera.hashgraph.sdk.proto;

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

  /**
   * 
   **
   * 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 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 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy