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

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

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

package com.hederahashgraph.api.proto.java;

public final class NftOuterClass {
  private NftOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_Nft_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_Nft_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\025state/token/nft.proto\022\005proto\032\017timestam" +
      "p.proto\032\021basic_types.proto\"\372\001\n\003Nft\022\034\n\006nf" +
      "t_id\030\001 \001(\0132\014.proto.NftID\022\"\n\010owner_id\030\002 \001" +
      "(\0132\020.proto.AccountID\022$\n\nspender_id\030\003 \001(\013" +
      "2\020.proto.AccountID\022#\n\tmint_time\030\004 \001(\0132\020." +
      "proto.Timestamp\022\020\n\010metadata\030\005 \001(\014\022+\n\025own" +
      "er_previous_nft_id\030\006 \001(\0132\014.proto.NftID\022\'" +
      "\n\021owner_next_nft_id\030\007 \001(\0132\014.proto.NftIDB" +
      "&\n\"com.hederahashgraph.api.proto.javaP\001b" +
      "\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
        });
    internal_static_proto_Nft_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_Nft_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_Nft_descriptor,
        new java.lang.String[] { "NftId", "OwnerId", "SpenderId", "MintTime", "Metadata", "OwnerPreviousNftId", "OwnerNextNftId", });
    com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy