com.hedera.hashgraph.sdk.proto.CryptoApproveAllowance Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_approve_allowance.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class CryptoApproveAllowance {
private CryptoApproveAllowance() {}
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_CryptoApproveAllowanceTransactionBody_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_CryptoApproveAllowanceTransactionBody_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_CryptoAllowance_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_CryptoAllowance_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_NftAllowance_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_NftAllowance_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TokenAllowance_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenAllowance_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\036crypto_approve_allowance.proto\022\005proto\032" +
"\021basic_types.proto\032\036google/protobuf/wrap" +
"pers.proto\"\265\001\n%CryptoApproveAllowanceTra" +
"nsactionBody\0220\n\020cryptoAllowances\030\001 \003(\0132\026" +
".proto.CryptoAllowance\022*\n\rnftAllowances\030" +
"\002 \003(\0132\023.proto.NftAllowance\022.\n\017tokenAllow" +
"ances\030\003 \003(\0132\025.proto.TokenAllowance\"e\n\017Cr" +
"yptoAllowance\022\037\n\005owner\030\001 \001(\0132\020.proto.Acc" +
"ountID\022!\n\007spender\030\002 \001(\0132\020.proto.AccountI" +
"D\022\016\n\006amount\030\003 \001(\003\"\357\001\n\014NftAllowance\022\037\n\007to" +
"kenId\030\001 \001(\0132\016.proto.TokenID\022\037\n\005owner\030\002 \001" +
"(\0132\020.proto.AccountID\022!\n\007spender\030\003 \001(\0132\020." +
"proto.AccountID\022\026\n\016serial_numbers\030\004 \003(\003\022" +
"4\n\020approved_for_all\030\005 \001(\0132\032.google.proto" +
"buf.BoolValue\022,\n\022delegating_spender\030\006 \001(" +
"\0132\020.proto.AccountID\"\205\001\n\016TokenAllowance\022\037" +
"\n\007tokenId\030\001 \001(\0132\016.proto.TokenID\022\037\n\005owner" +
"\030\002 \001(\0132\020.proto.AccountID\022!\n\007spender\030\003 \001(" +
"\0132\020.proto.AccountID\022\016\n\006amount\030\004 \001(\003B\"\n\036c" +
"om.hedera.hashgraph.sdk.protoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.google.protobuf.WrappersProto.getDescriptor(),
});
internal_static_proto_CryptoApproveAllowanceTransactionBody_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_CryptoApproveAllowanceTransactionBody_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_CryptoApproveAllowanceTransactionBody_descriptor,
new java.lang.String[] { "CryptoAllowances", "NftAllowances", "TokenAllowances", });
internal_static_proto_CryptoAllowance_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_CryptoAllowance_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_CryptoAllowance_descriptor,
new java.lang.String[] { "Owner", "Spender", "Amount", });
internal_static_proto_NftAllowance_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_proto_NftAllowance_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_NftAllowance_descriptor,
new java.lang.String[] { "TokenId", "Owner", "Spender", "SerialNumbers", "ApprovedForAll", "DelegatingSpender", });
internal_static_proto_TokenAllowance_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_proto_TokenAllowance_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenAllowance_descriptor,
new java.lang.String[] { "TokenId", "Owner", "Spender", "Amount", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.google.protobuf.WrappersProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}