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

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

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: state/token/token_relation.proto

package com.hederahashgraph.api.proto.java;

public final class TokenRelationOuterClass {
  private TokenRelationOuterClass() {}
  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_TokenRelation_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_TokenRelation_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 state/token/token_relation.proto\022\005prot" +
      "o\032\021basic_types.proto\"\370\001\n\rTokenRelation\022 " +
      "\n\010token_id\030\001 \001(\0132\016.proto.TokenID\022$\n\nacco" +
      "unt_id\030\002 \001(\0132\020.proto.AccountID\022\017\n\007balanc" +
      "e\030\003 \001(\003\022\016\n\006frozen\030\004 \001(\010\022\023\n\013kyc_granted\030\005" +
      " \001(\010\022\035\n\025automatic_association\030\006 \001(\010\022&\n\016p" +
      "revious_token\030\007 \001(\0132\016.proto.TokenID\022\"\n\nn" +
      "ext_token\030\010 \001(\0132\016.proto.TokenIDB&\n\"com.h" +
      "ederahashgraph.api.proto.javaP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
        });
    internal_static_proto_TokenRelation_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_TokenRelation_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_TokenRelation_descriptor,
        new java.lang.String[] { "TokenId", "AccountId", "Balance", "Frozen", "KycGranted", "AutomaticAssociation", "PreviousToken", "NextToken", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy