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

com.hederahashgraph.api.proto.java.CryptoAllowanceOrBuilder Maven / Gradle / Ivy

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   **
   * The account ID of the hbar owner (ie. the grantor of the allowance).
   * 
* * .proto.AccountID owner = 1; * @return Whether the owner field is set. */ boolean hasOwner(); /** *
   **
   * The account ID of the hbar owner (ie. the grantor of the allowance).
   * 
* * .proto.AccountID owner = 1; * @return The owner. */ com.hederahashgraph.api.proto.java.AccountID getOwner(); /** *
   **
   * The account ID of the hbar owner (ie. the grantor of the allowance).
   * 
* * .proto.AccountID owner = 1; */ com.hederahashgraph.api.proto.java.AccountIDOrBuilder getOwnerOrBuilder(); /** *
   **
   * The account ID of the spender of the hbar allowance.
   * 
* * .proto.AccountID spender = 2; * @return Whether the spender field is set. */ boolean hasSpender(); /** *
   **
   * The account ID of the spender of the hbar allowance.
   * 
* * .proto.AccountID spender = 2; * @return The spender. */ com.hederahashgraph.api.proto.java.AccountID getSpender(); /** *
   **
   * The account ID of the spender of the hbar allowance.
   * 
* * .proto.AccountID spender = 2; */ com.hederahashgraph.api.proto.java.AccountIDOrBuilder getSpenderOrBuilder(); /** *
   **
   * The amount of the spender's allowance in tinybars.
   * 
* * int64 amount = 3; * @return The amount. */ long getAmount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy