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

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

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.MessageLiteOrBuilder {

  /**
   * .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();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy