UNPKG

@near-js/accounts

Version:

Classes encapsulating account-specific functionality

17 lines (16 loc) 1.03 kB
export { Account, AccountAuthorizedApp, AccountBalance, SignAndSendTransactionOptions } from './account.js'; export { AccountCreator, LocalAccountCreator, UrlAccountCreator } from './account_creator.js'; export { a as ChangeFunctionCallOptions, C as Connection, F as FunctionCallOptions, V as ViewFunctionCallOptions } from './connection-BbhZTxD7.js'; export { MULTISIG_ALLOWANCE, MULTISIG_CHANGE_METHODS, MULTISIG_CONFIRM_METHODS, MULTISIG_DEPOSIT, MULTISIG_GAS, MULTISIG_STORAGE_KEY } from './constants.js'; export { Contract, ContractMethods } from './contract.js'; export { ArgumentSchemaError, ConflictingOptions, UnknownArgumentError, UnsupportedSerializationError } from './errors.js'; export { MultisigDeleteRequestRejectionError, MultisigStateStatus } from './types.js'; import '@near-js/transactions'; import '@near-js/crypto'; import '@near-js/providers'; import '@near-js/types'; import '@near-js/signers'; import '@near-js/tokens'; import './local-view-execution/index.js'; import 'near-abi'; import 'is-my-json-valid';