Interface NftIDOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
NftID, NftID.Builder

@Generated public interface NftIDOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    * A unique serial number.<br/> This serial number is unique within its token type.
    * A token identifier.<br/> This token represents the collection containing this NFT.
    boolean
    * A token identifier.<br/> This token represents the collection containing this NFT.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasTokenID

      boolean hasTokenID()
       *
       A token identifier.<br/>
       This token represents the collection containing this NFT.
       
      .proto.TokenID token_ID = 1;
      Returns:
      Whether the tokenID field is set.
    • getTokenID

      TokenID getTokenID()
       *
       A token identifier.<br/>
       This token represents the collection containing this NFT.
       
      .proto.TokenID token_ID = 1;
      Returns:
      The tokenID.
    • getSerialNumber

      long getSerialNumber()
       *
       A unique serial number.<br/>
       This serial number is unique within its token type.
       
      int64 serial_number = 2;
      Returns:
      The serialNumber.