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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   **
   * A fungible/common token type.
   * 
* * .proto.TokenID fungible_token = 1; * @return Whether the fungibleToken field is set. */ boolean hasFungibleToken(); /** *
   **
   * A fungible/common token type.
   * 
* * .proto.TokenID fungible_token = 1; * @return The fungibleToken. */ com.hederahashgraph.api.proto.java.TokenID getFungibleToken(); /** *
   **
   * A fungible/common token type.
   * 
* * .proto.TokenID fungible_token = 1; */ com.hederahashgraph.api.proto.java.TokenIDOrBuilder getFungibleTokenOrBuilder(); /** *
   **
   * A single specific serialized non-fungible/unique token.
   * 
* * .proto.NftID nft = 2; * @return Whether the nft field is set. */ boolean hasNft(); /** *
   **
   * A single specific serialized non-fungible/unique token.
   * 
* * .proto.NftID nft = 2; * @return The nft. */ com.hederahashgraph.api.proto.java.NftID getNft(); /** *
   **
   * A single specific serialized non-fungible/unique token.
   * 
* * .proto.NftID nft = 2; */ com.hederahashgraph.api.proto.java.NftIDOrBuilder getNftOrBuilder(); public com.hederahashgraph.api.proto.java.TokenReference.TokenIdentifierCase getTokenIdentifierCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy