All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.hederahashgraph.api.proto.java.TokenOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/token/token.proto
package com.hederahashgraph.api.proto.java;
public final class TokenOuterClass {
private TokenOuterClass() {}
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_Token_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_Token_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\027state/token/token.proto\022\005proto\032\021basic_" +
"types.proto\032\021custom_fees.proto\"\304\006\n\005Token" +
"\022 \n\010token_id\030\001 \001(\0132\016.proto.TokenID\022\014\n\004na" +
"me\030\002 \001(\t\022\016\n\006symbol\030\003 \001(\t\022\020\n\010decimals\030\004 \001" +
"(\005\022\024\n\014total_supply\030\005 \001(\003\022-\n\023treasury_acc" +
"ount_id\030\006 \001(\0132\020.proto.AccountID\022\035\n\tadmin" +
"_key\030\007 \001(\0132\n.proto.Key\022\033\n\007kyc_key\030\010 \001(\0132" +
"\n.proto.Key\022\036\n\nfreeze_key\030\t \001(\0132\n.proto." +
"Key\022\034\n\010wipe_key\030\n \001(\0132\n.proto.Key\022\036\n\nsup" +
"ply_key\030\013 \001(\0132\n.proto.Key\022$\n\020fee_schedul" +
"e_key\030\014 \001(\0132\n.proto.Key\022\035\n\tpause_key\030\r \001" +
"(\0132\n.proto.Key\022\037\n\027last_used_serial_numbe" +
"r\030\016 \001(\003\022\017\n\007deleted\030\017 \001(\010\022$\n\ntoken_type\030\020" +
" \001(\0162\020.proto.TokenType\022+\n\013supply_type\030\021 " +
"\001(\0162\026.proto.TokenSupplyType\022/\n\025auto_rene" +
"w_account_id\030\022 \001(\0132\020.proto.AccountID\022\032\n\022" +
"auto_renew_seconds\030\023 \001(\003\022\031\n\021expiration_s" +
"econd\030\024 \001(\003\022\014\n\004memo\030\025 \001(\t\022\022\n\nmax_supply\030" +
"\026 \001(\003\022\016\n\006paused\030\027 \001(\010\022\"\n\032accounts_frozen" +
"_by_default\030\030 \001(\010\022\'\n\037accounts_kyc_grante" +
"d_by_default\030\031 \001(\010\022%\n\013custom_fees\030\032 \003(\0132" +
"\020.proto.CustomFee\022\020\n\010metadata\030\033 \001(\014\022 \n\014m" +
"etadata_key\030\034 \001(\0132\n.proto.KeyB&\n\"com.hed" +
"erahashgraph.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(),
com.hederahashgraph.api.proto.java.CustomFees.getDescriptor(),
});
internal_static_proto_Token_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_Token_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_Token_descriptor,
new java.lang.String[] { "TokenId", "Name", "Symbol", "Decimals", "TotalSupply", "TreasuryAccountId", "AdminKey", "KycKey", "FreezeKey", "WipeKey", "SupplyKey", "FeeScheduleKey", "PauseKey", "LastUsedSerialNumber", "Deleted", "TokenType", "SupplyType", "AutoRenewAccountId", "AutoRenewSeconds", "ExpirationSecond", "Memo", "MaxSupply", "Paused", "AccountsFrozenByDefault", "AccountsKycGrantedByDefault", "CustomFees", "Metadata", "MetadataKey", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.CustomFees.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}