# @web3-utnet-js/accounts

> Classes encapsulating account-specific functionality

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

## Install

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

## 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.6 |
| Published | 2024-06-18 |
| First published | 2024-06-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 158.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | chunkmojo |

## Links

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

## Dependencies (11)

- [depd](https://npm.io/package/depd.md) 2.0.0
- [borsh](https://npm.io/package/borsh.md) 1.0.0
- [lru_map](https://npm.io/package/lru_map.md) 0.4.1
- [near-abi](https://npm.io/package/near-abi.md) 0.1.1
- [is-my-json-valid](https://npm.io/package/is-my-json-valid.md) ^2.20.6
- [@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
- [@web3-utnet-js/providers](https://npm.io/package/@web3-utnet-js/providers.md) 0.2.6
- [@web3-utnet-js/transactions](https://npm.io/package/@web3-utnet-js/transactions.md) 1.2.4

## Recent versions

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

## README

# @web3-utnet-js/accounts

A collection of classes, functions, and types for interacting with accounts and contracts.

## Modules

- [Account](https://github.com/utnet-org/web3-api-js/blob/master/packages/accounts/src/account.ts) a class with methods to transfer NEAR, manage account keys, sign transactions, etc.
- [AccountMultisig](https://github.com/utnet-org/web3-api-js/blob/master/packages/accounts/src/account_multisig.ts) a [multisig](https://github.com/near/core-contracts/tree/master/multisig) deployed `Account` requiring multiple keys to sign transactions
- [Account2FA](https://github.com/utnet-org/web3-api-js/blob/master/packages/accounts/src/account_2fa.ts) extension of `AccountMultisig` used in conjunction with 2FA provided by [near-contract-helper](https://github.com/near/near-contract-helper)
- [AccountCreator](https://github.com/utnet-org/web3-api-js/blob/master/packages/accounts/src/account_creator.ts) classes for creating NEAR accounts
- [Contract](https://github.com/utnet-org/web3-api-js/blob/master/packages/accounts/src/contract.ts) represents a deployed smart contract with view and/or change methods
- [Connection](https://github.com/utnet-org/web3-api-js/blob/master/packages/accounts/src/connection.ts) a record containing the information required to connect to NEAR RPC
- [Constants](https://github.com/utnet-org/web3-api-js/blob/master/packages/accounts/src/constants.ts) account-specific constants
- [Types](https://github.com/utnet-org/web3-api-js/blob/master/packages/accounts/src/types.ts) account-specific types

# 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/accounts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
