com.hedera.hashgraph.sdk.proto.AccountCryptoAllowanceOrBuilder 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: account.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface AccountCryptoAllowanceOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.AccountCryptoAllowance)
com.google.protobuf.MessageOrBuilder {
/**
* .proto.AccountID spender_id = 1;
* @return Whether the spenderId field is set.
*/
boolean hasSpenderId();
/**
* .proto.AccountID spender_id = 1;
* @return The spenderId.
*/
com.hedera.hashgraph.sdk.proto.AccountID getSpenderId();
/**
* .proto.AccountID spender_id = 1;
*/
com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getSpenderIdOrBuilder();
/**
* int64 amount = 2;
* @return The amount.
*/
long getAmount();
}