accounts

@near-js/accounts

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

Modules

  • Account a class with methods to transfer NEAR, manage account keys, sign transactions, etc.

  • AccountMultisig a multisig deployed Account requiring multiple keys to sign transactions

  • Account2FA extension of AccountMultisig used in conjunction with 2FA provided by near-contract-helper

  • AccountCreator classes for creating NEAR accounts

  • Contract represents a deployed smart contract with view and/or change methods

  • Connection a record containing the information required to connect to NEAR RPC

  • Constants account-specific constants

  • Types 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 and LICENSE-APACHE for details.

Last updated