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

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

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

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

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

  /**
   * 
   **
   * The account ID of the spender of the hbar allowance.
   * 
* * .proto.AccountID spender = 1; * @return Whether the spender field is set. */ boolean hasSpender(); /** *
   **
   * The account ID of the spender of the hbar allowance.
   * 
* * .proto.AccountID spender = 1; * @return The spender. */ com.hedera.hashgraph.sdk.proto.AccountID getSpender(); /** *
   **
   * The account ID of the spender of the hbar allowance.
   * 
* * .proto.AccountID spender = 1; */ com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getSpenderOrBuilder(); /** *
   **
   * The amount of the spender's allowance in tinybars.
   * 
* * int64 amount = 2; * @return The amount. */ long getAmount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy