QueryAccountResponse is the response type for the Query/Account RPC method.

from message cosmos.auth.v1beta1.QueryAccountResponse

Hierarchy

Constructors

Properties

account?: Any

account defines the account of the corresponding address.

from field: google.protobuf.Any account = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.auth.v1beta1.QueryAccountResponse" = "cosmos.auth.v1beta1.QueryAccountResponse"

Methods