You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/accounts/README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ A collection of classes, functions, and types for interacting with accounts and
4
4
5
5
## Modules
6
6
7
-
-[Account](src/account.ts) a class with methods to transfer NEAR, manage account keys, sign transactions, etc.
8
-
-[AccountMultisig](src/account_multisig.ts) a [multisig](https://github.com/near/core-contracts/tree/master/multisig) deployed `Account` requiring multiple keys to sign transactions
9
-
-[Account2FA](src/account_2fa.ts) extension of `AccountMultisig` used in conjunction with 2FA provided by [near-contract-helper](https://github.com/near/near-contract-helper)
10
-
-[AccountCreator](src/account_creator.ts) classes for creating NEAR accounts
11
-
-[Contract](src/contract.ts) represents a deployed smart contract with view and/or change methods
12
-
-[Connection](src/connection.ts) a record containing the information required to connect to NEAR RPC
-[Account](https://github.com/near/near-api-js/blob/master/packages/accounts/src/account.ts) a class with methods to transfer NEAR, manage account keys, sign transactions, etc.
8
+
-[AccountMultisig](https://github.com/near/near-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
9
+
-[Account2FA](https://github.com/near/near-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)
10
+
-[AccountCreator](https://github.com/near/near-api-js/blob/master/packages/accounts/src/account_creator.ts) classes for creating NEAR accounts
11
+
-[Contract](https://github.com/near/near-api-js/blob/master/packages/accounts/src/contract.ts) represents a deployed smart contract with view and/or change methods
12
+
-[Connection](https://github.com/near/near-api-js/blob/master/packages/accounts/src/connection.ts) a record containing the information required to connect to NEAR RPC
@@ -163,11 +163,7 @@ function bytesJsonStringify(input: any): Buffer {
163
163
}
164
164
165
165
/**
166
-
* This class provides common account related RPC calls including signing transactions with a {@link utils/key_pair!KeyPair}.
167
-
*
168
-
* @hint Use {@link walletAccount!WalletConnection} in the browser to redirect to [NEAR Wallet](https://wallet.near.org/) for Account/key management using the {@link key_stores/browser_local_storage_key_store!BrowserLocalStorageKeyStore}.
* Finds the {@linkproviders/provider!AccessKeyView} associated with the accounts {@linkutils/key_pair!PublicKey} stored in the {@linkkey_stores/keystore!KeyStore}.
265
+
* Finds the {@link AccessKeyView} associated with the accounts {@link PublicKey} stored in the {@link"@near-js/keystores".keystore.KeyStore | Keystore}.
270
266
*
271
267
* @todo Find matching access key based on transaction (i.e. receiverId and actions)
* NOTE: If the tokens are delegated to a staking pool that is currently on pause or does not have enough tokens to participate in validation, they won't be accounted for.
0 commit comments