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

com.hedera.hashgraph.sdk.proto.GrantedNftAllowanceOrBuilder 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 GrantedNftAllowanceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.GrantedNftAllowance)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The token that the allowance pertains to.
   * 
* * .proto.TokenID token_id = 1; * @return Whether the tokenId field is set. */ boolean hasTokenId(); /** *
   **
   * The token that the allowance pertains to.
   * 
* * .proto.TokenID token_id = 1; * @return The tokenId. */ com.hedera.hashgraph.sdk.proto.TokenID getTokenId(); /** *
   **
   * The token that the allowance pertains to.
   * 
* * .proto.TokenID token_id = 1; */ com.hedera.hashgraph.sdk.proto.TokenIDOrBuilder getTokenIdOrBuilder(); /** *
   **
   * The account ID of the spender that has been granted access to all NFTs of the owner
   * 
* * .proto.AccountID spender = 2; * @return Whether the spender field is set. */ boolean hasSpender(); /** *
   **
   * The account ID of the spender that has been granted access to all NFTs of the owner
   * 
* * .proto.AccountID spender = 2; * @return The spender. */ com.hedera.hashgraph.sdk.proto.AccountID getSpender(); /** *
   **
   * The account ID of the spender that has been granted access to all NFTs of the owner
   * 
* * .proto.AccountID spender = 2; */ com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getSpenderOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy