com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBodyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
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 extends com.hedera.hashgraph.sdk.proto.CryptoAllowanceOrBuilder>
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 extends com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder>
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 extends com.hedera.hashgraph.sdk.proto.TokenAllowanceOrBuilder>
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);
}