# @web3-utnet-js/transactions

> Functions and data types for transactions on NEAR

Latest version **1.2.4** (published 2024-06-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install @web3-utnet-js/transactions
pnpm add @web3-utnet-js/transactions
yarn add @web3-utnet-js/transactions
bun add @web3-utnet-js/transactions
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.4 |
| Published | 2024-06-18 |
| First published | 2024-06-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 50.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | chunkmojo |

## Links

- npm: https://www.npmjs.com/package/@web3-utnet-js/transactions
- npm.io page: https://npm.io/package/@web3-utnet-js/transactions

## Dependencies (6)

- [borsh](https://npm.io/package/borsh.md) 1.0.0
- [@noble/hashes](https://npm.io/package/@noble/hashes.md) 1.3.3
- [@web3-utnet-js/types](https://npm.io/package/@web3-utnet-js/types.md) 0.2.3
- [@web3-utnet-js/utils](https://npm.io/package/@web3-utnet-js/utils.md) 0.2.6
- [@web3-utnet-js/crypto](https://npm.io/package/@web3-utnet-js/crypto.md) 1.2.5
- [@web3-utnet-js/signers](https://npm.io/package/@web3-utnet-js/signers.md) 0.1.5

## Recent versions

- 1.2.4 (latest) — 2024-06-18
- 1.2.3 — 2024-06-18
- 1.2.2 — 2024-06-17

## README

# @web3-utnet-js/transactions

A collection of classes, functions, and types for composing, serializing, and signing NEAR transactions.

## Modules

- [actionCreators](https://github.com/utnet-org/web3-api-js/blob/master/packages/transactions/src/action_creators.ts) functions for composing actions
- [Actions](https://github.com/utnet-org/web3-api-js/blob/master/packages/transactions/src/actions.ts) classes for actions
- [Schema](https://github.com/utnet-org/web3-api-js/blob/master/packages/transactions/src/schema.ts) classes and types concerned with (de-)serialization of transactions
- [createTransaction](https://github.com/utnet-org/web3-api-js/blob/master/packages/transactions/src/create_transaction.ts) function for composing a transaction
- [signTransaction](https://github.com/utnet-org/web3-api-js/blob/master/packages/transactions/src/sign.ts) function for signing a transaction

# License

This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENSE](https://github.com/utnet-org/web3-api-js/blob/master/LICENSE) and [LICENSE-APACHE](https://github.com/utnet-org/web3-api-js/blob/master/LICENSE-APACHE) for details.

---
_Source: https://npm.io/package/@web3-utnet-js/transactions · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
