# @axelar-network/axelarjs-types

> JS and TS types relating to Protocol Buffers used by AxelarJS-SDK and other related projects

Latest version **1.3.0** (published 2026-01-29) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @axelar-network/axelarjs-types
pnpm add @axelar-network/axelarjs-types
yarn add @axelar-network/axelarjs-types
bun add @axelar-network/axelarjs-types
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.3.0 |
| Published | 2026-01-29 |
| First published | 2022-06-02 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4 MB |
| Known vulnerabilities | 0 (+11 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | nptytn, eng_axelar, nav902384, priyanshi1612 |

## Links

- npm: https://www.npmjs.com/package/@axelar-network/axelarjs-types
- Repository: https://github.com/axelarnetwork/axelarjs-types
- Homepage: https://github.com/axelarnetwork/axelarjs-types#readme
- Issues: https://github.com/axelarnetwork/axelarjs-types/issues
- npm.io page: https://npm.io/package/@axelar-network/axelarjs-types

## Dependencies (2)

- [long](https://npm.io/package/long.md) ^4.0.0
- [protobufjs](https://npm.io/package/protobufjs.md) ~6.11.2

## Recent versions

- 1.3.0 (latest) — 2026-01-29
- 1.3.0-alpha.1 (alpha) — 2026-01-28
- 1.2.2-alpha.6 — 2025-11-17
- 1.2.2-alpha.5 — 2025-11-13
- 1.2.2-alpha.4 — 2025-11-12
- 1.2.2-alpha.3 — 2025-08-27
- 1.2.2-alpha.2 — 2025-08-27
- 1.2.2-alpha.1 — 2025-05-08
- 1.2.1 — 2025-03-06
- 1.2.1-alpha.2 — 2025-03-05
- 1.2.1-alpha.1 — 2025-02-28
- 0.33.0 — 2023-06-14
- 0.33.0-alpha.1 — 2023-06-13
- 0.32.3 — 2023-03-02
- 0.32.2 — 2023-03-02
- … 15 more at https://npm.io/package/@axelar-network/axelarjs-types/versions

## README

# axelarjs-types

## Development

```sh
# Setup
git submodule update --init --recursive
yarn install

# Regenerate types from proto files
yarn codegen

# Build package
yarn build
```

## Updating axelar-core version

```sh
cd axelar-core
git checkout <new-commit-hash>
cd ..
git add axelar-core
git commit -m "update axelar-core to <commit-hash>"
yarn codegen
```

---
_Source: https://npm.io/package/@axelar-network/axelarjs-types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
