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

interface QueryAccountResponseAmino {
    account?: AnyAmino;
}

Properties

Properties

account?: AnyAmino

account defines the account of the corresponding address.