UNPKG

@near-js/accounts

Version:

Classes encapsulating account-specific functionality

17 lines (16 loc) 1.04 kB
export { Account, AccountAuthorizedApp, AccountBalance, SignAndSendTransactionOptions } from './account.cjs'; export { AccountCreator, LocalAccountCreator, UrlAccountCreator } from './account_creator.cjs'; export { a as ChangeFunctionCallOptions, C as Connection, F as FunctionCallOptions, V as ViewFunctionCallOptions } from './connection-BbhZTxD7.cjs'; export { MULTISIG_ALLOWANCE, MULTISIG_CHANGE_METHODS, MULTISIG_CONFIRM_METHODS, MULTISIG_DEPOSIT, MULTISIG_GAS, MULTISIG_STORAGE_KEY } from './constants.cjs'; export { Contract, ContractMethods } from './contract.cjs'; export { ArgumentSchemaError, ConflictingOptions, UnknownArgumentError, UnsupportedSerializationError } from './errors.cjs'; export { MultisigDeleteRequestRejectionError, MultisigStateStatus } from './types.cjs'; 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.cjs'; import 'near-abi'; import 'is-my-json-valid';