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

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

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: state/token/account.proto

package com.hederahashgraph.api.proto.java;

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.hederahashgraph.api.proto.java.AccountID getSpenderId();
  /**
   * .proto.AccountID spender_id = 1;
   */
  com.hederahashgraph.api.proto.java.AccountIDOrBuilder getSpenderIdOrBuilder();

  /**
   * int64 amount = 2;
   * @return The amount.
   */
  long getAmount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy