com.hederahashgraph.api.proto.java.CryptoGetAccountBalance Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CryptoGetAccountBalance.proto
package com.hederahashgraph.api.proto.java;
public final class CryptoGetAccountBalance {
private CryptoGetAccountBalance() {}
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_CryptoGetAccountBalanceQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_CryptoGetAccountBalanceQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TokenBalance_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenBalance_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TokenBalances_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenBalances_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_CryptoGetAccountBalanceResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_CryptoGetAccountBalanceResponse_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\035CryptoGetAccountBalance.proto\022\005proto\032\020" +
"BasicTypes.proto\032\021QueryHeader.proto\032\024Res" +
"ponseHeader.proto\"\243\001\n\034CryptoGetAccountBa" +
"lanceQuery\022\"\n\006header\030\001 \001(\0132\022.proto.Query" +
"Header\022%\n\taccountID\030\002 \001(\0132\020.proto.Accoun" +
"tIDH\000\022\'\n\ncontractID\030\003 \001(\0132\021.proto.Contra" +
"ctIDH\000B\017\n\rbalanceSource\"@\n\014TokenBalance\022" +
"\037\n\007tokenId\030\001 \001(\0132\016.proto.TokenID\022\017\n\007bala" +
"nce\030\002 \001(\004\";\n\rTokenBalances\022*\n\rtokenBalan" +
"ces\030\001 \003(\0132\023.proto.TokenBalance\"\252\001\n\037Crypt" +
"oGetAccountBalanceResponse\022%\n\006header\030\001 \001" +
"(\0132\025.proto.ResponseHeader\022#\n\taccountID\030\002" +
" \001(\0132\020.proto.AccountID\022\017\n\007balance\030\003 \001(\004\022" +
"*\n\rtokenBalances\030\004 \003(\0132\023.proto.TokenBala" +
"nceB&\n\"com.hederahashgraph.api.proto.jav" +
"aP\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.QueryHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
});
internal_static_proto_CryptoGetAccountBalanceQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_CryptoGetAccountBalanceQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_CryptoGetAccountBalanceQuery_descriptor,
new java.lang.String[] { "Header", "AccountID", "ContractID", "BalanceSource", });
internal_static_proto_TokenBalance_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_TokenBalance_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenBalance_descriptor,
new java.lang.String[] { "TokenId", "Balance", });
internal_static_proto_TokenBalances_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_proto_TokenBalances_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenBalances_descriptor,
new java.lang.String[] { "TokenBalances", });
internal_static_proto_CryptoGetAccountBalanceResponse_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_proto_CryptoGetAccountBalanceResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_CryptoGetAccountBalanceResponse_descriptor,
new java.lang.String[] { "Header", "AccountID", "Balance", "TokenBalances", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy