From 74a2f11391ece0a5d819b0900e54afba3708d8e5 Mon Sep 17 00:00:00 2001 From: gtsonevv <31661340+gtsonevv@users.noreply.github.com> Date: Fri, 31 May 2024 14:41:03 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20near/nea?= =?UTF-8?q?r-api-js@ed54e104fdb277eb3c91fb350f51aea41068d7a5=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/navigation.js | 2 +- .../_near_js_accounts.account.Account.html | 44 +++++----- ...ar_js_accounts.account_2fa.Account2FA.html | 80 +++++++++---------- ...counts.account_creator.AccountCreator.html | 4 +- ...s.account_creator.LocalAccountCreator.html | 6 +- ...nts.account_creator.UrlAccountCreator.html | 6 +- ...unts.account_multisig.AccountMultisig.html | 54 ++++++------- ...ear_js_accounts.connection.Connection.html | 6 +- .../_near_js_accounts.contract.Contract.html | 4 +- ...s_accounts.errors.ArgumentSchemaError.html | 6 +- ...js_accounts.errors.ConflictingOptions.html | 6 +- ..._accounts.errors.UnknownArgumentError.html | 6 +- ....errors.UnsupportedSerializationError.html | 6 +- ...cal_view_execution.LocalViewExecution.html | 6 +- ....local_view_execution_runtime.Runtime.html | 4 +- ....local_view_execution_storage.Storage.html | 4 +- ...near_js_biometric_ed25519.fido2.Fido2.html | 4 +- ...d25519.index-1.PasskeyProcessCanceled.html | 6 +- classes/_near_js_crypto.key_pair.KeyPair.html | 8 +- ...r_js_crypto.key_pair_base.KeyPairBase.html | 4 +- ...rypto.key_pair_ed25519.KeyPairEd25519.html | 14 ++-- .../_near_js_crypto.public_key.PublicKey.html | 12 +-- ...ar_js_iframe_rpc.iframe_rpc.IFrameRPC.html | 24 +++--- ...e_rpc.iframe_rpc_error.IFrameRPCError.html | 8 +- ....in_memory_key_store.InMemoryKeyStore.html | 16 ++-- .../_near_js_keystores.keystore.KeyStore.html | 4 +- ...ystores.merge_key_store.MergeKeyStore.html | 16 ++-- ...key_store.BrowserLocalStorageKeyStore.html | 16 ++-- ...eystore.UnencryptedFileSystemKeyStore.html | 16 ++-- ...over_rpc_provider.FailoverRpcProvider.html | 42 +++++----- ...ers.json_rpc_provider.JsonRpcProvider.html | 46 +++++------ ...gners.in_memory_signer.InMemorySigner.html | 12 +-- classes/_near_js_signers.signer.Signer.html | 8 +- ...ear_js_transactions.actions.AccessKey.html | 4 +- ...nsactions.actions.AccessKeyPermission.html | 4 +- .../_near_js_transactions.actions.Action.html | 4 +- .../_near_js_transactions.actions.AddKey.html | 4 +- ...js_transactions.actions.CreateAccount.html | 4 +- ...js_transactions.actions.DeleteAccount.html | 4 +- ...ear_js_transactions.actions.DeleteKey.html | 4 +- ...s_transactions.actions.DeployContract.html | 4 +- ...sactions.actions.FullAccessPermission.html | 4 +- ..._js_transactions.actions.FunctionCall.html | 4 +- ...ctions.actions.FunctionCallPermission.html | 4 +- ..._near_js_transactions.actions.IAction.html | 4 +- ...s_transactions.actions.SignedDelegate.html | 4 +- .../_near_js_transactions.actions.Stake.html | 4 +- ...near_js_transactions.actions.Transfer.html | 4 +- ..._transactions.delegate.DelegateAction.html | 4 +- ...nsactions.prefix.DelegateActionPrefix.html | 4 +- ...transactions.schema.SignedTransaction.html | 4 +- ...ar_js_transactions.schema.Transaction.html | 4 +- ...r_js_transactions.signature.Signature.html | 4 +- .../_near_js_types.assignable.Assignable.html | 4 +- ...ear_js_types.errors.ArgumentTypeError.html | 6 +- .../_near_js_types.errors.ErrorContext.html | 4 +- ...r_js_types.errors.PositionalArgsError.html | 6 +- classes/_near_js_types.errors.TypedError.html | 6 +- ...s_utils.errors_rpc_errors.ServerError.html | 4 +- ...s.logger_console_logger.ConsoleLogger.html | 16 ++-- .../_near_js_utils.logger_logger.Logger.html | 16 ++-- .../_near_js_wallet_account.near.Near.html | 8 +- ....walletAccount.ConnectedWalletAccount.html | 12 +-- ...ccount.walletAccount.WalletConnection.html | 22 ++--- classes/near_api_js.account.Account.html | 2 +- ...api_js.account_creator.AccountCreator.html | 2 +- ...s.account_creator.LocalAccountCreator.html | 2 +- ..._js.account_creator.UrlAccountCreator.html | 2 +- ...ar_api_js.account_multisig.Account2FA.html | 2 +- ...i_js.account_multisig.AccountMultisig.html | 2 +- ...over_rpc_provider.FailoverRpcProvider.html | 2 +- .../near_api_js.transaction.AccessKey.html | 2 +- ...pi_js.transaction.AccessKeyPermission.html | 2 +- classes/near_api_js.transaction.Action.html | 2 +- classes/near_api_js.transaction.AddKey.html | 2 +- ...near_api_js.transaction.CreateAccount.html | 2 +- ...near_api_js.transaction.DeleteAccount.html | 2 +- .../near_api_js.transaction.DeleteKey.html | 2 +- ...ear_api_js.transaction.DeployContract.html | 2 +- ...i_js.transaction.FullAccessPermission.html | 2 +- .../near_api_js.transaction.FunctionCall.html | 2 +- ...js.transaction.FunctionCallPermission.html | 2 +- .../near_api_js.transaction.Signature.html | 2 +- ..._api_js.transaction.SignedTransaction.html | 2 +- classes/near_api_js.transaction.Stake.html | 2 +- .../near_api_js.transaction.Transaction.html | 2 +- classes/near_api_js.transaction.Transfer.html | 2 +- classes/near_api_js.utils.KeyPairEd25519.html | 2 +- classes/near_api_js.utils.Logger.html | 2 +- classes/near_api_js.utils.PublicKey.html | 2 +- .../near_api_js.utils_enums.Assignable.html | 2 +- classes/near_api_js.utils_enums.Enum.html | 4 +- ...i_js.utils_errors.ArgumentSchemaError.html | 2 +- ...api_js.utils_errors.ArgumentTypeError.html | 2 +- ...pi_js.utils_errors.ConflictingOptions.html | 2 +- ...i_js.utils_errors.PositionalArgsError.html | 2 +- ..._js.utils_errors.UnknownArgumentError.html | 2 +- ..._errors.UnsupportedSerializationError.html | 2 +- ...r_api_js.utils_rpc_errors.ServerError.html | 2 +- ...s.MultisigDeleteRequestRejectionError.html | 4 +- ...js_accounts.types.MultisigStateStatus.html | 4 +- enums/_near_js_crypto.constants.KeySize.html | 4 +- enums/_near_js_crypto.constants.KeyType.html | 4 +- ...js_types.provider_light_client.IdType.html | 4 +- ...rovider_response.ExecutionStatusBasic.html | 4 +- ...er_response.FinalExecutionStatusBasic.html | 4 +- ...g.MultisigDeleteRequestRejectionError.html | 2 +- ....account_multisig.MultisigStateStatus.html | 2 +- ...oviders_provider.ExecutionStatusBasic.html | 2 +- ...near_api_js.providers_provider.IdType.html | 2 +- enums/near_api_js.utils_key_pair.KeyType.html | 2 +- ...s_accounts.utils.encodeJSContractArgs.html | 2 +- .../_near_js_accounts.utils.validateArgs.html | 2 +- .../_near_js_accounts.utils.viewFunction.html | 2 +- .../_near_js_accounts.utils.viewState.html | 2 +- ...s_biometric_ed25519.index-1.createKey.html | 2 +- ..._js_biometric_ed25519.index-1.getKeys.html | 2 +- ...ic_ed25519.index-1.isPassKeyAvailable.html | 2 +- ...25519.utils.get64BytePublicKeyFromPEM.html | 2 +- ...c_ed25519.utils.preformatGetAssertReq.html | 2 +- ...ic_ed25519.utils.preformatMakeCredReq.html | 2 +- ...25519.utils.publicKeyCredentialToJSON.html | 2 +- ...metric_ed25519.utils.recoverPublicKey.html | 2 +- ...25519.utils.sanitizeCreateKeyResponse.html | 2 +- ..._ed25519.utils.sanitizeGetKeyResponse.html | 2 +- ...tric_ed25519.utils.uint8ArrayToBigInt.html | 2 +- ...metric_ed25519.utils.validateUsername.html | 2 +- ...near_js_iframe_rpc.types.isRPCMessage.html | 2 +- ...xponential_backoff.exponentialBackoff.html | 2 +- .../_near_js_providers.fetch.default.html | 2 +- ...ear_js_providers.fetch_json.fetchJson.html | 2 +- ....action_creators.stringifyJsonOrBytes.html | 2 +- ....create_transaction.createTransaction.html | 2 +- ...sactions.delegate.buildDelegateAction.html | 2 +- ...ctions.schema.decodeSignedTransaction.html | 2 +- ...transactions.schema.decodeTransaction.html | 2 +- ...nsactions.schema.encodeDelegateAction.html | 2 +- ...nsactions.schema.encodeSignedDelegate.html | 2 +- ...transactions.schema.encodeTransaction.html | 2 +- ..._transactions.sign.signDelegateAction.html | 2 +- ..._js_transactions.sign.signTransaction.html | 2 +- ...ear_js_utils.errors_errors.logWarning.html | 2 +- ...s_utils.errors_rpc_errors.formatError.html | 2 +- ...c_errors.getErrorTypeFromErrorMessage.html | 2 +- ...ls.errors_rpc_errors.parseResultError.html | 2 +- ...utils.errors_rpc_errors.parseRpcError.html | 2 +- .../_near_js_utils.format.baseDecode.html | 2 +- .../_near_js_utils.format.baseEncode.html | 2 +- ...near_js_utils.format.formatNearAmount.html | 2 +- ..._near_js_utils.format.parseNearAmount.html | 2 +- ...r_js_utils.logging.printTxOutcomeLogs.html | 2 +- ...logging.printTxOutcomeLogsAndFailures.html | 2 +- .../_near_js_utils.utils.sortBigIntAsc.html | 2 +- ..._utils.validators.diffEpochValidators.html | 2 +- ...ear_js_utils.validators.findSeatPrice.html | 2 +- .../near_api_js.browserConnect.connect.html | 2 +- functions/near_api_js.connect.connect.html | 2 +- .../near_api_js.transaction.addKey-1.html | 2 +- ...ar_api_js.transaction.createAccount-1.html | 2 +- ..._api_js.transaction.createTransaction.html | 2 +- ...ar_api_js.transaction.deleteAccount-1.html | 2 +- .../near_api_js.transaction.deleteKey-1.html | 2 +- ...r_api_js.transaction.deployContract-1.html | 2 +- ...i_js.transaction.encodeDelegateAction.html | 2 +- ...i_js.transaction.encodeSignedDelegate.html | 2 +- ...near_api_js.transaction.fullAccessKey.html | 2 +- ...ear_api_js.transaction.functionCall-1.html | 2 +- ..._js.transaction.functionCallAccessKey.html | 2 +- ...ar_api_js.transaction.signTransaction.html | 2 +- .../near_api_js.transaction.stake-1.html | 2 +- .../near_api_js.transaction.transfer-1.html | 2 +- .../near_api_js.utils_errors.logWarning.html | 2 +- ..._api_js.utils_format.formatNearAmount.html | 2 +- ...r_api_js.utils_format.parseNearAmount.html | 2 +- ...r_api_js.utils_rpc_errors.formatError.html | 2 +- ...c_errors.getErrorTypeFromErrorMessage.html | 2 +- ..._js.utils_rpc_errors.parseResultError.html | 2 +- ...api_js.utils_rpc_errors.parseRpcError.html | 2 +- ...ar_api_js.utils_serialize.base_decode.html | 2 +- ...ar_api_js.utils_serialize.base_encode.html | 2 +- ...ar_api_js.utils_serialize.deserialize.html | 2 +- ...near_api_js.utils_serialize.serialize.html | 2 +- .../near_api_js.utils_web.fetchJson.html | 2 +- ...api_js.validators.diffEpochValidators.html | 2 +- .../near_api_js.validators.findSeatPrice.html | 2 +- index.html | 2 +- ...accounts.account.AccountAuthorizedApp.html | 4 +- ...ar_js_accounts.account.AccountBalance.html | 4 +- ...account.SignAndSendTransactionOptions.html | 8 +- ..._js_accounts.contract.ContractMethods.html | 10 +-- ...s.interface.ChangeFunctionCallOptions.html | 20 ++--- ...ccounts.interface.FunctionCallOptions.html | 16 ++-- ..._js_accounts.interface.IntoConnection.html | 4 +- ...nts.interface.ViewFunctionCallOptions.html | 16 ++-- ...al_view_execution_storage.StorageData.html | 4 +- ...view_execution_storage.StorageOptions.html | 4 +- ...al_view_execution_types.ContractState.html | 4 +- ...ear_js_crypto.key_pair_base.Signature.html | 4 +- ..._js_iframe_rpc.iframe_rpc.IRPCOptions.html | 4 +- ...ear_js_iframe_rpc.types.IMessageEvent.html | 4 +- ...ar_js_iframe_rpc.types.IMessagePoster.html | 4 +- ..._js_iframe_rpc.types.IMessageReceiver.html | 4 +- .../_near_js_iframe_rpc.types.IRPCMethod.html | 4 +- ...near_js_iframe_rpc.types.IRPCResponse.html | 4 +- ...s_providers.fetch_json.ConnectionInfo.html | 4 +- ...nsactions.sign.SignedDelegateWithHash.html | 4 +- ...light_client.LightClientBlockLiteView.html | 4 +- ...rovider_light_client.LightClientProof.html | 4 +- ..._light_client.LightClientProofRequest.html | 4 +- ...ht_client.NextLightClientBlockRequest.html | 4 +- ...t_client.NextLightClientBlockResponse.html | 4 +- ...vider_protocol.AccessKeyWithPublicKey.html | 4 +- ...s_types.provider_protocol.BlockChange.html | 4 +- ...s.provider_protocol.BlockChangeResult.html | 4 +- ...s_types.provider_protocol.BlockHeader.html | 4 +- ...der_protocol.BlockHeaderInnerLiteView.html | 4 +- ...s_types.provider_protocol.BlockResult.html | 4 +- ..._types.provider_protocol.ChangeResult.html | 4 +- ...near_js_types.provider_protocol.Chunk.html | 4 +- ...s_types.provider_protocol.ChunkHeader.html | 4 +- ...s_types.provider_protocol.ChunkResult.html | 4 +- ...r_js_types.provider_protocol.GasPrice.html | 4 +- ...js_types.provider_protocol.MerkleNode.html | 4 +- ....provider_protocol.NearProtocolConfig.html | 4 +- ...er_protocol.NearProtocolRuntimeConfig.html | 4 +- ...es.provider_protocol.NodeStatusResult.html | 4 +- ...r_js_types.provider_protocol.SyncInfo.html | 4 +- ...s_types.provider_protocol.TotalWeight.html | 4 +- ...s_types.provider_protocol.Transaction.html | 4 +- ....provider_request.CallFunctionRequest.html | 4 +- ...ider_request.ViewAccessKeyListRequest.html | 4 +- ...provider_request.ViewAccessKeyRequest.html | 4 +- ...s.provider_request.ViewAccountRequest.html | 4 +- ...ypes.provider_request.ViewCodeRequest.html | 4 +- ...pes.provider_request.ViewStateRequest.html | 4 +- ...s.provider_response.AccessKeyInfoView.html | 4 +- ...types.provider_response.AccessKeyList.html | 4 +- ...types.provider_response.AccessKeyView.html | 4 +- ...es.provider_response.AccessKeyViewRaw.html | 4 +- ...s_types.provider_response.AccountView.html | 4 +- ...js_types.provider_response.CodeResult.html | 4 +- ...es.provider_response.ContractCodeView.html | 4 +- ...ypes.provider_response.ExecutionError.html | 4 +- ...es.provider_response.ExecutionOutcome.html | 4 +- ...vider_response.ExecutionOutcomeWithId.html | 4 +- ...r_response.ExecutionOutcomeWithIdView.html | 4 +- ...pes.provider_response.ExecutionStatus.html | 4 +- ...ovider_response.FinalExecutionOutcome.html | 4 +- ...rovider_response.FinalExecutionStatus.html | 4 +- ...r_response.FunctionCallPermissionView.html | 4 +- ...s.provider_response.QueryResponseKind.html | 4 +- ...pes.provider_response.ViewStateResult.html | 4 +- ...r_validator.CurrentEpochValidatorInfo.html | 4 +- ...provider_validator.EpochValidatorInfo.html | 4 +- ...ider_validator.NextEpochValidatorInfo.html | 4 +- ...provider_validator.ValidatorStakeView.html | 4 +- ..._utils.logger_interface.LoggerService.html | 14 ++-- ...utils.validators.ChangedValidatorInfo.html | 4 +- ..._utils.validators.EpochValidatorsDiff.html | 4 +- ...ear_js_wallet_account.near.NearConfig.html | 26 +++--- ...r_api_js.account.AccountAuthorizedApp.html | 2 +- .../near_api_js.account.AccountBalance.html | 2 +- ..._js.account.ChangeFunctionCallOptions.html | 2 +- ...ar_api_js.account.FunctionCallOptions.html | 2 +- ...account.SignAndSendTransactionOptions.html | 2 +- ...pi_js.account.ViewFunctionCallOptions.html | 2 +- ...r_api_js.browserConnect.ConnectConfig.html | 4 +- .../near_api_js.connect.ConnectConfig.html | 6 +- .../near_api_js.contract.ContractMethods.html | 2 +- interfaces/near_api_js.near.NearConfig.html | 2 +- ....providers_provider.AccessKeyInfoView.html | 2 +- ...i_js.providers_provider.AccessKeyList.html | 2 +- ...i_js.providers_provider.AccessKeyView.html | 2 +- ...s.providers_provider.AccessKeyViewRaw.html | 2 +- ...iders_provider.AccessKeyWithPublicKey.html | 2 +- ...api_js.providers_provider.AccountView.html | 2 +- ...api_js.providers_provider.BlockChange.html | 2 +- ....providers_provider.BlockChangeResult.html | 2 +- ...api_js.providers_provider.BlockHeader.html | 2 +- ...ers_provider.BlockHeaderInnerLiteView.html | 2 +- ...api_js.providers_provider.BlockResult.html | 2 +- ...roviders_provider.CallFunctionRequest.html | 2 +- ...pi_js.providers_provider.ChangeResult.html | 2 +- .../near_api_js.providers_provider.Chunk.html | 2 +- ...api_js.providers_provider.ChunkHeader.html | 2 +- ...api_js.providers_provider.ChunkResult.html | 2 +- ..._api_js.providers_provider.CodeResult.html | 2 +- ...s.providers_provider.ContractCodeView.html | 2 +- ...rs_provider.CurrentEpochValidatorInfo.html | 2 +- ...providers_provider.EpochValidatorInfo.html | 2 +- ..._js.providers_provider.ExecutionError.html | 2 +- ...s.providers_provider.ExecutionOutcome.html | 2 +- ...s_provider.ExecutionOutcomeWithIdView.html | 2 +- ...js.providers_provider.ExecutionStatus.html | 2 +- ...s_provider.FunctionCallPermissionView.html | 2 +- ...ar_api_js.providers_provider.GasPrice.html | 2 +- ...ers_provider.LightClientBlockLiteView.html | 2 +- ...s.providers_provider.LightClientProof.html | 2 +- ...ders_provider.LightClientProofRequest.html | 2 +- ..._api_js.providers_provider.MerkleNode.html | 2 +- ...providers_provider.NearProtocolConfig.html | 2 +- ...rs_provider.NearProtocolRuntimeConfig.html | 2 +- ...iders_provider.NextEpochValidatorInfo.html | 2 +- ..._provider.NextLightClientBlockRequest.html | 2 +- ...provider.NextLightClientBlockResponse.html | 2 +- ...s.providers_provider.NodeStatusResult.html | 2 +- ....providers_provider.QueryResponseKind.html | 2 +- ...ar_api_js.providers_provider.SyncInfo.html | 2 +- ...api_js.providers_provider.TotalWeight.html | 2 +- ...api_js.providers_provider.Transaction.html | 2 +- ...providers_provider.ValidatorStakeView.html | 2 +- ...ers_provider.ViewAccessKeyListRequest.html | 2 +- ...oviders_provider.ViewAccessKeyRequest.html | 2 +- ...providers_provider.ViewAccountRequest.html | 2 +- ...js.providers_provider.ViewCodeRequest.html | 2 +- ...s.providers_provider.ViewStateRequest.html | 2 +- ...js.providers_provider.ViewStateResult.html | 2 +- .../near_api_js.utils_key_pair.Signature.html | 2 +- ...pi_js.validators.ChangedValidatorInfo.html | 2 +- ...api_js.validators.EpochValidatorsDiff.html | 2 +- modules/_near_js_accounts.account.html | 4 +- modules/_near_js_accounts.account_2fa.html | 4 +- .../_near_js_accounts.account_creator.html | 4 +- .../_near_js_accounts.account_multisig.html | 4 +- modules/_near_js_accounts.connection.html | 4 +- modules/_near_js_accounts.constants.html | 4 +- modules/_near_js_accounts.contract.html | 4 +- modules/_near_js_accounts.errors.html | 4 +- modules/_near_js_accounts.html | 4 +- modules/_near_js_accounts.index.html | 4 +- modules/_near_js_accounts.interface.html | 4 +- ...near_js_accounts.local_view_execution.html | 4 +- ...accounts.local_view_execution_runtime.html | 4 +- ...accounts.local_view_execution_storage.html | 4 +- ...s_accounts.local_view_execution_types.html | 4 +- modules/_near_js_accounts.types.html | 4 +- modules/_near_js_accounts.utils.html | 4 +- modules/_near_js_biometric_ed25519.fido2.html | 4 +- modules/_near_js_biometric_ed25519.html | 4 +- .../_near_js_biometric_ed25519.index-1.html | 4 +- modules/_near_js_biometric_ed25519.index.html | 4 +- modules/_near_js_biometric_ed25519.utils.html | 4 +- modules/_near_js_crypto.constants.html | 4 +- modules/_near_js_crypto.html | 4 +- modules/_near_js_crypto.index.html | 4 +- modules/_near_js_crypto.key_pair.html | 4 +- modules/_near_js_crypto.key_pair_base.html | 4 +- modules/_near_js_crypto.key_pair_ed25519.html | 4 +- modules/_near_js_crypto.public_key.html | 4 +- modules/_near_js_iframe_rpc.html | 2 +- modules/_near_js_iframe_rpc.iframe_rpc.html | 4 +- .../_near_js_iframe_rpc.iframe_rpc_error.html | 4 +- modules/_near_js_iframe_rpc.index.html | 4 +- modules/_near_js_iframe_rpc.types.html | 4 +- modules/_near_js_keystores.html | 4 +- ...near_js_keystores.in_memory_key_store.html | 4 +- modules/_near_js_keystores.index.html | 4 +- modules/_near_js_keystores.keystore.html | 4 +- .../_near_js_keystores.merge_key_store.html | 4 +- ...owser.browser_local_storage_key_store.html | 4 +- modules/_near_js_keystores_browser.html | 4 +- modules/_near_js_keystores_browser.index.html | 4 +- modules/_near_js_keystores_node.html | 4 +- modules/_near_js_keystores_node.index.html | 4 +- ...node.unencrypted_file_system_keystore.html | 4 +- ...near_js_providers.exponential_backoff.html | 4 +- ...ar_js_providers.failover_rpc_provider.html | 4 +- modules/_near_js_providers.fetch.html | 4 +- modules/_near_js_providers.fetch_json.html | 4 +- modules/_near_js_providers.html | 4 +- modules/_near_js_providers.index.html | 4 +- .../_near_js_providers.json_rpc_provider.html | 4 +- modules/_near_js_providers.provider.html | 2 +- modules/_near_js_signers.html | 4 +- .../_near_js_signers.in_memory_signer.html | 4 +- modules/_near_js_signers.index.html | 4 +- modules/_near_js_signers.signer.html | 4 +- ..._near_js_transactions.action_creators.html | 4 +- modules/_near_js_transactions.actions.html | 4 +- ...ar_js_transactions.create_transaction.html | 4 +- modules/_near_js_transactions.delegate.html | 4 +- modules/_near_js_transactions.html | 4 +- modules/_near_js_transactions.index.html | 4 +- modules/_near_js_transactions.prefix.html | 4 +- modules/_near_js_transactions.schema.html | 4 +- modules/_near_js_transactions.sign.html | 4 +- modules/_near_js_transactions.signature.html | 4 +- modules/_near_js_types.assignable.html | 4 +- modules/_near_js_types.errors.html | 4 +- modules/_near_js_types.html | 4 +- modules/_near_js_types.index.html | 4 +- modules/_near_js_types.provider-1.html | 4 +- modules/_near_js_types.provider.html | 4 +- ...near_js_types.provider_light_client-1.html | 4 +- .../_near_js_types.provider_light_client.html | 4 +- .../_near_js_types.provider_protocol-1.html | 4 +- modules/_near_js_types.provider_protocol.html | 4 +- .../_near_js_types.provider_request-1.html | 4 +- modules/_near_js_types.provider_request.html | 4 +- .../_near_js_types.provider_response-1.html | 4 +- modules/_near_js_types.provider_response.html | 4 +- .../_near_js_types.provider_validator-1.html | 4 +- .../_near_js_types.provider_validator.html | 4 +- modules/_near_js_utils.constants.html | 4 +- modules/_near_js_utils.errors.html | 4 +- modules/_near_js_utils.errors_errors.html | 4 +- modules/_near_js_utils.errors_rpc_errors.html | 4 +- modules/_near_js_utils.format.html | 4 +- modules/_near_js_utils.html | 4 +- modules/_near_js_utils.index.html | 4 +- modules/_near_js_utils.logger.html | 4 +- .../_near_js_utils.logger_console_logger.html | 4 +- modules/_near_js_utils.logger_interface.html | 4 +- modules/_near_js_utils.logger_logger.html | 4 +- modules/_near_js_utils.logging.html | 4 +- modules/_near_js_utils.provider.html | 2 +- modules/_near_js_utils.utils.html | 4 +- modules/_near_js_utils.validators.html | 4 +- modules/_near_js_wallet_account.html | 4 +- modules/_near_js_wallet_account.index.html | 4 +- modules/_near_js_wallet_account.near.html | 4 +- ..._near_js_wallet_account.walletAccount.html | 4 +- modules/near_api_js.account.html | 4 +- modules/near_api_js.account_creator.html | 4 +- modules/near_api_js.account_multisig.html | 4 +- modules/near_api_js.browserConnect.html | 4 +- modules/near_api_js.connect.html | 4 +- modules/near_api_js.connection.html | 2 +- modules/near_api_js.constants.html | 4 +- modules/near_api_js.contract.html | 4 +- modules/near_api_js.html | 4 +- ...tores_browser_local_storage_key_store.html | 2 +- ...api_js.key_stores_in_memory_key_store.html | 2 +- modules/near_api_js.key_stores_keystore.html | 2 +- ...ear_api_js.key_stores_merge_key_store.html | 2 +- ...ores_unencrypted_file_system_keystore.html | 2 +- modules/near_api_js.near.html | 4 +- ...pi_js.providers_failover_rpc_provider.html | 4 +- ...ar_api_js.providers_json_rpc_provider.html | 2 +- modules/near_api_js.providers_provider.html | 4 +- modules/near_api_js.signer.html | 2 +- modules/near_api_js.transaction.html | 4 +- modules/near_api_js.utils.html | 4 +- modules/near_api_js.utils_enums.html | 4 +- modules/near_api_js.utils_errors.html | 4 +- modules/near_api_js.utils_format.html | 4 +- modules/near_api_js.utils_key_pair.html | 4 +- modules/near_api_js.utils_logger.html | 4 +- modules/near_api_js.utils_rpc_errors.html | 4 +- modules/near_api_js.utils_serialize.html | 4 +- modules/near_api_js.utils_web.html | 4 +- modules/near_api_js.validators.html | 4 +- modules/near_api_js.wallet_account.html | 2 +- ...etric_ed25519.index.AssertionResponse.html | 2 +- .../_near_js_iframe_rpc.types.RPCMessage.html | 2 +- ..._js_types.provider_protocol.BlockHash.html | 2 +- ...s_types.provider_protocol.BlockHeight.html | 2 +- ...ar_js_types.provider_protocol.BlockId.html | 2 +- ...ypes.provider_protocol.BlockReference.html | 2 +- ..._types.provider_protocol.BlockShardId.html | 2 +- ..._js_types.provider_protocol.ChunkHash.html | 2 +- ...ar_js_types.provider_protocol.ChunkId.html | 2 +- ...r_js_types.provider_protocol.Finality.html | 2 +- ...js_types.provider_protocol.MerklePath.html | 2 +- ...ar_js_types.provider_protocol.ShardId.html | 2 +- ...s.provider_protocol.TxExecutionStatus.html | 2 +- ...ypes.provider_request.RpcQueryRequest.html | 2 +- ...ar_js_utils.logger_interface.LogLevel.html | 2 +- ...r_api_js.providers_provider.BlockHash.html | 2 +- ...api_js.providers_provider.BlockHeight.html | 2 +- ...ear_api_js.providers_provider.BlockId.html | 2 +- ..._js.providers_provider.BlockReference.html | 2 +- ...pi_js.providers_provider.BlockShardId.html | 2 +- ...r_api_js.providers_provider.ChunkHash.html | 2 +- ...ear_api_js.providers_provider.ChunkId.html | 2 +- ...ar_api_js.providers_provider.Finality.html | 2 +- ..._api_js.providers_provider.MerklePath.html | 2 +- ...js.providers_provider.RpcQueryRequest.html | 2 +- ...ear_api_js.providers_provider.ShardId.html | 2 +- .../near_api_js.utils_key_pair.Arrayish.html | 2 +- types/near_api_js.utils_serialize.Schema.html | 2 +- ...accounts.constants.MULTISIG_ALLOWANCE.html | 2 +- ...nts.constants.MULTISIG_CHANGE_METHODS.html | 2 +- ...ts.constants.MULTISIG_CONFIRM_METHODS.html | 2 +- ...s_accounts.constants.MULTISIG_DEPOSIT.html | 2 +- ...ar_js_accounts.constants.MULTISIG_GAS.html | 2 +- ...counts.constants.MULTISIG_STORAGE_KEY.html | 2 +- ...ar_js_iframe_rpc.types.windowReceiver.html | 2 +- ...ctions.action_creators.actionCreators.html | 2 +- .../_near_js_transactions.schema.SCHEMA.html | 2 +- ...s.constants.DEFAULT_FUNCTION_CALL_GAS.html | 2 +- ..._near_js_utils.format.NEAR_NOMINATION.html | 2 +- ...r_js_utils.format.NEAR_NOMINATION_EXP.html | 2 +- ...s.account_multisig.MULTISIG_ALLOWANCE.html | 2 +- ...ount_multisig.MULTISIG_CHANGE_METHODS.html | 2 +- ...unt_multisig.MULTISIG_CONFIRM_METHODS.html | 2 +- ..._js.account_multisig.MULTISIG_DEPOSIT.html | 2 +- ..._api_js.account_multisig.MULTISIG_GAS.html | 2 +- ...account_multisig.MULTISIG_STORAGE_KEY.html | 2 +- ...s.constants.DEFAULT_FUNCTION_CALL_GAS.html | 2 +- variables/near_api_js.transaction.SCHEMA.html | 2 +- ...r_api_js.utils_format.NEAR_NOMINATION.html | 2 +- ...i_js.utils_format.NEAR_NOMINATION_EXP.html | 2 +- 503 files changed, 1028 insertions(+), 1028 deletions(-) diff --git a/assets/navigation.js b/assets/navigation.js index 5beb47728f..93849939af 100644 --- a/assets/navigation.js +++ b/assets/navigation.js @@ -1 +1 @@ -window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file +window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file diff --git a/classes/_near_js_accounts.account.Account.html b/classes/_near_js_accounts.account.Account.html index 13f4fe20da..05a44a2eb5 100644 --- a/classes/_near_js_accounts.account.Account.html +++ b/classes/_near_js_accounts.account.Account.html @@ -1,5 +1,5 @@ Account | Documentation

This class provides common account related RPC calls including signing transactions with a KeyPair.

-

Hierarchy

Implements

Constructors

Hierarchy

Implements

Constructors

Properties

Methods

addKey @@ -23,60 +23,60 @@ state viewFunction viewState -

Constructors

Properties

accountId: string
connection: Connection

Methods

  • Parameters

    • publicKey: string | PublicKey

      A public key to be associated with the contract

      +

Constructors

Properties

accountId: string
connection: Connection

Methods

  • Create a new account and deploy a contract to it

    +
  • amount: bigint

Returns Promise<FinalExecutionOutcome>

Returns Promise<Account>

Returns Promise<FinalExecutionOutcome>

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.account_2fa.Account2FA.html b/classes/_near_js_accounts.account_2fa.Account2FA.html index 365f2ea331..38b47ad554 100644 --- a/classes/_near_js_accounts.account_2fa.Account2FA.html +++ b/classes/_near_js_accounts.account_2fa.Account2FA.html @@ -1,5 +1,5 @@ Account2FA | Documentation

This class provides common account related RPC calls including signing transactions with a KeyPair.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

accountId: string
connection: Connection
getCode: getCodeFunction
helperUrl: string = 'https://helper.testnet.near.org'
onAddRequestResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

onConfirmResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

sendCode: sendCodeFunction

+

Constructors

Properties

accountId: string
connection: Connection
getCode: getCodeFunction
helperUrl: string = 'https://helper.testnet.near.org'
onAddRequestResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

onConfirmResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

sendCode: sendCodeFunction

Account2FA has options object where you can provide callbacks for:

  • sendCode: how to send the 2FA code in case you don't use NEAR Contract Helper
  • @@ -59,124 +59,124 @@
  • onResult: the tx result after it's been confirmed by NEAR Contract Helper

-
storage: any
verifyCode: verifyCodeFunction

Methods

storage: any
verifyCode: verifyCodeFunction

Methods

  • This method submits a canary transaction that is expected to always fail in order to determine whether the contract currently has valid multisig state +

  • This method submits a canary transaction that is expected to always fail in order to determine whether the contract currently has valid multisig state and whether it is initialized. The canary transaction attempts to delete a request at index u32_max and will go through if a request exists at that index. a u32_max + 1 and -1 value cannot be used for the canary due to expected u32 error thrown before deserialization attempt.

    Parameters

    • Optional contractBytes: Uint8Array

      The bytecode of the multisig contract.

    Returns Promise<{
        codeStatus: MultisigCodeStatus;
        stateStatus: MultisigStateStatus;
    }>

    A promise that resolves to the status of the code and state.

    -
  • Create a new account and deploy a contract to it

    +
  • amount: bigint

Returns Promise<FinalExecutionOutcome>

Returns Promise<Account>

Returns Promise<FinalExecutionOutcome>

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.account_creator.AccountCreator.html b/classes/_near_js_accounts.account_creator.AccountCreator.html index 635cda31da..276954138e 100644 --- a/classes/_near_js_accounts.account_creator.AccountCreator.html +++ b/classes/_near_js_accounts.account_creator.AccountCreator.html @@ -1,4 +1,4 @@ AccountCreator | Documentation

Account creator provides an interface for implementations to actually create accounts

-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.account_creator.LocalAccountCreator.html b/classes/_near_js_accounts.account_creator.LocalAccountCreator.html index ed2db214fe..7438d99c48 100644 --- a/classes/_near_js_accounts.account_creator.LocalAccountCreator.html +++ b/classes/_near_js_accounts.account_creator.LocalAccountCreator.html @@ -1,9 +1,9 @@ LocalAccountCreator | Documentation

Account creator provides an interface for implementations to actually create accounts

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

initialBalance: bigint
masterAccount: Account

Methods

  • Creates an account using a masterAccount, meaning the new account is created from an existing account

    +

Constructors

Properties

initialBalance: bigint
masterAccount: Account

Methods

  • Creates an account using a masterAccount, meaning the new account is created from an existing account

    Parameters

    • newAccountId: string

      The name of the NEAR account to be created

    • publicKey: PublicKey

      The public key from the masterAccount used to create this account

      -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.account_creator.UrlAccountCreator.html b/classes/_near_js_accounts.account_creator.UrlAccountCreator.html index 299f6a9a53..704ba292a4 100644 --- a/classes/_near_js_accounts.account_creator.UrlAccountCreator.html +++ b/classes/_near_js_accounts.account_creator.UrlAccountCreator.html @@ -1,10 +1,10 @@ UrlAccountCreator | Documentation

Account creator provides an interface for implementations to actually create accounts

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

connection: Connection
helperUrl: string

Methods

  • Creates an account using a helperUrl +

Constructors

Properties

connection: Connection
helperUrl: string

Methods

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.account_multisig.AccountMultisig.html b/classes/_near_js_accounts.account_multisig.AccountMultisig.html index a55c32057f..2ef82b1f14 100644 --- a/classes/_near_js_accounts.account_multisig.AccountMultisig.html +++ b/classes/_near_js_accounts.account_multisig.AccountMultisig.html @@ -1,5 +1,5 @@ AccountMultisig | Documentation

This class provides common account related RPC calls including signing transactions with a KeyPair.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Parameters

  • connection: Connection

    The NEAR connection object.

  • accountId: string

    The NEAR account ID.

  • options: any

    Additional options for the multisig account.

    -

Returns AccountMultisig

Properties

accountId: string
connection: Connection
onAddRequestResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

storage: any

Methods

Properties

accountId: string
connection: Connection
onAddRequestResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

storage: any

Methods

  • This method submits a canary transaction that is expected to always fail in order to determine whether the contract currently has valid multisig state +

  • This method submits a canary transaction that is expected to always fail in order to determine whether the contract currently has valid multisig state and whether it is initialized. The canary transaction attempts to delete a request at index u32_max and will go through if a request exists at that index. a u32_max + 1 and -1 value cannot be used for the canary due to expected u32 error thrown before deserialization attempt.

    Parameters

    • Optional contractBytes: Uint8Array

      The bytecode of the multisig contract.

    Returns Promise<{
        codeStatus: MultisigCodeStatus;
        stateStatus: MultisigStateStatus;
    }>

    A promise that resolves to the status of the code and state.

    -
  • Create a new account and deploy a contract to it

    +
  • amount: bigint

Returns Promise<FinalExecutionOutcome>

  • Delete all multisig requests associated with the account.

    +

Returns Promise<Account>

Returns Promise<FinalExecutionOutcome>

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.connection.Connection.html b/classes/_near_js_accounts.connection.Connection.html index a8d8baef78..493b701820 100644 --- a/classes/_near_js_accounts.connection.Connection.html +++ b/classes/_near_js_accounts.connection.Connection.html @@ -1,10 +1,10 @@ Connection | Documentation

Connects an account to a given network via a given provider

-

Hierarchy

  • Connection

Implements

Constructors

Hierarchy

  • Connection

Implements

Constructors

Properties

jsvmAccountId: string
networkId: string
provider: Provider
signer: Signer

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

jsvmAccountId: string
networkId: string
provider: Provider
signer: Signer

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.contract.Contract.html b/classes/_near_js_accounts.contract.Contract.html index 29a1157965..8e2f17150b 100644 --- a/classes/_near_js_accounts.contract.Contract.html +++ b/classes/_near_js_accounts.contract.Contract.html @@ -2,7 +2,7 @@

See

https://docs.near.org/tools/near-api-js/quick-reference#contract

Example

import { Contract } from 'near-api-js';

async function contractExample() {
const methodOptions = {
viewMethods: ['getMessageByAccountId'],
changeMethods: ['addMessage']
};
const contract = new Contract(
wallet.account(),
'contract-id.testnet',
methodOptions
);

// use a contract view method
const messages = await contract.getMessages({
accountId: 'example-account.testnet'
});

// use a contract change method
await contract.addMessage({
meta: 'some info',
callbackUrl: 'https://example.com/callback',
args: { text: 'my message' },
amount: 1
})
}
-

Hierarchy

Constructors

Hierarchy

  • Contract

Constructors

Properties

account? connection contractId @@ -10,4 +10,4 @@

Example

import<
 

Methods

Constructors

Properties

account?: Account

Deprecated

connection: Connection
contractId: string

Methods

Generated using TypeDoc

\ No newline at end of file +

Returns Contract

Properties

account?: Account

Deprecated

connection: Connection
contractId: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.errors.ArgumentSchemaError.html b/classes/_near_js_accounts.errors.ArgumentSchemaError.html index 114d98ef65..13cbaef888 100644 --- a/classes/_near_js_accounts.errors.ArgumentSchemaError.html +++ b/classes/_near_js_accounts.errors.ArgumentSchemaError.html @@ -1,11 +1,11 @@ -ArgumentSchemaError | Documentation

Hierarchy

  • Error
    • ArgumentSchemaError

Constructors

constructor +ArgumentSchemaError | Documentation

Hierarchy

  • Error
    • ArgumentSchemaError

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.errors.ConflictingOptions.html b/classes/_near_js_accounts.errors.ConflictingOptions.html index b52676f952..9d2c78a211 100644 --- a/classes/_near_js_accounts.errors.ConflictingOptions.html +++ b/classes/_near_js_accounts.errors.ConflictingOptions.html @@ -1,11 +1,11 @@ -ConflictingOptions | Documentation

Hierarchy

  • Error
    • ConflictingOptions

Constructors

constructor +ConflictingOptions | Documentation

Hierarchy

  • Error
    • ConflictingOptions

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.errors.UnknownArgumentError.html b/classes/_near_js_accounts.errors.UnknownArgumentError.html index b2ca034dc5..5c261ed799 100644 --- a/classes/_near_js_accounts.errors.UnknownArgumentError.html +++ b/classes/_near_js_accounts.errors.UnknownArgumentError.html @@ -1,11 +1,11 @@ -UnknownArgumentError | Documentation

Hierarchy

  • Error
    • UnknownArgumentError

Constructors

constructor +UnknownArgumentError | Documentation

Hierarchy

  • Error
    • UnknownArgumentError

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.errors.UnsupportedSerializationError.html b/classes/_near_js_accounts.errors.UnsupportedSerializationError.html index d6693c4154..9047cca0c2 100644 --- a/classes/_near_js_accounts.errors.UnsupportedSerializationError.html +++ b/classes/_near_js_accounts.errors.UnsupportedSerializationError.html @@ -1,11 +1,11 @@ -UnsupportedSerializationError | Documentation

Hierarchy

  • Error
    • UnsupportedSerializationError

Constructors

constructor +UnsupportedSerializationError | Documentation

Hierarchy

  • Error
    • UnsupportedSerializationError

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.local_view_execution.LocalViewExecution.html b/classes/_near_js_accounts.local_view_execution.LocalViewExecution.html index e242649a5e..b01ef015c2 100644 --- a/classes/_near_js_accounts.local_view_execution.LocalViewExecution.html +++ b/classes/_near_js_accounts.local_view_execution.LocalViewExecution.html @@ -1,4 +1,4 @@ -LocalViewExecution | Documentation

Hierarchy

  • LocalViewExecution

Constructors

constructor +LocalViewExecution | Documentation

Hierarchy

  • LocalViewExecution

Constructors

Properties

Methods

Constructors

Properties

connection: Connection
storage: Storage

Methods

  • Parameters

    Returns Promise<{
        blockHash: string;
        blockHeight: number;
        blockTimestamp: number;
        contractCode: string;
        contractState: ContractState;
    }>

  • Calls a view function on a contract, fetching the contract code and state if needed.

    +

Constructors

Properties

connection: Connection
storage: Storage

Methods

  • Parameters

    Returns Promise<{
        blockHash: string;
        blockHeight: number;
        blockTimestamp: number;
        contractCode: string;
        contractState: ContractState;
    }>

  • Calls a view function on a contract, fetching the contract code and state if needed.

    Parameters

    • options: ViewFunctionCallOptions

      Options for calling the view function.

    Returns Promise<any>

    • A promise that resolves to the result of the view function.
    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.local_view_execution_runtime.Runtime.html b/classes/_near_js_accounts.local_view_execution_runtime.Runtime.html index a8ef42182d..c5dfd4148c 100644 --- a/classes/_near_js_accounts.local_view_execution_runtime.Runtime.html +++ b/classes/_near_js_accounts.local_view_execution_runtime.Runtime.html @@ -1,4 +1,4 @@ -Runtime | Documentation

Hierarchy

  • Runtime

Constructors

constructor +Runtime | Documentation

Hierarchy

  • Runtime

Constructors

Properties

Constructors

Properties

context: RuntimeCtx
logs: any[]
memory: Memory
registers: Record<string, any>
result: Buffer
wasm: Buffer

Methods

  • Returns {
        abort: any;
        account_balance: (() => never);
        account_locked_balance: (() => never);
        attached_deposit: (() => never);
        block_index: any;
        block_timestamp: any;
        current_account_id: any;
        ecrecover: (() => never);
        epoch_height: (() => never);
        input: any;
        keccak256: (() => never);
        keccak512: (() => never);
        log_utf16: any;
        log_utf8: any;
        panic: (() => void);
        panic_utf8: ((len, ptr) => void);
        predecessor_account_id: (() => never);
        prepaid_gas: (() => never);
        promise_and: (() => never);
        promise_batch_action_add_key_with_full_access: (() => never);
        promise_batch_action_add_key_with_function_call: (() => never);
        promise_batch_action_create_account: (() => never);
        promise_batch_action_delete_account: (() => never);
        promise_batch_action_delete_key: (() => never);
        promise_batch_action_deploy_contract: (() => never);
        promise_batch_action_function_call: (() => never);
        promise_batch_action_function_call_weight: (() => never);
        promise_batch_action_stake: (() => never);
        promise_batch_action_transfer: (() => never);
        promise_batch_create: (() => never);
        promise_batch_then: (() => never);
        promise_create: (() => never);
        promise_result: (() => never);
        promise_results_count: (() => never);
        promise_return: (() => never);
        promise_then: (() => never);
        random_seed: (() => never);
        read_register: any;
        register_len: any;
        ripemd160: (() => never);
        sha256: any;
        signer_account_id: (() => never);
        signer_account_pk: (() => never);
        storage_has_key: any;
        storage_read: any;
        storage_remove: (() => never);
        storage_usage: (() => never);
        storage_write: (() => never);
        used_gas: (() => never);
        validator_stake: (() => never);
        validator_total_stake: (() => never);
        value_return: any;
        write_register: (() => never);
    }

    • abort: any
    • account_balance: (() => never)
        • (): never
        • Returns never

    • account_locked_balance: (() => never)
        • (): never
        • Returns never

    • attached_deposit: (() => never)
        • (): never
        • Returns never

    • block_index: any
    • block_timestamp: any
    • current_account_id: any
    • ecrecover: (() => never)
        • (): never
        • Returns never

    • epoch_height: (() => never)
        • (): never
        • Returns never

    • input: any
    • keccak256: (() => never)
        • (): never
        • Returns never

    • keccak512: (() => never)
        • (): never
        • Returns never

    • log_utf16: any
    • log_utf8: any
    • panic: (() => void)
        • (): void
        • Returns void

    • panic_utf8: ((len, ptr) => void)
        • (len, ptr): void
        • Parameters

          • len: bigint
          • ptr: bigint

          Returns void

    • predecessor_account_id: (() => never)
        • (): never
        • Returns never

    • prepaid_gas: (() => never)
        • (): never
        • Returns never

    • promise_and: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_add_key_with_full_access: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_add_key_with_function_call: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_create_account: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_delete_account: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_delete_key: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_deploy_contract: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_function_call: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_function_call_weight: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_stake: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_transfer: (() => never)
        • (): never
        • Returns never

    • promise_batch_create: (() => never)
        • (): never
        • Returns never

    • promise_batch_then: (() => never)
        • (): never
        • Returns never

    • promise_create: (() => never)
        • (): never
        • Returns never

    • promise_result: (() => never)
        • (): never
        • Returns never

    • promise_results_count: (() => never)
        • (): never
        • Returns never

    • promise_return: (() => never)
        • (): never
        • Returns never

    • promise_then: (() => never)
        • (): never
        • Returns never

    • random_seed: (() => never)
        • (): never
        • Returns never

    • read_register: any
    • register_len: any
    • ripemd160: (() => never)
        • (): never
        • Returns never

    • sha256: any
    • signer_account_id: (() => never)
        • (): never
        • Returns never

    • signer_account_pk: (() => never)
        • (): never
        • Returns never

    • storage_has_key: any
    • storage_read: any
    • storage_remove: (() => never)
        • (): never
        • Returns never

    • storage_usage: (() => never)
        • (): never
        • Returns never

    • storage_write: (() => never)
        • (): never
        • Returns never

    • used_gas: (() => never)
        • (): never
        • Returns never

    • validator_stake: (() => never)
        • (): never
        • Returns never

    • validator_total_stake: (() => never)
        • (): never
        • Returns never

    • value_return: any
    • write_register: (() => never)
        • (): never
        • Returns never

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

context: RuntimeCtx
logs: any[]
memory: Memory
registers: Record<string, any>
result: Buffer
wasm: Buffer

Methods

  • Returns {
        abort: any;
        account_balance: (() => never);
        account_locked_balance: (() => never);
        attached_deposit: (() => never);
        block_index: any;
        block_timestamp: any;
        current_account_id: any;
        ecrecover: (() => never);
        epoch_height: (() => never);
        input: any;
        keccak256: (() => never);
        keccak512: (() => never);
        log_utf16: any;
        log_utf8: any;
        panic: (() => void);
        panic_utf8: ((len, ptr) => void);
        predecessor_account_id: (() => never);
        prepaid_gas: (() => never);
        promise_and: (() => never);
        promise_batch_action_add_key_with_full_access: (() => never);
        promise_batch_action_add_key_with_function_call: (() => never);
        promise_batch_action_create_account: (() => never);
        promise_batch_action_delete_account: (() => never);
        promise_batch_action_delete_key: (() => never);
        promise_batch_action_deploy_contract: (() => never);
        promise_batch_action_function_call: (() => never);
        promise_batch_action_function_call_weight: (() => never);
        promise_batch_action_stake: (() => never);
        promise_batch_action_transfer: (() => never);
        promise_batch_create: (() => never);
        promise_batch_then: (() => never);
        promise_create: (() => never);
        promise_result: (() => never);
        promise_results_count: (() => never);
        promise_return: (() => never);
        promise_then: (() => never);
        random_seed: (() => never);
        read_register: any;
        register_len: any;
        ripemd160: (() => never);
        sha256: any;
        signer_account_id: (() => never);
        signer_account_pk: (() => never);
        storage_has_key: any;
        storage_read: any;
        storage_remove: (() => never);
        storage_usage: (() => never);
        storage_write: (() => never);
        used_gas: (() => never);
        validator_stake: (() => never);
        validator_total_stake: (() => never);
        value_return: any;
        write_register: (() => never);
    }

    • abort: any
    • account_balance: (() => never)
        • (): never
        • Returns never

    • account_locked_balance: (() => never)
        • (): never
        • Returns never

    • attached_deposit: (() => never)
        • (): never
        • Returns never

    • block_index: any
    • block_timestamp: any
    • current_account_id: any
    • ecrecover: (() => never)
        • (): never
        • Returns never

    • epoch_height: (() => never)
        • (): never
        • Returns never

    • input: any
    • keccak256: (() => never)
        • (): never
        • Returns never

    • keccak512: (() => never)
        • (): never
        • Returns never

    • log_utf16: any
    • log_utf8: any
    • panic: (() => void)
        • (): void
        • Returns void

    • panic_utf8: ((len, ptr) => void)
        • (len, ptr): void
        • Parameters

          • len: bigint
          • ptr: bigint

          Returns void

    • predecessor_account_id: (() => never)
        • (): never
        • Returns never

    • prepaid_gas: (() => never)
        • (): never
        • Returns never

    • promise_and: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_add_key_with_full_access: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_add_key_with_function_call: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_create_account: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_delete_account: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_delete_key: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_deploy_contract: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_function_call: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_function_call_weight: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_stake: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_transfer: (() => never)
        • (): never
        • Returns never

    • promise_batch_create: (() => never)
        • (): never
        • Returns never

    • promise_batch_then: (() => never)
        • (): never
        • Returns never

    • promise_create: (() => never)
        • (): never
        • Returns never

    • promise_result: (() => never)
        • (): never
        • Returns never

    • promise_results_count: (() => never)
        • (): never
        • Returns never

    • promise_return: (() => never)
        • (): never
        • Returns never

    • promise_then: (() => never)
        • (): never
        • Returns never

    • random_seed: (() => never)
        • (): never
        • Returns never

    • read_register: any
    • register_len: any
    • ripemd160: (() => never)
        • (): never
        • Returns never

    • sha256: any
    • signer_account_id: (() => never)
        • (): never
        • Returns never

    • signer_account_pk: (() => never)
        • (): never
        • Returns never

    • storage_has_key: any
    • storage_read: any
    • storage_remove: (() => never)
        • (): never
        • Returns never

    • storage_usage: (() => never)
        • (): never
        • Returns never

    • storage_write: (() => never)
        • (): never
        • Returns never

    • used_gas: (() => never)
        • (): never
        • Returns never

    • validator_stake: (() => never)
        • (): never
        • Returns never

    • validator_total_stake: (() => never)
        • (): never
        • Returns never

    • value_return: any
    • write_register: (() => never)
        • (): never
        • Returns never

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.local_view_execution_storage.Storage.html b/classes/_near_js_accounts.local_view_execution_storage.Storage.html index c6f66a3e45..5b2299b82f 100644 --- a/classes/_near_js_accounts.local_view_execution_storage.Storage.html +++ b/classes/_near_js_accounts.local_view_execution_storage.Storage.html @@ -1,7 +1,7 @@ -Storage | Documentation

Hierarchy

  • Storage

Constructors

constructor +Storage | Documentation

Hierarchy

  • Storage

Constructors

Properties

Methods

Constructors

Properties

blockHeights: Map<string, number>
cache: LRUMap<string | number, any>
MAX_ELEMENTS: number = 100

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

blockHeights: Map<string, number>
cache: LRUMap<string | number, any>
MAX_ELEMENTS: number = 100

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_biometric_ed25519.fido2.Fido2.html b/classes/_near_js_biometric_ed25519.fido2.Fido2.html index 77ffee8b75..9560c1c88c 100644 --- a/classes/_near_js_biometric_ed25519.fido2.Fido2.html +++ b/classes/_near_js_biometric_ed25519.fido2.Fido2.html @@ -1,7 +1,7 @@ -Fido2 | Documentation

Hierarchy

  • Fido2

Constructors

constructor +Fido2 | Documentation

Hierarchy

  • Fido2

Constructors

Properties

Methods

Constructors

Properties

f2l: Fido2Lib

Methods

  • Parameters

    • __namedParameters: {
          challenge: any;
          clientAttestationResponse: any;
          origin: any;
      }
      • challenge: any
      • clientAttestationResponse: any
      • origin: any

    Returns Promise<Fido2AttestationResult>

  • Parameters

    • __namedParameters: {
          rpId: any;
          rpName: any;
          timeout: any;
      }
      • rpId: any
      • rpName: any
      • timeout: any

    Returns Promise<void>

  • Returns Promise<{
        allowCredentials?: PublicKeyCredentialDescriptor[];
        attestation: string;
        challenge: string;
        extensions?: any;
        rawChallenge?: ArrayBuffer;
        rpId?: string;
        status: string;
        timeout?: number;
        userVerification?: UserVerification;
    }>

  • Parameters

    • __namedParameters: {
          displayName: any;
          id: any;
          username: any;
      }
      • displayName: any
      • id: any
      • username: any

    Returns Promise<{
        attestation?: Attestation;
        authenticatorSelection?: AuthenticatorSelectionCriteria;
        challenge: string;
        extensions?: any;
        pubKeyCredParams: {
            alg: number;
            type: "public-key";
        }[];
        rawChallenge?: ArrayBuffer;
        rp: {
            icon?: string;
            id: string;
            name: string;
        };
        status: string;
        timeout?: number;
        user: {
            displayName: any;
            id: any;
            name: any;
        };
    }>

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

f2l: Fido2Lib

Methods

  • Parameters

    • __namedParameters: {
          challenge: any;
          clientAttestationResponse: any;
          origin: any;
      }
      • challenge: any
      • clientAttestationResponse: any
      • origin: any

    Returns Promise<Fido2AttestationResult>

  • Parameters

    • __namedParameters: {
          rpId: any;
          rpName: any;
          timeout: any;
      }
      • rpId: any
      • rpName: any
      • timeout: any

    Returns Promise<void>

  • Returns Promise<{
        allowCredentials?: PublicKeyCredentialDescriptor[];
        attestation: string;
        challenge: string;
        extensions?: any;
        rawChallenge?: ArrayBuffer;
        rpId?: string;
        status: string;
        timeout?: number;
        userVerification?: UserVerification;
    }>

  • Parameters

    • __namedParameters: {
          displayName: any;
          id: any;
          username: any;
      }
      • displayName: any
      • id: any
      • username: any

    Returns Promise<{
        attestation?: Attestation;
        authenticatorSelection?: AuthenticatorSelectionCriteria;
        challenge: string;
        extensions?: any;
        pubKeyCredParams: {
            alg: number;
            type: "public-key";
        }[];
        rawChallenge?: ArrayBuffer;
        rp: {
            icon?: string;
            id: string;
            name: string;
        };
        status: string;
        timeout?: number;
        user: {
            displayName: any;
            id: any;
            name: any;
        };
    }>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_biometric_ed25519.index-1.PasskeyProcessCanceled.html b/classes/_near_js_biometric_ed25519.index-1.PasskeyProcessCanceled.html index 63351a2d76..30804c2bb0 100644 --- a/classes/_near_js_biometric_ed25519.index-1.PasskeyProcessCanceled.html +++ b/classes/_near_js_biometric_ed25519.index-1.PasskeyProcessCanceled.html @@ -1,4 +1,4 @@ -PasskeyProcessCanceled | Documentation

Hierarchy

  • Error
    • PasskeyProcessCanceled

Constructors

constructor +PasskeyProcessCanceled | Documentation

Hierarchy

  • Error
    • PasskeyProcessCanceled

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_crypto.key_pair.KeyPair.html b/classes/_near_js_crypto.key_pair.KeyPair.html index fa8e54eb22..c420b69c73 100644 --- a/classes/_near_js_crypto.key_pair.KeyPair.html +++ b/classes/_near_js_crypto.key_pair.KeyPair.html @@ -1,13 +1,13 @@ -KeyPair | Documentation

Hierarchy

Constructors

constructor +KeyPair | Documentation

Hierarchy

Constructors

Methods

  • Parameters

    • curve: string

      Name of elliptical curve, case-insensitive

      +

Constructors

Methods

  • Parameters

    • curve: string

      Name of elliptical curve, case-insensitive

    Returns KeyPair

    Random KeyPair based on the curve

    -
  • Creates a key pair from an encoded key string.

    Parameters

    • encodedKey: string

      The encoded key string.

    Returns KeyPair

    The key pair created from the encoded key string.

    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_crypto.key_pair_base.KeyPairBase.html b/classes/_near_js_crypto.key_pair_base.KeyPairBase.html index 75c53b804e..219ce07129 100644 --- a/classes/_near_js_crypto.key_pair_base.KeyPairBase.html +++ b/classes/_near_js_crypto.key_pair_base.KeyPairBase.html @@ -1,6 +1,6 @@ -KeyPairBase | Documentation

Hierarchy

Constructors

constructor +KeyPairBase | Documentation

Hierarchy

Constructors

Methods

  • Parameters

    • message: Uint8Array
    • signature: Uint8Array

    Returns boolean

Generated using TypeDoc

\ No newline at end of file +

Constructors

Methods

  • Parameters

    • message: Uint8Array
    • signature: Uint8Array

    Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_crypto.key_pair_ed25519.KeyPairEd25519.html b/classes/_near_js_crypto.key_pair_ed25519.KeyPairEd25519.html index cf31d04690..91b2d4c481 100644 --- a/classes/_near_js_crypto.key_pair_ed25519.KeyPairEd25519.html +++ b/classes/_near_js_crypto.key_pair_ed25519.KeyPairEd25519.html @@ -1,6 +1,6 @@ KeyPairEd25519 | Documentation

This class provides key pair functionality for Ed25519 curve: generating key pairs, encoding key pairs, signing and verifying.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Constructors

Properties

extendedSecretKey: string
publicKey: PublicKey
secretKey: string

Methods

Properties

extendedSecretKey: string
publicKey: PublicKey
secretKey: string

Methods

  • Returns a string representation of the key pair in the format 'ed25519:[extendedSecretKey]'.

    Returns string

    The string representation of the key pair.

    -
  • Verifies the signature of a message using the key pair's public key.

    Parameters

    • message: Uint8Array

      The message to be verified.

    • signature: Uint8Array

      The signature to be verified.

    Returns boolean

    true if the signature is valid, otherwise false.

    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_crypto.public_key.PublicKey.html b/classes/_near_js_crypto.public_key.PublicKey.html index 9ea9a272e4..1976137714 100644 --- a/classes/_near_js_crypto.public_key.PublicKey.html +++ b/classes/_near_js_crypto.public_key.PublicKey.html @@ -1,21 +1,21 @@ PublicKey | Documentation

PublicKey representation that has type and bytes of the key.

-

Hierarchy

  • Assignable
    • PublicKey

Constructors

Hierarchy

  • Assignable
    • PublicKey

Constructors

Properties

Methods

Constructors

  • Parameters

    • properties: any

    Returns PublicKey

Properties

data: Uint8Array
keyType: ED25519

Methods

  • Returns a string representation of the public key.

    +

Constructors

  • Parameters

    • properties: any

    Returns PublicKey

Properties

data: Uint8Array
keyType: ED25519

Methods

  • Returns a string representation of the public key.

    Returns string

    The string representation of the public key.

    -
  • Verifies a message signature using the public key.

    +
  • Verifies a message signature using the public key.

    Parameters

    • message: Uint8Array

      The message to be verified.

    • signature: Uint8Array

      The signature to be verified.

    Returns boolean

    true if the signature is valid, otherwise false.

    -
  • Creates a PublicKey instance from a string or an existing PublicKey instance.

    Parameters

    • value: string | PublicKey

      The string or PublicKey instance to create a PublicKey from.

    Returns PublicKey

    The PublicKey instance.

    -
  • Creates a PublicKey instance from an encoded key string.

    Parameters

    • encodedKey: string

      The encoded key string.

    Returns PublicKey

    The PublicKey instance created from the encoded key string.

    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_iframe_rpc.iframe_rpc.IFrameRPC.html b/classes/_near_js_iframe_rpc.iframe_rpc.IFrameRPC.html index e1b9bfa4ae..f905e52e02 100644 --- a/classes/_near_js_iframe_rpc.iframe_rpc.IFrameRPC.html +++ b/classes/_near_js_iframe_rpc.iframe_rpc.IFrameRPC.html @@ -1,4 +1,4 @@ -IFrameRPC | Documentation

Hierarchy

  • EventEmitter
    • IFrameRPC

Constructors

constructor +IFrameRPC | Documentation

Hierarchy

  • EventEmitter
    • IFrameRPC

Constructors

Properties

Constructors

Properties

calls: {
    [id: number]: ((err, result) => void);
} = ...

Type declaration

  • [id: number]: ((err, result) => void)
      • (err, result): void
      • Parameters

        Returns void

isReady: Promise<void>
lastCallId: number = 0
options: IRPCOptions

The configuration options for IFrameRPC.

-
remoteProtocolVersion: string
removeMessageListener: (() => void)

Type declaration

    • (): void
    • Returns void

captureRejectionSymbol: typeof captureRejectionSymbol
captureRejections: boolean

Sets or gets the default captureRejection value for all emitters.

+

Returns IFrameRPC

Properties

calls: {
    [id: number]: ((err, result) => void);
} = ...

Type declaration

  • [id: number]: ((err, result) => void)
      • (err, result): void
      • Parameters

        Returns void

isReady: Promise<void>
lastCallId: number = 0
options: IRPCOptions

The configuration options for IFrameRPC.

+
remoteProtocolVersion: string
removeMessageListener: (() => void)

Type declaration

    • (): void
    • Returns void

captureRejectionSymbol: typeof captureRejectionSymbol
captureRejections: boolean

Sets or gets the default captureRejection value for all emitters.

defaultMaxListeners: number
errorMonitor: typeof errorMonitor

This symbol shall be used to install a listener for only monitoring 'error' events. Listeners installed using this symbol are called before the regular 'error' listeners are called.

@@ -56,12 +56,12 @@

Type Parameters

  • T

Parameters

  • method: string

    The RPC method name.

  • handler: ((params) => any)

    The method handler function.

      • (params): any
      • Parameters

        • params: T

        Returns any

Returns IFrameRPC

The current IFrameRPC instance.

-
  • Calls an RPC method with the specified method name and parameters.

    Type Parameters

    • T

    Parameters

    • method: string

      The RPC method name.

    • params: object

      The parameters for the RPC method.

    Returns Promise<T>

    A Promise that resolves with the result of the RPC method.

    -
  • Synchronously calls each of the listeners registered for the event namedeventName, in the order they were registered, passing the supplied arguments +

  • Synchronously calls each of the listeners registered for the event namedeventName, in the order they were registered, passing the supplied arguments to each.

    Returns true if the event had listeners, false otherwise.

    const EventEmitter = require('events');
    const myEmitter = new EventEmitter();

    // First listener
    myEmitter.on('event', function firstListener() {
    console.log('Helloooo! first listener');
    });
    // Second listener
    myEmitter.on('event', function secondListener(arg1, arg2) {
    console.log(`event with parameters ${arg1}, ${arg2} in second listener`);
    });
    // Third listener
    myEmitter.on('event', function thirdListener(...args) {
    const parameters = args.join(', ');
    console.log(`event with parameters ${parameters} in third listener`);
    });

    console.log(myEmitter.listeners('event'));

    myEmitter.emit('event', 1, 2, 3, 4, 5);

    // Prints:
    // [
    // [Function: firstListener],
    // [Function: secondListener],
    // [Function: thirdListener]
    // ]
    // Helloooo! first listener
    // event with parameters 1, 2 in second listener
    // event with parameters 1, 2, 3, 4, 5 in third listener @@ -75,14 +75,14 @@
  • Returns the current max listener value for the EventEmitter which is either set by emitter.setMaxListeners(n) or defaults to defaultMaxListeners.

    Returns number

    Since

    v1.0.0

    -
  • Returns the number of listeners listening to the event named eventName.

    +
  • Returns the number of listeners listening to the event named eventName.

    Parameters

    • eventName: string | symbol

      The name of the event being listened for

    Returns number

    Since

    v3.2.0

  • Returns a copy of the array of listeners for the event named eventName.

    server.on('connection', (stream) => {
    console.log('someone connected!');
    });
    console.log(util.inspect(server.listeners('connection')));
    // Prints: [ [Function] ]

    Parameters

    • eventName: string | symbol

    Returns Function[]

    Since

    v0.1.26

    -
  • Alias for emitter.removeListener().

    +
  • Alias for emitter.removeListener().

    Parameters

    • eventName: string | symbol
    • listener: ((...args) => void)
        • (...args): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns IFrameRPC

    Since

    v10.0.0

  • Adds the listener function to the end of the listeners array for the event named eventName. No checks are made to see if the listener has @@ -110,7 +110,7 @@

    Parameters

    • eventName: string | symbol

      The name of the event.

    • listener: ((...args) => void)

      The callback function

        • (...args): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns IFrameRPC

    Since

    v0.3.0

    -
  • Adds the listener function to the beginning of the listeners array for the +

  • Adds the listener function to the beginning of the listeners array for the event named eventName. No checks are made to see if the listener has already been added. Multiple calls passing the same combination of eventNameand listener will result in the listener being added, and called, multiple times.

    @@ -135,7 +135,7 @@

    Parameters

    • eventName: string | symbol

    Returns Function[]

    Since

    v9.4.0

  • Removes all listeners, or those of the specified eventName.

    It is bad practice to remove listeners added elsewhere in the code, particularly when the EventEmitter instance was created by some other component or module (e.g. sockets or file streams).

    @@ -182,7 +182,7 @@
  • A class method that returns the number of listeners for the given eventNameregistered on the given emitter.

    +
  • A class method that returns the number of listeners for the given eventNameregistered on the given emitter.

    const { EventEmitter, listenerCount } = require('events');
    const myEmitter = new EventEmitter();
    myEmitter.on('event', () => {});
    myEmitter.on('event', () => {});
    console.log(listenerCount(myEmitter, 'event'));
    // Prints: 2

    Parameters

    • emitter: EventEmitter

      The emitter to query

      @@ -222,4 +222,4 @@

      Deprecated

      Since v3.2.0 - Use listenerCount instead.

      Parameters

      • Optional n: number

        A non-negative number. The maximum number of listeners per EventTarget event.

      • Rest ...eventTargets: (EventEmitter | _DOMEventTarget)[]

      Returns void

      Since

      v15.4.0

      -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_iframe_rpc.iframe_rpc_error.IFrameRPCError.html b/classes/_near_js_iframe_rpc.iframe_rpc_error.IFrameRPCError.html index 541c8bd7e4..a863baf480 100644 --- a/classes/_near_js_iframe_rpc.iframe_rpc_error.IFrameRPCError.html +++ b/classes/_near_js_iframe_rpc.iframe_rpc_error.IFrameRPCError.html @@ -1,4 +1,4 @@ -IFrameRPCError | Documentation

Hierarchy

  • Error
    • IFrameRPCError

Constructors

constructor +IFrameRPCError | Documentation

Hierarchy

  • Error
    • IFrameRPCError

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
code: number
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

cause?: unknown
code: number
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Returns {
        code: number;
        message: string;
    }

    • code: number
    • message: string
  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file +
stackTraceLimit: number

Methods

  • Returns {
        code: number;
        message: string;
    }

    • code: number
    • message: string
  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_keystores.in_memory_key_store.InMemoryKeyStore.html b/classes/_near_js_keystores.in_memory_key_store.InMemoryKeyStore.html index dc76658abd..df1c25cc6b 100644 --- a/classes/_near_js_keystores.in_memory_key_store.InMemoryKeyStore.html +++ b/classes/_near_js_keystores.in_memory_key_store.InMemoryKeyStore.html @@ -2,25 +2,25 @@

See

https://docs.near.org/docs/develop/front-end/naj-quick-reference#key-store

Example

import { connect, keyStores, utils } from 'near-api-js';

const privateKey = '.......';
const keyPair = utils.KeyPair.fromString(privateKey);

const keyStore = new keyStores.InMemoryKeyStore();
keyStore.setKey('testnet', 'example-account.testnet', keyPair);

const config = {
keyStore, // instance of InMemoryKeyStore
networkId: 'testnet',
nodeUrl: 'https://rpc.testnet.near.org',
walletUrl: 'https://wallet.testnet.near.org',
helperUrl: 'https://helper.testnet.near.org',
explorerUrl: 'https://explorer.testnet.near.org'
};

// inside an async function
const near = await connect(config)
-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

  • Gets the account(s) from in-memory storage

    +

Constructors

Methods

  • Gets the account(s) from in-memory storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<string[]>

  • Gets a KeyPair from in-memory storage

    +

Returns Promise<string[]>

  • Gets a KeyPair from in-memory storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<KeyPair>

  • Removes a KeyPair from in-memory storage

    +

Returns Promise<KeyPair>

  • Removes a KeyPair from in-memory storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<void>

  • Stores a KeyPair in in-memory storage item

    +

Returns Promise<void>

  • Stores a KeyPair in in-memory storage item

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

    • keyPair: KeyPair

      The key pair to store in local storage

      -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_keystores.keystore.KeyStore.html b/classes/_near_js_keystores.keystore.KeyStore.html index 25d69f4c2b..92d3089f2a 100644 --- a/classes/_near_js_keystores.keystore.KeyStore.html +++ b/classes/_near_js_keystores.keystore.KeyStore.html @@ -1,10 +1,10 @@ KeyStore | Documentation

KeyStores are passed to Near via NearConfig and are used by the InMemorySigner to sign transactions.

-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

  • Parameters

    • networkId: string

    Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<KeyPair>

  • Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<void>

  • Parameters

    • networkId: string
    • accountId: string
    • keyPair: KeyPair

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Constructors

Methods

  • Parameters

    • networkId: string

    Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<KeyPair>

  • Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<void>

  • Parameters

    • networkId: string
    • accountId: string
    • keyPair: KeyPair

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_keystores.merge_key_store.MergeKeyStore.html b/classes/_near_js_keystores.merge_key_store.MergeKeyStore.html index e08ef5558d..9e250cc6e3 100644 --- a/classes/_near_js_keystores.merge_key_store.MergeKeyStore.html +++ b/classes/_near_js_keystores.merge_key_store.MergeKeyStore.html @@ -1,6 +1,6 @@ MergeKeyStore | Documentation

KeyStores are passed to Near via NearConfig and are used by the InMemorySigner to sign transactions.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Methods

clear @@ -11,18 +11,18 @@ setKey

Constructors

Properties

keyStores: KeyStore[]
options: MergeKeyStoreOptions

Methods

  • Gets the account(s) from the array of key stores

    +

Returns MergeKeyStore

Properties

keyStores: KeyStore[]
options: MergeKeyStoreOptions

Methods

  • Gets the account(s) from the array of key stores

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<string[]>

  • Gets a KeyPair from the array of key stores

    +

Returns Promise<string[]>

  • Gets a KeyPair from the array of key stores

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<KeyPair>

  • Removes a KeyPair from the array of key stores

    +

Returns Promise<KeyPair>

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_keystores_browser.browser_local_storage_key_store.BrowserLocalStorageKeyStore.html b/classes/_near_js_keystores_browser.browser_local_storage_key_store.BrowserLocalStorageKeyStore.html index 31a2f7371a..77df292779 100644 --- a/classes/_near_js_keystores_browser.browser_local_storage_key_store.BrowserLocalStorageKeyStore.html +++ b/classes/_near_js_keystores_browser.browser_local_storage_key_store.BrowserLocalStorageKeyStore.html @@ -2,7 +2,7 @@

See

https://docs.near.org/docs/develop/front-end/naj-quick-reference#key-store

Example

import { connect, keyStores } from 'near-api-js';

const keyStore = new keyStores.BrowserLocalStorageKeyStore();
const config = {
keyStore, // instance of BrowserLocalStorageKeyStore
networkId: 'testnet',
nodeUrl: 'https://rpc.testnet.near.org',
walletUrl: 'https://wallet.testnet.near.org',
helperUrl: 'https://helper.testnet.near.org',
explorerUrl: 'https://explorer.testnet.near.org'
};

// inside an async function
const near = await connect(config)
-

Hierarchy

Constructors

Hierarchy

  • KeyStore
    • BrowserLocalStorageKeyStore

Constructors

Methods

clear getAccounts getKey @@ -11,18 +11,18 @@

Example

import<
 setKey
 

Constructors

Methods

  • Gets the account(s) from local storage

    +

Returns BrowserLocalStorageKeyStore

Methods

  • Gets the account(s) from local storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<string[]>

  • Gets a KeyPair from local storage

    +

Returns Promise<string[]>

  • Gets a KeyPair from local storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<KeyPair>

  • Removes a KeyPair from local storage

    +

Returns Promise<KeyPair>

  • Removes a KeyPair from local storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<void>

  • Stores a KeyPair in local storage.

    +

Returns Promise<void>

  • Stores a KeyPair in local storage.

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

    • keyPair: KeyPair

      The key pair to store in local storage

      -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_keystores_node.unencrypted_file_system_keystore.UnencryptedFileSystemKeyStore.html b/classes/_near_js_keystores_node.unencrypted_file_system_keystore.UnencryptedFileSystemKeyStore.html index 9283ade32c..1e4b000701 100644 --- a/classes/_near_js_keystores_node.unencrypted_file_system_keystore.UnencryptedFileSystemKeyStore.html +++ b/classes/_near_js_keystores_node.unencrypted_file_system_keystore.UnencryptedFileSystemKeyStore.html @@ -2,7 +2,7 @@

See

https://docs.near.org/docs/develop/front-end/naj-quick-reference#key-store

Example

const { homedir } = require('os');
const { connect, keyStores } = require('near-api-js');

const keyStore = new keyStores.UnencryptedFileSystemKeyStore(`${homedir()}/.near-credentials`);
const config = {
keyStore, // instance of UnencryptedFileSystemKeyStore
networkId: 'testnet',
nodeUrl: 'https://rpc.testnet.near.org',
walletUrl: 'https://wallet.testnet.near.org',
helperUrl: 'https://helper.testnet.near.org',
explorerUrl: 'https://explorer.testnet.near.org'
};

// inside an async function
const near = await connect(config)
-

Hierarchy

  • KeyStore
    • UnencryptedFileSystemKeyStore

Constructors

Hierarchy

  • KeyStore
    • UnencryptedFileSystemKeyStore

Constructors

Methods

clear getAccounts getKey @@ -10,18 +10,18 @@

Example

constremoveKey
 setKey
 

Constructors

Methods

  • Gets the account(s) files in keyDir/networkId

    +

Returns UnencryptedFileSystemKeyStore

Methods

  • Gets the account(s) files in keyDir/networkId

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<string[]>

  • Gets a KeyPair from an unencrypted file

    +

Returns Promise<string[]>

  • Gets a KeyPair from an unencrypted file

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<KeyPair>

  • Deletes an unencrypted file holding a KeyPair

    +

Returns Promise<KeyPair>

  • Deletes an unencrypted file holding a KeyPair

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<void>

  • Store a KeyPair in an unencrypted file

    +

Returns Promise<void>

  • Store a KeyPair in an unencrypted file

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

    • keyPair: KeyPair

      The key pair to store in local storage

      -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_providers.failover_rpc_provider.FailoverRpcProvider.html b/classes/_near_js_providers.failover_rpc_provider.FailoverRpcProvider.html index 61d66bafff..a86bc63d78 100644 --- a/classes/_near_js_providers.failover_rpc_provider.FailoverRpcProvider.html +++ b/classes/_near_js_providers.failover_rpc_provider.FailoverRpcProvider.html @@ -1,6 +1,6 @@ FailoverRpcProvider | Documentation

Client class to interact with the NEAR RPC API.

Hierarchy

  • Provider
    • FailoverRpcProvider

Constructors

Hierarchy

  • Provider
    • FailoverRpcProvider

Constructors

Properties

Accessors

Methods

Constructors

Properties

currentProviderIndex: number

Accessors

Methods

  • Gets access key changes for a given array of accountIds +

Returns FailoverRpcProvider

Properties

currentProviderIndex: number

Accessors

Methods

  • Gets access key changes for a given array of accountIds See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets account changes for a given array of accountIds +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets account changes for a given array of accountIds pass block_id OR finality as blockQuery, not both See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Query for block info from the RPC +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Query for block info from the RPC pass block_id OR finality as blockQuery, not both

    Parameters

    • blockQuery: BlockId | BlockReference

      BlockReference (passing a BlockId is deprecated)

    Returns Promise<BlockResult>

  • Query changes in block from the RPC +

  • Queries for details about a specific chunk appending details of receipts and transactions to the same chunk data provided by a block

    +
  • Queries for details about a specific chunk appending details of receipts and transactions to the same chunk data provided by a block

    Parameters

    • chunkId: ChunkId

      Hash of a chunk ID or shard ID

    Returns Promise<ChunkResult>

  • Gets contract code changes for a given array of accountIds +

  • Gets contract code changes for a given array of accountIds pass block_id OR finality as blockQuery, not both Note: Change is returned in a base64 encoded WASM file See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets contract state changes for a given array of accountIds +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets contract state changes for a given array of accountIds pass block_id OR finality as blockQuery, not both Note: If you pass a keyPrefix it must be base64 encoded See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference
    • keyPrefix: string = ''

    Returns Promise<ChangeResult>

  • Gets the protocol config at a block from RPC

    +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference
    • keyPrefix: string = ''

    Returns Promise<ChangeResult>

  • Gets the protocol config at a block from RPC

    Parameters

    • blockReference: BlockReference | {
          sync_checkpoint: "genesis";
      }

      specifies the block to get the protocol config for

      -

    Returns Promise<NearProtocolConfig>

  • Returns gas price for a specific block_height or block_hash.

    +

Returns Promise<NearProtocolConfig>

  • Gets a light client execution proof for verifying execution outcomes

    +
  • Returns the next light client block as far in the future as possible from the last known hash +

  • Sends a signed transaction to the RPC and waits until transaction is fully complete

    +
  • Type Parameters

    • T extends QueryResponseKind

    Parameters

    • path: string
    • data: string

    Returns Promise<T>

  • Sends a signed transaction to the RPC and immediately returns transaction hash +

  • Sends a signed transaction to the RPC and immediately returns transaction hash See docs for more info

    Parameters

    • signedTransaction: SignedTransaction

      The signed transaction being sent

      -

    Returns Promise<FinalExecutionOutcome>

  • Parameters

    • signedTransaction: SignedTransaction
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Gets single access key changes for a given array of access keys +

Returns Promise<FinalExecutionOutcome>

  • Parameters

    • signedTransaction: SignedTransaction
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Gets single access key changes for a given array of access keys pass block_id OR finality as blockQuery, not both See docs for more info

    -

    Parameters

    • accessKeyArray: AccessKeyWithPublicKey[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets the RPC's status

    +

    Parameters

    • accessKeyArray: AccessKeyWithPublicKey[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets a transaction's status from the RPC

    +
  • Gets a transaction's status from the RPC

    Parameters

    • txHash: string | Uint8Array

      A transaction hash as either a Uint8Array or a base58 encoded string

    • accountId: string

      The NEAR account that signed the transaction

    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Gets a transaction's status from the RPC with receipts +

  • Gets a transaction's status from the RPC with receipts See docs for more info

    Parameters

    • txHash: string | Uint8Array

      The hash of the transaction

    • accountId: string

      The NEAR account that signed the transaction

      -
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Query validators of the epoch defined by the given block id.

    +
  • waitUntil: TxExecutionStatus

Returns Promise<FinalExecutionOutcome>

  • Parameters

    • getResult: ((provider) => Promise<any>)
        • (provider): Promise<any>
        • Parameters

          • provider: Provider

          Returns Promise<any>

    Returns Promise<any>

Generated using TypeDoc

\ No newline at end of file +
  • Parameters

    • getResult: ((provider) => Promise<any>)
        • (provider): Promise<any>
        • Parameters

          • provider: Provider

          Returns Promise<any>

    Returns Promise<any>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_providers.json_rpc_provider.JsonRpcProvider.html b/classes/_near_js_providers.json_rpc_provider.JsonRpcProvider.html index 8879cd83f9..5a49c6d89d 100644 --- a/classes/_near_js_providers.json_rpc_provider.JsonRpcProvider.html +++ b/classes/_near_js_providers.json_rpc_provider.JsonRpcProvider.html @@ -1,6 +1,6 @@ JsonRpcProvider | Documentation

Client class to interact with the NEAR RPC API.

Hierarchy

  • Provider
    • JsonRpcProvider

Constructors

Hierarchy

  • Provider
    • JsonRpcProvider

Constructors

Methods

  • Gets access key changes for a given array of accountIds +

  • Optional options: Partial<RequestOptions>

Returns JsonRpcProvider

Methods

  • Gets access key changes for a given array of accountIds See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets account changes for a given array of accountIds +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets account changes for a given array of accountIds pass block_id OR finality as blockQuery, not both See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Query for block info from the RPC +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Query for block info from the RPC pass block_id OR finality as blockQuery, not both

    Parameters

    • blockQuery: BlockId | BlockReference

      BlockReference (passing a BlockId is deprecated)

    Returns Promise<BlockResult>

  • Query changes in block from the RPC +

  • Queries for details about a specific chunk appending details of receipts and transactions to the same chunk data provided by a block

    +
  • Queries for details about a specific chunk appending details of receipts and transactions to the same chunk data provided by a block

    Parameters

    • chunkId: ChunkId

      Hash of a chunk ID or shard ID

    Returns Promise<ChunkResult>

  • Gets contract code changes for a given array of accountIds +

  • Gets contract code changes for a given array of accountIds pass block_id OR finality as blockQuery, not both Note: Change is returned in a base64 encoded WASM file See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets contract state changes for a given array of accountIds +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets contract state changes for a given array of accountIds pass block_id OR finality as blockQuery, not both Note: If you pass a keyPrefix it must be base64 encoded See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference
    • keyPrefix: string = ''

    Returns Promise<ChangeResult>

  • Gets the protocol config at a block from RPC

    +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference
    • keyPrefix: string = ''

    Returns Promise<ChangeResult>

  • Gets the protocol config at a block from RPC

    Parameters

    • blockReference: BlockReference | {
          sync_checkpoint: "genesis";
      }

      specifies the block to get the protocol config for

      -

    Returns Promise<NearProtocolConfig>

  • Returns gas price for a specific block_height or block_hash.

    +

Returns Promise<NearProtocolConfig>

  • Returns gas price for a specific block_height or block_hash.

    Parameters

    • blockId: BlockId

      Block hash or height, or null for latest.

    Returns Promise<GasPrice>

  • Gets a light client execution proof for verifying execution outcomes

    +
  • Returns the next light client block as far in the future as possible from the last known hash +

  • Directly call the RPC specifying the method and params

    +
  • Directly call the RPC specifying the method and params

    Type Parameters

    • T

    Parameters

    • method: string

      RPC method

    • params: object

      Parameters to the method

      -

    Returns Promise<T>

  • Sends a signed transaction to the RPC and waits until transaction is fully complete

    +

Returns Promise<T>

  • Sends a signed transaction to the RPC and immediately returns transaction hash +

  • Sends a signed transaction to the RPC and immediately returns transaction hash See docs for more info

    Parameters

    • signedTransaction: SignedTransaction

      The signed transaction being sent

      -

    Returns Promise<FinalExecutionOutcome>

  • Sends a signed transaction to the RPC

    +

Returns Promise<FinalExecutionOutcome>

  • Sends a signed transaction to the RPC

    Parameters

    • signedTransaction: SignedTransaction

      The signed transaction being sent

      -
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Gets single access key changes for a given array of access keys +

  • waitUntil: TxExecutionStatus

Returns Promise<FinalExecutionOutcome>

  • Gets single access key changes for a given array of access keys pass block_id OR finality as blockQuery, not both See docs for more info

    -

    Parameters

    • accessKeyArray: AccessKeyWithPublicKey[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets the RPC's status

    +

    Parameters

    • accessKeyArray: AccessKeyWithPublicKey[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets a transaction's status from the RPC

    +
  • Gets a transaction's status from the RPC

    Parameters

    • txHash: string | Uint8Array

      A transaction hash as either a Uint8Array or a base58 encoded string

    • accountId: string

      The NEAR account that signed the transaction

    • waitUntil: TxExecutionStatus = 'EXECUTED_OPTIMISTIC'

    Returns Promise<FinalExecutionOutcome>

  • Gets a transaction's status from the RPC with receipts +

  • Gets a transaction's status from the RPC with receipts See docs for more info

    Parameters

    • txHash: string | Uint8Array

      The hash of the transaction

    • accountId: string

      The NEAR account that signed the transaction

      -
    • waitUntil: TxExecutionStatus = 'EXECUTED_OPTIMISTIC'

    Returns Promise<FinalExecutionOutcome>

  • Parameters

    • txHash: string
    • accountId: string
    • waitUntil: string

    Returns Promise<FinalExecutionOutcome>

  • Parameters

    • txHash: Uint8Array
    • accountId: string
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Query validators of the epoch defined by the given block id.

    +
  • waitUntil: TxExecutionStatus = 'EXECUTED_OPTIMISTIC'

Returns Promise<FinalExecutionOutcome>

  • Parameters

    • txHash: string
    • accountId: string
    • waitUntil: string

    Returns Promise<FinalExecutionOutcome>

  • Parameters

    • txHash: Uint8Array
    • accountId: string
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_signers.in_memory_signer.InMemorySigner.html b/classes/_near_js_signers.in_memory_signer.InMemorySigner.html index 5748ce634c..9a97cac51d 100644 --- a/classes/_near_js_signers.in_memory_signer.InMemorySigner.html +++ b/classes/_near_js_signers.in_memory_signer.InMemorySigner.html @@ -1,24 +1,24 @@ InMemorySigner | Documentation

Signs using in memory key store.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

keyStore: KeyStore

Methods

  • Creates a public key for the account given

    +

Constructors

Properties

keyStore: KeyStore

Methods

  • Creates a public key for the account given

    Parameters

    • accountId: string

      The NEAR account to assign a public key to

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<PublicKey>

  • Gets the existing public key for a given account

    +

Returns Promise<PublicKey>

  • Gets the existing public key for a given account

    Parameters

    • Optional accountId: string

      The NEAR account to assign a public key to

    • Optional networkId: string

      The targeted network. (ex. default, betanet, etc…)

    Returns Promise<PublicKey>

    Returns the public key or null if not found

    -
  • Parameters

  • Parameters

    • message: Uint8Array

      A message to be signed, typically a serialized transaction

    • Optional accountId: string

      the NEAR account signing the message

    • Optional networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<Signature>

  • Creates a single account Signer instance with account, network and keyPair provided.

    +

Returns Promise<Signature>

  • Creates a single account Signer instance with account, network and keyPair provided.

    Intended to be useful for temporary keys (e.g. claiming a Linkdrop).

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account to assign the key pair to

    • keyPair: KeyPair

      The keyPair to use for signing

      -

    Returns Promise<Signer>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<Signer>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_signers.signer.Signer.html b/classes/_near_js_signers.signer.Signer.html index bb79cb4d50..85ed6bbee6 100644 --- a/classes/_near_js_signers.signer.Signer.html +++ b/classes/_near_js_signers.signer.Signer.html @@ -1,16 +1,16 @@ Signer | Documentation

General signing interface, can be used for in memory signing, RPC singing, external wallet, HSM, etc.

-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

  • Creates new key and returns public key.

    Parameters

    • accountId: string

      accountId to retrieve from.

    • Optional networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<PublicKey>

  • Returns public key for given account / network.

    +

Returns Promise<PublicKey>

  • Returns public key for given account / network.

    Parameters

    • Optional accountId: string

      accountId to retrieve from.

    • Optional networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<PublicKey>

  • Signs given message, by first hashing with sha256.

    +

Returns Promise<PublicKey>

  • Signs given message, by first hashing with sha256.

    Parameters

    • message: Uint8Array

      message to sign.

    • Optional accountId: string

      accountId to use for signing.

    • Optional networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<Signature>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<Signature>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.AccessKey.html b/classes/_near_js_transactions.actions.AccessKey.html index 1db4c8a311..14137f47a3 100644 --- a/classes/_near_js_transactions.actions.AccessKey.html +++ b/classes/_near_js_transactions.actions.AccessKey.html @@ -1,4 +1,4 @@ -AccessKey | Documentation

Hierarchy

  • Assignable
    • AccessKey

Constructors

constructor +AccessKey | Documentation

Hierarchy

  • Assignable
    • AccessKey

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns AccessKey

Properties

nonce: bigint

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns AccessKey

Properties

nonce: bigint

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.AccessKeyPermission.html b/classes/_near_js_transactions.actions.AccessKeyPermission.html index 9fedabcf6f..cdde990571 100644 --- a/classes/_near_js_transactions.actions.AccessKeyPermission.html +++ b/classes/_near_js_transactions.actions.AccessKeyPermission.html @@ -1,5 +1,5 @@ -AccessKeyPermission | Documentation

Hierarchy

  • Enum
    • AccessKeyPermission

Constructors

constructor +AccessKeyPermission | Documentation

Hierarchy

  • Enum
    • AccessKeyPermission

Constructors

Properties

Constructors

Properties

enum: string
functionCall?: FunctionCallPermission

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

enum: string
functionCall?: FunctionCallPermission

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.Action.html b/classes/_near_js_transactions.actions.Action.html index fba0d20e98..4b41845ded 100644 --- a/classes/_near_js_transactions.actions.Action.html +++ b/classes/_near_js_transactions.actions.Action.html @@ -1,6 +1,6 @@ Action | Documentation

Contains a list of the valid transaction Actions available with this API

Hierarchy

  • Enum
    • Action

Constructors

Hierarchy

  • Enum
    • Action

Constructors

Properties

addKey?: AddKey
createAccount?: CreateAccount
deleteAccount?: DeleteAccount
deleteKey?: DeleteKey
deployContract?: DeployContract
enum: string
functionCall?: FunctionCall
signedDelegate?: SignedDelegate
stake?: Stake
transfer?: Transfer

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

addKey?: AddKey
createAccount?: CreateAccount
deleteAccount?: DeleteAccount
deleteKey?: DeleteKey
deployContract?: DeployContract
enum: string
functionCall?: FunctionCall
signedDelegate?: SignedDelegate
stake?: Stake
transfer?: Transfer

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.AddKey.html b/classes/_near_js_transactions.actions.AddKey.html index 596b8dd624..eeb5489d24 100644 --- a/classes/_near_js_transactions.actions.AddKey.html +++ b/classes/_near_js_transactions.actions.AddKey.html @@ -1,4 +1,4 @@ -AddKey | Documentation

Hierarchy

Constructors

constructor +AddKey | Documentation

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns AddKey

Properties

accessKey: AccessKey
publicKey: PublicKey

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns AddKey

Properties

accessKey: AccessKey
publicKey: PublicKey

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.CreateAccount.html b/classes/_near_js_transactions.actions.CreateAccount.html index c752f11913..abf490a8b2 100644 --- a/classes/_near_js_transactions.actions.CreateAccount.html +++ b/classes/_near_js_transactions.actions.CreateAccount.html @@ -1,2 +1,2 @@ -CreateAccount | Documentation

Generated using TypeDoc

\ No newline at end of file +CreateAccount | Documentation

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.DeleteAccount.html b/classes/_near_js_transactions.actions.DeleteAccount.html index 85c76acebc..20cf4381c2 100644 --- a/classes/_near_js_transactions.actions.DeleteAccount.html +++ b/classes/_near_js_transactions.actions.DeleteAccount.html @@ -1,3 +1,3 @@ -DeleteAccount | Documentation

Hierarchy

Constructors

constructor +DeleteAccount | Documentation

Hierarchy

Constructors

Properties

Constructors

Properties

beneficiaryId: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

beneficiaryId: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.DeleteKey.html b/classes/_near_js_transactions.actions.DeleteKey.html index 8d6014d9f8..d53abfccbf 100644 --- a/classes/_near_js_transactions.actions.DeleteKey.html +++ b/classes/_near_js_transactions.actions.DeleteKey.html @@ -1,3 +1,3 @@ -DeleteKey | Documentation

Hierarchy

Constructors

constructor +DeleteKey | Documentation

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns DeleteKey

Properties

publicKey: PublicKey

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns DeleteKey

Properties

publicKey: PublicKey

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.DeployContract.html b/classes/_near_js_transactions.actions.DeployContract.html index 0d509b5795..17c945d429 100644 --- a/classes/_near_js_transactions.actions.DeployContract.html +++ b/classes/_near_js_transactions.actions.DeployContract.html @@ -1,3 +1,3 @@ -DeployContract | Documentation

Hierarchy

Constructors

constructor +DeployContract | Documentation

Hierarchy

Constructors

Properties

Constructors

Properties

code: Uint8Array

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

code: Uint8Array

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.FullAccessPermission.html b/classes/_near_js_transactions.actions.FullAccessPermission.html index f243fd3102..879cbc0349 100644 --- a/classes/_near_js_transactions.actions.FullAccessPermission.html +++ b/classes/_near_js_transactions.actions.FullAccessPermission.html @@ -1,2 +1,2 @@ -FullAccessPermission | Documentation

Hierarchy

  • Assignable
    • FullAccessPermission

Constructors

Constructors

  • Parameters

    • properties: any

    Returns FullAccessPermission

Generated using TypeDoc

\ No newline at end of file +FullAccessPermission | Documentation

Hierarchy

  • Assignable
    • FullAccessPermission

Constructors

Constructors

  • Parameters

    • properties: any

    Returns FullAccessPermission

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.FunctionCall.html b/classes/_near_js_transactions.actions.FunctionCall.html index e9e593cb08..a8bea311c0 100644 --- a/classes/_near_js_transactions.actions.FunctionCall.html +++ b/classes/_near_js_transactions.actions.FunctionCall.html @@ -1,6 +1,6 @@ -FunctionCall | Documentation

Hierarchy

Constructors

constructor +FunctionCall | Documentation

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns FunctionCall

Properties

args: Uint8Array
deposit: bigint
gas: bigint
methodName: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns FunctionCall

Properties

args: Uint8Array
deposit: bigint
gas: bigint
methodName: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.FunctionCallPermission.html b/classes/_near_js_transactions.actions.FunctionCallPermission.html index e956d2cc8a..5dfa0d333e 100644 --- a/classes/_near_js_transactions.actions.FunctionCallPermission.html +++ b/classes/_near_js_transactions.actions.FunctionCallPermission.html @@ -1,5 +1,5 @@ -FunctionCallPermission | Documentation

Hierarchy

  • Assignable
    • FunctionCallPermission

Constructors

constructor +FunctionCallPermission | Documentation

Hierarchy

  • Assignable
    • FunctionCallPermission

Constructors

  • Parameters

    • properties: any

    Returns FunctionCallPermission

Properties

allowance?: bigint
methodNames: string[]
receiverId: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns FunctionCallPermission

Properties

allowance?: bigint
methodNames: string[]
receiverId: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.IAction.html b/classes/_near_js_transactions.actions.IAction.html index faeac6ed4f..343af09129 100644 --- a/classes/_near_js_transactions.actions.IAction.html +++ b/classes/_near_js_transactions.actions.IAction.html @@ -1,2 +1,2 @@ -IAction | Documentation

Generated using TypeDoc

\ No newline at end of file +IAction | Documentation

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.SignedDelegate.html b/classes/_near_js_transactions.actions.SignedDelegate.html index 1589075e9e..7ed1ec67f0 100644 --- a/classes/_near_js_transactions.actions.SignedDelegate.html +++ b/classes/_near_js_transactions.actions.SignedDelegate.html @@ -1,4 +1,4 @@ -SignedDelegate | Documentation

Hierarchy

Constructors

constructor +SignedDelegate | Documentation

Hierarchy

Constructors

Properties

Constructors

Properties

delegateAction: DelegateAction
signature: Signature

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

delegateAction: DelegateAction
signature: Signature

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.Stake.html b/classes/_near_js_transactions.actions.Stake.html index 04aecf56e8..a4726d7319 100644 --- a/classes/_near_js_transactions.actions.Stake.html +++ b/classes/_near_js_transactions.actions.Stake.html @@ -1,4 +1,4 @@ -Stake | Documentation

Hierarchy

Constructors

constructor +Stake | Documentation

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns Stake

Properties

publicKey: PublicKey
stake: bigint

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns Stake

Properties

publicKey: PublicKey
stake: bigint

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.Transfer.html b/classes/_near_js_transactions.actions.Transfer.html index 737fcd12f3..0ead36c608 100644 --- a/classes/_near_js_transactions.actions.Transfer.html +++ b/classes/_near_js_transactions.actions.Transfer.html @@ -1,3 +1,3 @@ -Transfer | Documentation

Hierarchy

Constructors

constructor +Transfer | Documentation

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns Transfer

Properties

deposit: bigint

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns Transfer

Properties

deposit: bigint

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.delegate.DelegateAction.html b/classes/_near_js_transactions.delegate.DelegateAction.html index 244cfbe229..abd68c9e4e 100644 --- a/classes/_near_js_transactions.delegate.DelegateAction.html +++ b/classes/_near_js_transactions.delegate.DelegateAction.html @@ -1,8 +1,8 @@ -DelegateAction | Documentation

Hierarchy

  • Assignable
    • DelegateAction

Constructors

constructor +DelegateAction | Documentation

Hierarchy

  • Assignable
    • DelegateAction

Constructors

  • Parameters

    • properties: any

    Returns DelegateAction

Properties

actions: Action[]
maxBlockHeight: bigint
nonce: bigint
publicKey: PublicKey
receiverId: string
senderId: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns DelegateAction

Properties

actions: Action[]
maxBlockHeight: bigint
nonce: bigint
publicKey: PublicKey
receiverId: string
senderId: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.prefix.DelegateActionPrefix.html b/classes/_near_js_transactions.prefix.DelegateActionPrefix.html index fa02537bbf..45965ef802 100644 --- a/classes/_near_js_transactions.prefix.DelegateActionPrefix.html +++ b/classes/_near_js_transactions.prefix.DelegateActionPrefix.html @@ -1,4 +1,4 @@ DelegateActionPrefix | Documentation

Prefix for delegate actions whose signatures must always be distinguishable from valid transaction signatures *

-

Hierarchy

  • ActionableMessagePrefix
    • DelegateActionPrefix

Constructors

Hierarchy

  • ActionableMessagePrefix
    • DelegateActionPrefix

Constructors

Properties

Constructors

Properties

prefix: number

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

prefix: number

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.schema.SignedTransaction.html b/classes/_near_js_transactions.schema.SignedTransaction.html index ff59b8d553..d254a4bac5 100644 --- a/classes/_near_js_transactions.schema.SignedTransaction.html +++ b/classes/_near_js_transactions.schema.SignedTransaction.html @@ -1,6 +1,6 @@ -SignedTransaction | Documentation

Hierarchy

  • Assignable
    • SignedTransaction

Constructors

constructor +SignedTransaction | Documentation

Hierarchy

  • Assignable
    • SignedTransaction

Constructors

Properties

Methods

Constructors

  • Parameters

    • properties: any

    Returns SignedTransaction

Properties

signature: Signature
transaction: Transaction

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns SignedTransaction

Properties

signature: Signature
transaction: Transaction

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.schema.Transaction.html b/classes/_near_js_transactions.schema.Transaction.html index d2324036e5..b4249cfa20 100644 --- a/classes/_near_js_transactions.schema.Transaction.html +++ b/classes/_near_js_transactions.schema.Transaction.html @@ -1,4 +1,4 @@ -Transaction | Documentation

Hierarchy

  • Assignable
    • Transaction

Constructors

constructor +Transaction | Documentation

Hierarchy

  • Assignable
    • Transaction

Constructors

Properties

actions blockHash nonce @@ -7,4 +7,4 @@ signerId

Methods

Constructors

  • Parameters

    • properties: any

    Returns Transaction

Properties

actions: Action[]
blockHash: Uint8Array
nonce: bigint
publicKey: PublicKey
receiverId: string
signerId: string

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns Transaction

Properties

actions: Action[]
blockHash: Uint8Array
nonce: bigint
publicKey: PublicKey
receiverId: string
signerId: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.signature.Signature.html b/classes/_near_js_transactions.signature.Signature.html index 911c2c12c3..12edfbe8dd 100644 --- a/classes/_near_js_transactions.signature.Signature.html +++ b/classes/_near_js_transactions.signature.Signature.html @@ -1,4 +1,4 @@ -Signature | Documentation

Hierarchy

  • Assignable
    • Signature

Constructors

constructor +Signature | Documentation

Hierarchy

  • Assignable
    • Signature

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns Signature

Properties

data: Uint8Array
keyType: ED25519

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns Signature

Properties

data: Uint8Array
keyType: ED25519

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_types.assignable.Assignable.html b/classes/_near_js_types.assignable.Assignable.html index 53dbf21a4f..c94962e084 100644 --- a/classes/_near_js_types.assignable.Assignable.html +++ b/classes/_near_js_types.assignable.Assignable.html @@ -1,2 +1,2 @@ -Assignable | Documentation

Generated using TypeDoc

\ No newline at end of file +Assignable | Documentation

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_types.errors.ArgumentTypeError.html b/classes/_near_js_types.errors.ArgumentTypeError.html index 72a4680aea..e64765c684 100644 --- a/classes/_near_js_types.errors.ArgumentTypeError.html +++ b/classes/_near_js_types.errors.ArgumentTypeError.html @@ -1,4 +1,4 @@ -ArgumentTypeError | Documentation

Hierarchy

  • Error
    • ArgumentTypeError

Constructors

constructor +ArgumentTypeError | Documentation

Hierarchy

  • Error
    • ArgumentTypeError

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • targetObject: object
  • Optional constructorOpt: Function

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_types.errors.ErrorContext.html b/classes/_near_js_types.errors.ErrorContext.html index be1a4273fd..0791c1c9eb 100644 --- a/classes/_near_js_types.errors.ErrorContext.html +++ b/classes/_near_js_types.errors.ErrorContext.html @@ -1,3 +1,3 @@ -ErrorContext | Documentation

Hierarchy

  • ErrorContext

Constructors

constructor +ErrorContext | Documentation

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

transactionHash?: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_types.errors.PositionalArgsError.html b/classes/_near_js_types.errors.PositionalArgsError.html index 40963554d5..16f6975d95 100644 --- a/classes/_near_js_types.errors.PositionalArgsError.html +++ b/classes/_near_js_types.errors.PositionalArgsError.html @@ -1,4 +1,4 @@ -PositionalArgsError | Documentation

Hierarchy

  • Error
    • PositionalArgsError

Constructors

constructor +PositionalArgsError | Documentation

Hierarchy

  • Error
    • PositionalArgsError

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • targetObject: object
  • Optional constructorOpt: Function

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_types.errors.TypedError.html b/classes/_near_js_types.errors.TypedError.html index 416cd2b69d..8c43c02762 100644 --- a/classes/_near_js_types.errors.TypedError.html +++ b/classes/_near_js_types.errors.TypedError.html @@ -1,4 +1,4 @@ -TypedError | Documentation

Hierarchy

  • Error
    • TypedError

    Constructors

    constructor +TypedError | Documentation

    Hierarchy

    • Error
      • TypedError

      Constructors

      Properties

      cause?: unknown
      context?: ErrorContext
      message: string
      name: string
      stack?: string
      type: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

        • (err, stackTraces): any
        • Optional override for formatting stack traces

          +

      Constructors

      Properties

      cause?: unknown
      context?: ErrorContext
      message: string
      name: string
      stack?: string
      type: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        -

        Parameters

        • targetObject: object
        • Optional constructorOpt: Function

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/_near_js_utils.errors_rpc_errors.ServerError.html b/classes/_near_js_utils.errors_rpc_errors.ServerError.html index a752f4e71b..1ec0d00ea3 100644 --- a/classes/_near_js_utils.errors_rpc_errors.ServerError.html +++ b/classes/_near_js_utils.errors_rpc_errors.ServerError.html @@ -1,4 +1,4 @@ -ServerError | Documentation

      Hierarchy

      • TypedError
        • ServerError

      Constructors

      constructor +ServerError | Documentation

      Hierarchy

      • TypedError
        • ServerError

      Constructors

      Properties

      cause? context? message @@ -11,4 +11,4 @@

      Constructors

      • Parameters

        • Optional message: string
        • Optional type: string
        • Optional context: ErrorContext

        Returns ServerError

      Properties

      cause?: unknown
      context?: ErrorContext
      message: string
      name: string
      stack?: string
      type: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        -

        Parameters

        • targetObject: object
        • Optional constructorOpt: Function

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/_near_js_utils.logger_console_logger.ConsoleLogger.html b/classes/_near_js_utils.logger_console_logger.ConsoleLogger.html index a3f29477fc..6bcf865cbc 100644 --- a/classes/_near_js_utils.logger_console_logger.ConsoleLogger.html +++ b/classes/_near_js_utils.logger_console_logger.ConsoleLogger.html @@ -1,4 +1,4 @@ -ConsoleLogger | Documentation

      Hierarchy

      • ConsoleLogger

      Implements

      Constructors

      constructor +ConsoleLogger | Documentation

      Hierarchy

      • ConsoleLogger

      Implements

      Constructors

      Properties

      Methods

      debug error @@ -8,10 +8,10 @@ print verbose warn -

      Constructors

      Properties

      logLevels: LogLevel[]

      Methods

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      logLevels: LogLevel[]

      Methods

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/_near_js_utils.logger_logger.Logger.html b/classes/_near_js_utils.logger_logger.Logger.html index a1e3067832..27babb5389 100644 --- a/classes/_near_js_utils.logger_logger.Logger.html +++ b/classes/_near_js_utils.logger_logger.Logger.html @@ -1,5 +1,5 @@ Logger | Documentation

      Used to log the library messages

      -

      Hierarchy

      • Logger

      Constructors

      Hierarchy

      • Logger

      Constructors

      Properties

      Methods

      debug error @@ -8,10 +8,10 @@ overrideLogger verbose warn -

      Constructors

      Properties

      instanceRef?: LoggerService = DEFAULT_LOGGER

      Methods

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      instanceRef?: LoggerService = DEFAULT_LOGGER

      Methods

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/_near_js_wallet_account.near.Near.html b/classes/_near_js_wallet_account.near.Near.html index 6e35289552..aa68a61a06 100644 --- a/classes/_near_js_wallet_account.near.Near.html +++ b/classes/_near_js_wallet_account.near.Near.html @@ -1,17 +1,17 @@ Near | Documentation

      This is the main class developers should use to interact with NEAR.

      Example

      const near = new Near(config);
       
      -

      Hierarchy

      • Near

      Constructors

      Hierarchy

      • Near

      Constructors

      Properties

      accountCreator: AccountCreator
      config: any
      connection: Connection

      Methods

      • Create an account using the AccountCreator. Either:

        +

      Constructors

      Properties

      accountCreator: AccountCreator
      config: any
      connection: Connection

      Methods

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/_near_js_wallet_account.walletAccount.ConnectedWalletAccount.html b/classes/_near_js_wallet_account.walletAccount.ConnectedWalletAccount.html index 2005ee3e21..56c9275b89 100644 --- a/classes/_near_js_wallet_account.walletAccount.ConnectedWalletAccount.html +++ b/classes/_near_js_wallet_account.walletAccount.ConnectedWalletAccount.html @@ -1,5 +1,5 @@ ConnectedWalletAccount | Documentation

      Account implementation which redirects to wallet using WalletConnection when no local key is available.

      -

      Hierarchy

      Constructors

      Hierarchy

      Constructors

      Properties

      Constructors

      Properties

      accountId: string
      connection: Connection
      walletConnection: WalletConnection

      Methods

      • Helper function returning the access key (if it exists) to the receiver that grants the designated permission

        +

      Constructors

      Properties

      accountId: string
      connection: Connection
      walletConnection: WalletConnection

      Methods

      • Helper function returning the access key (if it exists) to the receiver that grants the designated permission

        Parameters

        • receiverId: string

          The NEAR account seeking the access key for a transaction

        • actions: Action[]

          The action(s) sought to gain access to

        • Optional localKey: PublicKey

          A local public key provided to check for access

          -

        Returns Promise<any>

      • Check if given access key allows the function call or method attempted in transaction

        +

      Returns Promise<any>

      • Check if given access key allows the function call or method attempted in transaction

        Parameters

        • accessKey: any

          Array of {access_key: AccessKey, public_key: PublicKey} items

        • receiverId: string

          The NEAR account attempting to have access

        • actions: Action[]

          The action(s) needed to be checked for access

          -

        Returns Promise<boolean>

      • Parameters

        • publicKey: string | PublicKey

          A public key to be associated with the contract

        • Optional contractId: string

          NEAR account where the contract is deployed

        • Optional methodNames: string | string[]

          The method names on the contract that should be allowed to be called. Pass null for no method names and '' or [] for any method names.

        • Optional amount: bigint

          Payment in yoctoⓃ that is sent to the contract during this function call

          @@ -70,7 +70,7 @@

          Todo

          expand this API to support more options.

        Returns Promise<FinalExecutionOutcome>

      • Create a signed transaction which can be broadcast to the network

        Parameters

        • receiverId: string

          NEAR account receiving the transaction

        • actions: Action[]

          list of actions to perform as part of the transaction

        Returns Promise<[Uint8Array, SignedTransaction]>

        See

        JsonRpcProvider.sendTransaction

        @@ -89,4 +89,4 @@

        Todo

        expand this API to support more options.

        Parameters

        • prefix: string | Uint8Array

          allows to filter which keys should be returned. Empty prefix means all keys. String prefix is utf-8 encoded.

        • Optional blockQuery: BlockReference

          specifies which block to query state at. By default returns last "optimistic" block (i.e. not necessarily finalized).

        Returns Promise<{
            key: Buffer;
            value: Buffer;
        }[]>

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/_near_js_wallet_account.walletAccount.WalletConnection.html b/classes/_near_js_wallet_account.walletAccount.WalletConnection.html index f4311bdc05..57c02b6567 100644 --- a/classes/_near_js_wallet_account.walletAccount.WalletConnection.html +++ b/classes/_near_js_wallet_account.walletAccount.WalletConnection.html @@ -2,7 +2,7 @@

      See

      https://docs.near.org/tools/near-api-js/quick-reference#wallet

      Example

      // create new WalletConnection instance
      const wallet = new WalletConnection(near, 'my-app');

      // If not signed in redirect to the NEAR wallet to sign in
      // keys will be stored in the BrowserLocalStorageKeyStore
      if(!wallet.isSignedIn()) return wallet.requestSignIn()
      -

      Hierarchy

      • WalletConnection

      Constructors

      Hierarchy

      • WalletConnection

      Constructors

      Methods

      Constructors

      Methods

      • Returns authorized Account ID.

        +

      Constructors

      Methods

      • Returns authorized Account ID.

        Returns string

        Example

        const wallet = new WalletConnection(near, 'my-app');
        wallet.getAccountId();
        -
      • Returns true, if this WalletConnection is authorized with the wallet.

        Returns boolean

        Example

        const wallet = new WalletConnection(near, 'my-app');
        wallet.isSignedIn();
        -
      • Returns promise of completing signing in after redirecting from wallet

        Returns Promise<boolean>

        Example

        // on login callback page
        const wallet = new WalletConnection(near, 'my-app');
        wallet.isSignedIn(); // false
        await wallet.isSignedInAsync(); // true
        -
      • Redirects current page to the wallet authentication page.

        Parameters

        • options: SignInOptions

          An optional options object

        Returns Promise<void>

        Example

        const wallet = new WalletConnection(near, 'my-app');
        // redirects to the NEAR Wallet
        wallet.requestSignIn({ contractId: 'account-with-deploy-contract.near' });
        -
      • Constructs string URL to the wallet authentication page.

        Parameters

        • options: SignInOptions

          An optional options object

        Returns Promise<string>

        Example

        const wallet = new WalletConnection(near, 'my-app');
        // return string URL to the NEAR Wallet
        const url = await wallet.requestSignInUrl({ contractId: 'account-with-deploy-contract.near' });
        -
      • Requests the user to quickly sign for a transaction or batch of transactions by redirecting to the wallet.

        Parameters

        • options: RequestSignTransactionsOptions

          A required options object

          -

        Returns void

      • Constructs string URL to the wallet to sign a transaction or batch of transactions.

        +

      Returns void

      • Constructs string URL to the wallet to sign a transaction or batch of transactions.

        Parameters

        • options: RequestSignTransactionsOptions

          A required options object

          -

        Returns string

      • Sign out from the current account

        +

      Returns string

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.account.Account.html b/classes/near_api_js.account.Account.html index 7a9dc94970..55b2568fb4 100644 --- a/classes/near_api_js.account.Account.html +++ b/classes/near_api_js.account.Account.html @@ -79,4 +79,4 @@

      Todo

      expand this API to support more options.

      Parameters

      • prefix: string | Uint8Array

        allows to filter which keys should be returned. Empty prefix means all keys. String prefix is utf-8 encoded.

      • Optional blockQuery: BlockReference

        specifies which block to query state at. By default returns last "optimistic" block (i.e. not necessarily finalized).

      Returns Promise<{
          key: Buffer;
          value: Buffer;
      }[]>

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.account_creator.AccountCreator.html b/classes/near_api_js.account_creator.AccountCreator.html index eb05eebbae..5df2064ebd 100644 --- a/classes/near_api_js.account_creator.AccountCreator.html +++ b/classes/near_api_js.account_creator.AccountCreator.html @@ -1,4 +1,4 @@ AccountCreator | Documentation

      Account creator provides an interface for implementations to actually create accounts

      Hierarchy

      Constructors

      Methods

      Constructors

      Methods

      • Parameters

        Returns Promise<void>

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Methods

      • Parameters

        Returns Promise<void>

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.account_creator.LocalAccountCreator.html b/classes/near_api_js.account_creator.LocalAccountCreator.html index dae0647ccd..9490d6a099 100644 --- a/classes/near_api_js.account_creator.LocalAccountCreator.html +++ b/classes/near_api_js.account_creator.LocalAccountCreator.html @@ -6,4 +6,4 @@

      Constructors

      Properties

      initialBalance: bigint
      masterAccount: Account

      Methods

      • Creates an account using a masterAccount, meaning the new account is created from an existing account

        Parameters

        • newAccountId: string

          The name of the NEAR account to be created

        • publicKey: PublicKey

          The public key from the masterAccount used to create this account

          -

        Returns Promise<void>

      Generated using TypeDoc

      \ No newline at end of file +

      Returns Promise<void>

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.account_creator.UrlAccountCreator.html b/classes/near_api_js.account_creator.UrlAccountCreator.html index 55ba396be9..44a18a9835 100644 --- a/classes/near_api_js.account_creator.UrlAccountCreator.html +++ b/classes/near_api_js.account_creator.UrlAccountCreator.html @@ -7,4 +7,4 @@ This is hosted here or set up locally with the near-contract-helper repository

      Parameters

      • newAccountId: string

        The name of the NEAR account to be created

      • publicKey: PublicKey

        The public key from the masterAccount used to create this account

        -

      Returns Promise<void>

      Generated using TypeDoc

      \ No newline at end of file +

      Returns Promise<void>

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.account_multisig.Account2FA.html b/classes/near_api_js.account_multisig.Account2FA.html index 217d51cbb2..86a4af059b 100644 --- a/classes/near_api_js.account_multisig.Account2FA.html +++ b/classes/near_api_js.account_multisig.Account2FA.html @@ -179,4 +179,4 @@

      Todo

      expand this API to support more options.

      Parameters

      • prefix: string | Uint8Array

        allows to filter which keys should be returned. Empty prefix means all keys. String prefix is utf-8 encoded.

      • Optional blockQuery: BlockReference

        specifies which block to query state at. By default returns last "optimistic" block (i.e. not necessarily finalized).

      Returns Promise<{
          key: Buffer;
          value: Buffer;
      }[]>

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.account_multisig.AccountMultisig.html b/classes/near_api_js.account_multisig.AccountMultisig.html index 28624401c9..1ba2461b67 100644 --- a/classes/near_api_js.account_multisig.AccountMultisig.html +++ b/classes/near_api_js.account_multisig.AccountMultisig.html @@ -108,4 +108,4 @@

      Todo

      expand this API to support more options.

      Parameters

      • prefix: string | Uint8Array

        allows to filter which keys should be returned. Empty prefix means all keys. String prefix is utf-8 encoded.

      • Optional blockQuery: BlockReference

        specifies which block to query state at. By default returns last "optimistic" block (i.e. not necessarily finalized).

      Returns Promise<{
          key: Buffer;
          value: Buffer;
      }[]>

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.providers_failover_rpc_provider.FailoverRpcProvider.html b/classes/near_api_js.providers_failover_rpc_provider.FailoverRpcProvider.html index 2363cad29c..4fc184a993 100644 --- a/classes/near_api_js.providers_failover_rpc_provider.FailoverRpcProvider.html +++ b/classes/near_api_js.providers_failover_rpc_provider.FailoverRpcProvider.html @@ -85,4 +85,4 @@
    • waitUntil: TxExecutionStatus
    • Returns Promise<FinalExecutionOutcome>

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.AccessKey.html b/classes/near_api_js.transaction.AccessKey.html index de6c9c2965..6cf2bb5e37 100644 --- a/classes/near_api_js.transaction.AccessKey.html +++ b/classes/near_api_js.transaction.AccessKey.html @@ -1,4 +1,4 @@ AccessKey | Documentation

      Hierarchy

      Constructors

      Properties

      Constructors

      Properties

      nonce: bigint

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      nonce: bigint

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.AccessKeyPermission.html b/classes/near_api_js.transaction.AccessKeyPermission.html index b869ceca52..f6207ed3b3 100644 --- a/classes/near_api_js.transaction.AccessKeyPermission.html +++ b/classes/near_api_js.transaction.AccessKeyPermission.html @@ -2,4 +2,4 @@

      Properties

      Constructors

      • Parameters

        • properties: any

        Returns AccessKeyPermission

      Properties

      enum: string
      functionCall?: FunctionCallPermission

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      • Parameters

        • properties: any

        Returns AccessKeyPermission

      Properties

      enum: string
      functionCall?: FunctionCallPermission

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.Action.html b/classes/near_api_js.transaction.Action.html index 874696d7c3..15432f90ea 100644 --- a/classes/near_api_js.transaction.Action.html +++ b/classes/near_api_js.transaction.Action.html @@ -11,4 +11,4 @@ signedDelegate? stake? transfer? -

      Constructors

      • Parameters

        • properties: any

        Returns Action

      Properties

      addKey?: AddKey
      createAccount?: CreateAccount
      deleteAccount?: DeleteAccount
      deleteKey?: DeleteKey
      deployContract?: DeployContract
      enum: string
      functionCall?: FunctionCall
      signedDelegate?: SignedDelegate
      stake?: Stake
      transfer?: Transfer

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      • Parameters

        • properties: any

        Returns Action

      Properties

      addKey?: AddKey
      createAccount?: CreateAccount
      deleteAccount?: DeleteAccount
      deleteKey?: DeleteKey
      deployContract?: DeployContract
      enum: string
      functionCall?: FunctionCall
      signedDelegate?: SignedDelegate
      stake?: Stake
      transfer?: Transfer

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.AddKey.html b/classes/near_api_js.transaction.AddKey.html index b7754426c6..1d317af642 100644 --- a/classes/near_api_js.transaction.AddKey.html +++ b/classes/near_api_js.transaction.AddKey.html @@ -1,4 +1,4 @@ AddKey | Documentation

      Hierarchy

      Constructors

      Properties

      Constructors

      • Parameters

        • properties: any

        Returns AddKey

      Properties

      accessKey: AccessKey
      publicKey: PublicKey

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      • Parameters

        • properties: any

        Returns AddKey

      Properties

      accessKey: AccessKey
      publicKey: PublicKey

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.CreateAccount.html b/classes/near_api_js.transaction.CreateAccount.html index 319b440004..4bc739dd26 100644 --- a/classes/near_api_js.transaction.CreateAccount.html +++ b/classes/near_api_js.transaction.CreateAccount.html @@ -1,2 +1,2 @@ CreateAccount | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.DeleteAccount.html b/classes/near_api_js.transaction.DeleteAccount.html index b0ff8a7703..e211f2ba99 100644 --- a/classes/near_api_js.transaction.DeleteAccount.html +++ b/classes/near_api_js.transaction.DeleteAccount.html @@ -1,3 +1,3 @@ DeleteAccount | Documentation

      Hierarchy

      Constructors

      Properties

      Constructors

      Properties

      beneficiaryId: string

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      beneficiaryId: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.DeleteKey.html b/classes/near_api_js.transaction.DeleteKey.html index 708ce2feaf..702146e532 100644 --- a/classes/near_api_js.transaction.DeleteKey.html +++ b/classes/near_api_js.transaction.DeleteKey.html @@ -1,3 +1,3 @@ DeleteKey | Documentation

      Hierarchy

      Constructors

      Properties

      Constructors

      Properties

      publicKey: PublicKey

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      publicKey: PublicKey

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.DeployContract.html b/classes/near_api_js.transaction.DeployContract.html index 0125fec4ea..f71e8eff2d 100644 --- a/classes/near_api_js.transaction.DeployContract.html +++ b/classes/near_api_js.transaction.DeployContract.html @@ -1,3 +1,3 @@ DeployContract | Documentation

      Hierarchy

      Constructors

      Properties

      Constructors

      Properties

      code: Uint8Array

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      code: Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.FullAccessPermission.html b/classes/near_api_js.transaction.FullAccessPermission.html index cc40302300..8ca911b15d 100644 --- a/classes/near_api_js.transaction.FullAccessPermission.html +++ b/classes/near_api_js.transaction.FullAccessPermission.html @@ -1,2 +1,2 @@ FullAccessPermission | Documentation

      Hierarchy

      Constructors

      Constructors

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.FunctionCall.html b/classes/near_api_js.transaction.FunctionCall.html index 5f0266c3a1..d6b1421314 100644 --- a/classes/near_api_js.transaction.FunctionCall.html +++ b/classes/near_api_js.transaction.FunctionCall.html @@ -3,4 +3,4 @@ deposit gas methodName -

      Constructors

      Properties

      args: Uint8Array
      deposit: bigint
      gas: bigint
      methodName: string

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      args: Uint8Array
      deposit: bigint
      gas: bigint
      methodName: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.FunctionCallPermission.html b/classes/near_api_js.transaction.FunctionCallPermission.html index 06c137ee45..3a497eecd2 100644 --- a/classes/near_api_js.transaction.FunctionCallPermission.html +++ b/classes/near_api_js.transaction.FunctionCallPermission.html @@ -2,4 +2,4 @@

      Properties

      Constructors

      Properties

      allowance?: bigint
      methodNames: string[]
      receiverId: string

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      allowance?: bigint
      methodNames: string[]
      receiverId: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.Signature.html b/classes/near_api_js.transaction.Signature.html index 769a341975..c81084a25c 100644 --- a/classes/near_api_js.transaction.Signature.html +++ b/classes/near_api_js.transaction.Signature.html @@ -1,4 +1,4 @@ Signature | Documentation

      Hierarchy

      Constructors

      Properties

      Constructors

      Properties

      data: Uint8Array
      keyType: ED25519

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      data: Uint8Array
      keyType: ED25519

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.SignedTransaction.html b/classes/near_api_js.transaction.SignedTransaction.html index ef03000219..77b5ea3f66 100644 --- a/classes/near_api_js.transaction.SignedTransaction.html +++ b/classes/near_api_js.transaction.SignedTransaction.html @@ -3,4 +3,4 @@ transaction

      Methods

      Constructors

      Properties

      signature: Signature
      transaction: Transaction

      Methods

      • Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      signature: Signature
      transaction: Transaction

      Methods

      • Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.Stake.html b/classes/near_api_js.transaction.Stake.html index 941b525179..2af322d047 100644 --- a/classes/near_api_js.transaction.Stake.html +++ b/classes/near_api_js.transaction.Stake.html @@ -1,4 +1,4 @@ Stake | Documentation

      Hierarchy

      Constructors

      Properties

      Constructors

      • Parameters

        • properties: any

        Returns Stake

      Properties

      publicKey: PublicKey
      stake: bigint

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      • Parameters

        • properties: any

        Returns Stake

      Properties

      publicKey: PublicKey
      stake: bigint

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.Transaction.html b/classes/near_api_js.transaction.Transaction.html index 6be31ef287..2db1e5c04c 100644 --- a/classes/near_api_js.transaction.Transaction.html +++ b/classes/near_api_js.transaction.Transaction.html @@ -7,4 +7,4 @@ signerId

      Methods

      Constructors

      Properties

      actions: Action[]
      blockHash: Uint8Array
      nonce: bigint
      publicKey: PublicKey
      receiverId: string
      signerId: string

      Methods

      • Returns Uint8Array

      • Parameters

        • bytes: Uint8Array

        Returns Transaction

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      actions: Action[]
      blockHash: Uint8Array
      nonce: bigint
      publicKey: PublicKey
      receiverId: string
      signerId: string

      Methods

      • Returns Uint8Array

      • Parameters

        • bytes: Uint8Array

        Returns Transaction

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.transaction.Transfer.html b/classes/near_api_js.transaction.Transfer.html index 3703f06ee2..5d36873c4b 100644 --- a/classes/near_api_js.transaction.Transfer.html +++ b/classes/near_api_js.transaction.Transfer.html @@ -1,3 +1,3 @@ Transfer | Documentation

      Hierarchy

      Constructors

      Properties

      Constructors

      Properties

      deposit: bigint

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      deposit: bigint

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils.KeyPairEd25519.html b/classes/near_api_js.utils.KeyPairEd25519.html index ce35dee6ab..a4391cd7a5 100644 --- a/classes/near_api_js.utils.KeyPairEd25519.html +++ b/classes/near_api_js.utils.KeyPairEd25519.html @@ -25,4 +25,4 @@
      • Generate a new random keypair.

        Returns KeyPairEd25519

        Example

        const keyRandom = KeyPair.fromRandom();
        keyRandom.publicKey
        // returns [PUBLIC_KEY]

        keyRandom.secretKey
        // returns [SECRET_KEY]
        -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils.Logger.html b/classes/near_api_js.utils.Logger.html index 05677140b5..3375a68ba6 100644 --- a/classes/near_api_js.utils.Logger.html +++ b/classes/near_api_js.utils.Logger.html @@ -14,4 +14,4 @@

      Parameters

      • message: any
      • Optional stack: string

      Returns void

    • Parameters

      • message: any
      • Rest ...optionalParams: [string, ...any[]]

      Returns void

      • Write a 'log' level log.

        Parameters

        • message: any
        • Rest ...optionalParams: any[]

        Returns void

      • Write a 'verbose' level log.

        Parameters

        • message: any
        • Rest ...optionalParams: any[]

        Returns void

      • Write a 'warn' level log.

        -

        Parameters

        • message: any
        • Rest ...optionalParams: any[]

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • message: any
      • Rest ...optionalParams: any[]

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils.PublicKey.html b/classes/near_api_js.utils.PublicKey.html index 1782d4eeb0..06b65aca89 100644 --- a/classes/near_api_js.utils.PublicKey.html +++ b/classes/near_api_js.utils.PublicKey.html @@ -18,4 +18,4 @@
      • Creates a PublicKey instance from an encoded key string.

        Parameters

        • encodedKey: string

          The encoded key string.

        Returns PublicKey

        The PublicKey instance created from the encoded key string.

        -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils_enums.Assignable.html b/classes/near_api_js.utils_enums.Assignable.html index c433070ef2..ae562c49ee 100644 --- a/classes/near_api_js.utils_enums.Assignable.html +++ b/classes/near_api_js.utils_enums.Assignable.html @@ -1,2 +1,2 @@ Assignable | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      • Parameters

        • properties: any

        Returns Assignable

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils_enums.Enum.html b/classes/near_api_js.utils_enums.Enum.html index ab41daaa7e..d6e7483017 100644 --- a/classes/near_api_js.utils_enums.Enum.html +++ b/classes/near_api_js.utils_enums.Enum.html @@ -1,3 +1,3 @@ -Enum | Documentation

      Hierarchy

      • Enum

      Constructors

      constructor +Enum | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      enum: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils_errors.ArgumentSchemaError.html b/classes/near_api_js.utils_errors.ArgumentSchemaError.html index e238b34325..3efd22a8fb 100644 --- a/classes/near_api_js.utils_errors.ArgumentSchemaError.html +++ b/classes/near_api_js.utils_errors.ArgumentSchemaError.html @@ -9,4 +9,4 @@

      Constructors

      • Parameters

        • argName: string
        • errors: ValidationError[]

        Returns ArgumentSchemaError

      Properties

      cause?: unknown
      message: string
      name: string
      stack?: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        -

        Parameters

        • targetObject: object
        • Optional constructorOpt: Function

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils_errors.ArgumentTypeError.html b/classes/near_api_js.utils_errors.ArgumentTypeError.html index 0b6aebabc9..c783f81e7f 100644 --- a/classes/near_api_js.utils_errors.ArgumentTypeError.html +++ b/classes/near_api_js.utils_errors.ArgumentTypeError.html @@ -9,4 +9,4 @@

      Constructors

      • Parameters

        • argName: string
        • argType: string
        • argValue: any

        Returns ArgumentTypeError

      Properties

      cause?: unknown
      message: string
      name: string
      stack?: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        -

        Parameters

        • targetObject: object
        • Optional constructorOpt: Function

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils_errors.ConflictingOptions.html b/classes/near_api_js.utils_errors.ConflictingOptions.html index 3c91b5d3b2..b40412a95d 100644 --- a/classes/near_api_js.utils_errors.ConflictingOptions.html +++ b/classes/near_api_js.utils_errors.ConflictingOptions.html @@ -9,4 +9,4 @@

      Constructors

      Properties

      cause?: unknown
      message: string
      name: string
      stack?: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        -

        Parameters

        • targetObject: object
        • Optional constructorOpt: Function

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils_errors.PositionalArgsError.html b/classes/near_api_js.utils_errors.PositionalArgsError.html index 2d99048125..c1aece01c2 100644 --- a/classes/near_api_js.utils_errors.PositionalArgsError.html +++ b/classes/near_api_js.utils_errors.PositionalArgsError.html @@ -9,4 +9,4 @@

      Constructors

      Properties

      cause?: unknown
      message: string
      name: string
      stack?: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        -

        Parameters

        • targetObject: object
        • Optional constructorOpt: Function

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils_errors.UnknownArgumentError.html b/classes/near_api_js.utils_errors.UnknownArgumentError.html index c27bcd3d46..e62390651b 100644 --- a/classes/near_api_js.utils_errors.UnknownArgumentError.html +++ b/classes/near_api_js.utils_errors.UnknownArgumentError.html @@ -9,4 +9,4 @@

      Constructors

      • Parameters

        • actualArgName: string
        • expectedArgNames: string[]

        Returns UnknownArgumentError

      Properties

      cause?: unknown
      message: string
      name: string
      stack?: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        -

        Parameters

        • targetObject: object
        • Optional constructorOpt: Function

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils_errors.UnsupportedSerializationError.html b/classes/near_api_js.utils_errors.UnsupportedSerializationError.html index bae7b8a1a6..e89c1e6273 100644 --- a/classes/near_api_js.utils_errors.UnsupportedSerializationError.html +++ b/classes/near_api_js.utils_errors.UnsupportedSerializationError.html @@ -9,4 +9,4 @@

      Constructors

      Properties

      cause?: unknown
      message: string
      name: string
      stack?: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        -

        Parameters

        • targetObject: object
        • Optional constructorOpt: Function

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils_rpc_errors.ServerError.html b/classes/near_api_js.utils_rpc_errors.ServerError.html index 438c1c346f..65bf1bff59 100644 --- a/classes/near_api_js.utils_rpc_errors.ServerError.html +++ b/classes/near_api_js.utils_rpc_errors.ServerError.html @@ -11,4 +11,4 @@

      Constructors

      Properties

      cause?: unknown
      context?: ErrorContext
      message: string
      name: string
      stack?: string
      type: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        -

        Parameters

        • targetObject: object
        • Optional constructorOpt: Function

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_accounts.types.MultisigDeleteRequestRejectionError.html b/enums/_near_js_accounts.types.MultisigDeleteRequestRejectionError.html index 65ffc79f6f..0b103ec7dd 100644 --- a/enums/_near_js_accounts.types.MultisigDeleteRequestRejectionError.html +++ b/enums/_near_js_accounts.types.MultisigDeleteRequestRejectionError.html @@ -1,6 +1,6 @@ -MultisigDeleteRequestRejectionError | Documentation

      Enumeration MultisigDeleteRequestRejectionError

      Enumeration Members

      CANNOT_DESERIALIZE_STATE +MultisigDeleteRequestRejectionError | Documentation

      Enumeration MultisigDeleteRequestRejectionError

      Enumeration Members

      CANNOT_DESERIALIZE_STATE: "Cannot deserialize the contract state"
      METHOD_NOT_FOUND: "Contract method is not found"
      MULTISIG_NOT_INITIALIZED: "Smart contract panicked: Multisig contract should be initialized before usage"
      NO_SUCH_REQUEST: "Smart contract panicked: panicked at 'No such request: either wrong number or already confirmed'"
      REQUEST_COOLDOWN_ERROR: "Request cannot be deleted immediately after creation."

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      CANNOT_DESERIALIZE_STATE: "Cannot deserialize the contract state"
      METHOD_NOT_FOUND: "Contract method is not found"
      MULTISIG_NOT_INITIALIZED: "Smart contract panicked: Multisig contract should be initialized before usage"
      NO_SUCH_REQUEST: "Smart contract panicked: panicked at 'No such request: either wrong number or already confirmed'"
      REQUEST_COOLDOWN_ERROR: "Request cannot be deleted immediately after creation."

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_accounts.types.MultisigStateStatus.html b/enums/_near_js_accounts.types.MultisigStateStatus.html index 0d3b55a421..a82ff3c824 100644 --- a/enums/_near_js_accounts.types.MultisigStateStatus.html +++ b/enums/_near_js_accounts.types.MultisigStateStatus.html @@ -1,5 +1,5 @@ -MultisigStateStatus | Documentation

      Enumeration Members

      INVALID_STATE +MultisigStateStatus | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      INVALID_STATE: 0
      STATE_NOT_INITIALIZED: 1
      UNKNOWN_STATE: 3
      VALID_STATE: 2

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_crypto.constants.KeySize.html b/enums/_near_js_crypto.constants.KeySize.html index c6626dd26d..3852422145 100644 --- a/enums/_near_js_crypto.constants.KeySize.html +++ b/enums/_near_js_crypto.constants.KeySize.html @@ -1,2 +1,2 @@ -KeySize | Documentation

      Generated using TypeDoc

      \ No newline at end of file +KeySize | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_crypto.constants.KeyType.html b/enums/_near_js_crypto.constants.KeyType.html index 83c56e0900..885411e932 100644 --- a/enums/_near_js_crypto.constants.KeyType.html +++ b/enums/_near_js_crypto.constants.KeyType.html @@ -1,3 +1,3 @@ KeyType | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      Enumeration Members

      ED25519: 0

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_types.provider_light_client.IdType.html b/enums/_near_js_types.provider_light_client.IdType.html index 902df5b8c7..cffedff609 100644 --- a/enums/_near_js_types.provider_light_client.IdType.html +++ b/enums/_near_js_types.provider_light_client.IdType.html @@ -1,3 +1,3 @@ -IdType | Documentation

      Enumeration Members

      Receipt +IdType | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      Receipt: "receipt"
      Transaction: "transaction"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_types.provider_response.ExecutionStatusBasic.html b/enums/_near_js_types.provider_response.ExecutionStatusBasic.html index 9bae8ee978..0ad7dad627 100644 --- a/enums/_near_js_types.provider_response.ExecutionStatusBasic.html +++ b/enums/_near_js_types.provider_response.ExecutionStatusBasic.html @@ -1,4 +1,4 @@ -ExecutionStatusBasic | Documentation

      Enumeration Members

      Failure +ExecutionStatusBasic | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      Failure: "Failure"
      Pending: "Pending"
      Unknown: "Unknown"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_types.provider_response.FinalExecutionStatusBasic.html b/enums/_near_js_types.provider_response.FinalExecutionStatusBasic.html index 1c6f23f574..1226b389a1 100644 --- a/enums/_near_js_types.provider_response.FinalExecutionStatusBasic.html +++ b/enums/_near_js_types.provider_response.FinalExecutionStatusBasic.html @@ -1,4 +1,4 @@ -FinalExecutionStatusBasic | Documentation

      Enumeration Members

      Failure +FinalExecutionStatusBasic | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      Failure: "Failure"
      NotStarted: "NotStarted"
      Started: "Started"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/near_api_js.account_multisig.MultisigDeleteRequestRejectionError.html b/enums/near_api_js.account_multisig.MultisigDeleteRequestRejectionError.html index cbf86388c7..c2330f109e 100644 --- a/enums/near_api_js.account_multisig.MultisigDeleteRequestRejectionError.html +++ b/enums/near_api_js.account_multisig.MultisigDeleteRequestRejectionError.html @@ -3,4 +3,4 @@ MULTISIG_NOT_INITIALIZED NO_SUCH_REQUEST REQUEST_COOLDOWN_ERROR -

      Enumeration Members

      CANNOT_DESERIALIZE_STATE: "Cannot deserialize the contract state"
      METHOD_NOT_FOUND: "Contract method is not found"
      MULTISIG_NOT_INITIALIZED: "Smart contract panicked: Multisig contract should be initialized before usage"
      NO_SUCH_REQUEST: "Smart contract panicked: panicked at 'No such request: either wrong number or already confirmed'"
      REQUEST_COOLDOWN_ERROR: "Request cannot be deleted immediately after creation."

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      CANNOT_DESERIALIZE_STATE: "Cannot deserialize the contract state"
      METHOD_NOT_FOUND: "Contract method is not found"
      MULTISIG_NOT_INITIALIZED: "Smart contract panicked: Multisig contract should be initialized before usage"
      NO_SUCH_REQUEST: "Smart contract panicked: panicked at 'No such request: either wrong number or already confirmed'"
      REQUEST_COOLDOWN_ERROR: "Request cannot be deleted immediately after creation."

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/near_api_js.account_multisig.MultisigStateStatus.html b/enums/near_api_js.account_multisig.MultisigStateStatus.html index 1229406bbe..630bd23192 100644 --- a/enums/near_api_js.account_multisig.MultisigStateStatus.html +++ b/enums/near_api_js.account_multisig.MultisigStateStatus.html @@ -2,4 +2,4 @@ STATE_NOT_INITIALIZED UNKNOWN_STATE VALID_STATE -

      Enumeration Members

      INVALID_STATE: 0
      STATE_NOT_INITIALIZED: 1
      UNKNOWN_STATE: 3
      VALID_STATE: 2

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      INVALID_STATE: 0
      STATE_NOT_INITIALIZED: 1
      UNKNOWN_STATE: 3
      VALID_STATE: 2

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/near_api_js.providers_provider.ExecutionStatusBasic.html b/enums/near_api_js.providers_provider.ExecutionStatusBasic.html index 15e663289b..b4ee4c66d8 100644 --- a/enums/near_api_js.providers_provider.ExecutionStatusBasic.html +++ b/enums/near_api_js.providers_provider.ExecutionStatusBasic.html @@ -1,4 +1,4 @@ ExecutionStatusBasic | Documentation

      Enumeration Members

      Enumeration Members

      Failure: "Failure"
      Pending: "Pending"
      Unknown: "Unknown"

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      Failure: "Failure"
      Pending: "Pending"
      Unknown: "Unknown"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/near_api_js.providers_provider.IdType.html b/enums/near_api_js.providers_provider.IdType.html index 44ecc10ef1..f07204b9f2 100644 --- a/enums/near_api_js.providers_provider.IdType.html +++ b/enums/near_api_js.providers_provider.IdType.html @@ -1,3 +1,3 @@ IdType | Documentation

      Enumeration Members

      Enumeration Members

      Receipt: "receipt"
      Transaction: "transaction"

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      Receipt: "receipt"
      Transaction: "transaction"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/near_api_js.utils_key_pair.KeyType.html b/enums/near_api_js.utils_key_pair.KeyType.html index 4642a15184..ca19c271d3 100644 --- a/enums/near_api_js.utils_key_pair.KeyType.html +++ b/enums/near_api_js.utils_key_pair.KeyType.html @@ -1,3 +1,3 @@ KeyType | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      ED25519: 0

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_accounts.utils.encodeJSContractArgs.html b/functions/_near_js_accounts.utils.encodeJSContractArgs.html index 4a27c4ff61..bf0ecdc614 100644 --- a/functions/_near_js_accounts.utils.encodeJSContractArgs.html +++ b/functions/_near_js_accounts.utils.encodeJSContractArgs.html @@ -1 +1 @@ -encodeJSContractArgs | Documentation

      Generated using TypeDoc

      \ No newline at end of file +encodeJSContractArgs | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_accounts.utils.validateArgs.html b/functions/_near_js_accounts.utils.validateArgs.html index 0019b88a4f..2898924944 100644 --- a/functions/_near_js_accounts.utils.validateArgs.html +++ b/functions/_near_js_accounts.utils.validateArgs.html @@ -1 +1 @@ -validateArgs | Documentation

      Generated using TypeDoc

      \ No newline at end of file +validateArgs | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_accounts.utils.viewFunction.html b/functions/_near_js_accounts.utils.viewFunction.html index e5a46fb0d1..31d8c49035 100644 --- a/functions/_near_js_accounts.utils.viewFunction.html +++ b/functions/_near_js_accounts.utils.viewFunction.html @@ -1,3 +1,3 @@ viewFunction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_accounts.utils.viewState.html b/functions/_near_js_accounts.utils.viewState.html index fcc927dcd6..d884c64d6f 100644 --- a/functions/_near_js_accounts.utils.viewState.html +++ b/functions/_near_js_accounts.utils.viewState.html @@ -5,4 +5,4 @@
    • prefix: string | Uint8Array

      allows to filter which keys should be returned. Empty prefix means all keys. String prefix is utf-8 encoded.

    • blockQuery: BlockReference = ...

      specifies which block to query state at. By default returns last "optimistic" block (i.e. not necessarily finalized).

    • Returns Promise<{
          key: Buffer;
          value: Buffer;
      }[]>

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.index-1.createKey.html b/functions/_near_js_biometric_ed25519.index-1.createKey.html index 4cefc113df..60d928167b 100644 --- a/functions/_near_js_biometric_ed25519.index-1.createKey.html +++ b/functions/_near_js_biometric_ed25519.index-1.createKey.html @@ -1 +1 @@ -createKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +createKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.index-1.getKeys.html b/functions/_near_js_biometric_ed25519.index-1.getKeys.html index 082e0928be..0dcf171ed3 100644 --- a/functions/_near_js_biometric_ed25519.index-1.getKeys.html +++ b/functions/_near_js_biometric_ed25519.index-1.getKeys.html @@ -1 +1 @@ -getKeys | Documentation

      Generated using TypeDoc

      \ No newline at end of file +getKeys | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.index-1.isPassKeyAvailable.html b/functions/_near_js_biometric_ed25519.index-1.isPassKeyAvailable.html index 8ef41bce63..39c8001906 100644 --- a/functions/_near_js_biometric_ed25519.index-1.isPassKeyAvailable.html +++ b/functions/_near_js_biometric_ed25519.index-1.isPassKeyAvailable.html @@ -1 +1 @@ -isPassKeyAvailable | Documentation

      Generated using TypeDoc

      \ No newline at end of file +isPassKeyAvailable | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.get64BytePublicKeyFromPEM.html b/functions/_near_js_biometric_ed25519.utils.get64BytePublicKeyFromPEM.html index d69d45c977..9c9331e425 100644 --- a/functions/_near_js_biometric_ed25519.utils.get64BytePublicKeyFromPEM.html +++ b/functions/_near_js_biometric_ed25519.utils.get64BytePublicKeyFromPEM.html @@ -1 +1 @@ -get64BytePublicKeyFromPEM | Documentation

      Generated using TypeDoc

      \ No newline at end of file +get64BytePublicKeyFromPEM | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.preformatGetAssertReq.html b/functions/_near_js_biometric_ed25519.utils.preformatGetAssertReq.html index 925ca4c093..25e6108a5a 100644 --- a/functions/_near_js_biometric_ed25519.utils.preformatGetAssertReq.html +++ b/functions/_near_js_biometric_ed25519.utils.preformatGetAssertReq.html @@ -1 +1 @@ -preformatGetAssertReq | Documentation

      Generated using TypeDoc

      \ No newline at end of file +preformatGetAssertReq | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.preformatMakeCredReq.html b/functions/_near_js_biometric_ed25519.utils.preformatMakeCredReq.html index 881871bbfe..94b6956d2d 100644 --- a/functions/_near_js_biometric_ed25519.utils.preformatMakeCredReq.html +++ b/functions/_near_js_biometric_ed25519.utils.preformatMakeCredReq.html @@ -1 +1 @@ -preformatMakeCredReq | Documentation

      Generated using TypeDoc

      \ No newline at end of file +preformatMakeCredReq | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.publicKeyCredentialToJSON.html b/functions/_near_js_biometric_ed25519.utils.publicKeyCredentialToJSON.html index f1b44c2e54..77063a173f 100644 --- a/functions/_near_js_biometric_ed25519.utils.publicKeyCredentialToJSON.html +++ b/functions/_near_js_biometric_ed25519.utils.publicKeyCredentialToJSON.html @@ -1 +1 @@ -publicKeyCredentialToJSON | Documentation

      Generated using TypeDoc

      \ No newline at end of file +publicKeyCredentialToJSON | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.recoverPublicKey.html b/functions/_near_js_biometric_ed25519.utils.recoverPublicKey.html index ea924d8ba7..60fbcd2b70 100644 --- a/functions/_near_js_biometric_ed25519.utils.recoverPublicKey.html +++ b/functions/_near_js_biometric_ed25519.utils.recoverPublicKey.html @@ -1 +1 @@ -recoverPublicKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +recoverPublicKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.sanitizeCreateKeyResponse.html b/functions/_near_js_biometric_ed25519.utils.sanitizeCreateKeyResponse.html index 839931e820..54a8f3b0e8 100644 --- a/functions/_near_js_biometric_ed25519.utils.sanitizeCreateKeyResponse.html +++ b/functions/_near_js_biometric_ed25519.utils.sanitizeCreateKeyResponse.html @@ -1 +1 @@ -sanitizeCreateKeyResponse | Documentation
      • Parameters

        • res: Credential

        Returns Credential | {
            authenticatorAttachment: string;
            id: string;
            rawId: any;
            response: {
                attestationObject: any;
                clientDataJSON: any;
            };
            type: string;
            getClientExtensionResults() => AuthenticationExtensionsClientOutputs;
        }

      Generated using TypeDoc

      \ No newline at end of file +sanitizeCreateKeyResponse | Documentation
      • Parameters

        • res: Credential

        Returns Credential | {
            authenticatorAttachment: string;
            id: string;
            rawId: any;
            response: {
                attestationObject: any;
                clientDataJSON: any;
            };
            type: string;
            getClientExtensionResults() => AuthenticationExtensionsClientOutputs;
        }

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.sanitizeGetKeyResponse.html b/functions/_near_js_biometric_ed25519.utils.sanitizeGetKeyResponse.html index dfe31a3d1c..2a5a71ca47 100644 --- a/functions/_near_js_biometric_ed25519.utils.sanitizeGetKeyResponse.html +++ b/functions/_near_js_biometric_ed25519.utils.sanitizeGetKeyResponse.html @@ -1 +1 @@ -sanitizeGetKeyResponse | Documentation
      • Parameters

        • res: Credential

        Returns Credential | {
            authenticatorAttachment: string;
            id: string;
            rawId: any;
            response: {
                authenticatorData: any;
                clientDataJSON: any;
                signature: any;
                userHandle: any;
            };
            type: string;
            getClientExtensionResults() => AuthenticationExtensionsClientOutputs;
        }

      Generated using TypeDoc

      \ No newline at end of file +sanitizeGetKeyResponse | Documentation
      • Parameters

        • res: Credential

        Returns Credential | {
            authenticatorAttachment: string;
            id: string;
            rawId: any;
            response: {
                authenticatorData: any;
                clientDataJSON: any;
                signature: any;
                userHandle: any;
            };
            type: string;
            getClientExtensionResults() => AuthenticationExtensionsClientOutputs;
        }

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.uint8ArrayToBigInt.html b/functions/_near_js_biometric_ed25519.utils.uint8ArrayToBigInt.html index 030b9cb4e9..c659dbe89a 100644 --- a/functions/_near_js_biometric_ed25519.utils.uint8ArrayToBigInt.html +++ b/functions/_near_js_biometric_ed25519.utils.uint8ArrayToBigInt.html @@ -1 +1 @@ -uint8ArrayToBigInt | Documentation

      Generated using TypeDoc

      \ No newline at end of file +uint8ArrayToBigInt | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.validateUsername.html b/functions/_near_js_biometric_ed25519.utils.validateUsername.html index ba51feb855..c3e66db56c 100644 --- a/functions/_near_js_biometric_ed25519.utils.validateUsername.html +++ b/functions/_near_js_biometric_ed25519.utils.validateUsername.html @@ -1 +1 @@ -validateUsername | Documentation

      Generated using TypeDoc

      \ No newline at end of file +validateUsername | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_iframe_rpc.types.isRPCMessage.html b/functions/_near_js_iframe_rpc.types.isRPCMessage.html index dcce7cef07..4b5a2e8514 100644 --- a/functions/_near_js_iframe_rpc.types.isRPCMessage.html +++ b/functions/_near_js_iframe_rpc.types.isRPCMessage.html @@ -1 +1 @@ -isRPCMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file +isRPCMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_providers.exponential_backoff.exponentialBackoff.html b/functions/_near_js_providers.exponential_backoff.exponentialBackoff.html index c6d30b97a9..87a7bb5585 100644 --- a/functions/_near_js_providers.exponential_backoff.exponentialBackoff.html +++ b/functions/_near_js_providers.exponential_backoff.exponentialBackoff.html @@ -1 +1 @@ -exponentialBackoff | Documentation

      Generated using TypeDoc

      \ No newline at end of file +exponentialBackoff | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_providers.fetch.default.html b/functions/_near_js_providers.fetch.default.html index 371da09879..2218c46e16 100644 --- a/functions/_near_js_providers.fetch.default.html +++ b/functions/_near_js_providers.fetch.default.html @@ -1 +1 @@ -default | Documentation

      Generated using TypeDoc

      \ No newline at end of file +default | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_providers.fetch_json.fetchJson.html b/functions/_near_js_providers.fetch_json.fetchJson.html index be994f7879..fd64675b22 100644 --- a/functions/_near_js_providers.fetch_json.fetchJson.html +++ b/functions/_near_js_providers.fetch_json.fetchJson.html @@ -2,4 +2,4 @@

      Parameters

      • connectionInfoOrUrl: string | ConnectionInfo

        The connection information or URL for the HTTP request.

      • Optional json: string

        The JSON payload to be included in the request body for POST requests.

      Returns Promise<any>

      A Promise that resolves to the parsed JSON response from the HTTP request.

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.action_creators.stringifyJsonOrBytes.html b/functions/_near_js_transactions.action_creators.stringifyJsonOrBytes.html index 3001fa4680..3e51f8d146 100644 --- a/functions/_near_js_transactions.action_creators.stringifyJsonOrBytes.html +++ b/functions/_near_js_transactions.action_creators.stringifyJsonOrBytes.html @@ -1,4 +1,4 @@ stringifyJsonOrBytes | Documentation
      • Converts an input argument to a Buffer, handling cases for both JSON and Uint8Array.

        Parameters

        • args: any

          The input argument, either JSON object or Uint8Array.

        Returns Buffer

        A Buffer representation of the input argument.

        -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.create_transaction.createTransaction.html b/functions/_near_js_transactions.create_transaction.createTransaction.html index 75569e89ae..faf390408c 100644 --- a/functions/_near_js_transactions.create_transaction.createTransaction.html +++ b/functions/_near_js_transactions.create_transaction.createTransaction.html @@ -6,4 +6,4 @@
    • actions: Action[]

      An array of transaction actions to be performed.

    • blockHash: Uint8Array

      The hash of the block where the transaction will be included.

    • Returns Transaction

      A new transaction object initialized with the provided parameters.

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.delegate.buildDelegateAction.html b/functions/_near_js_transactions.delegate.buildDelegateAction.html index 99685900f7..9b4a4d3a3d 100644 --- a/functions/_near_js_transactions.delegate.buildDelegateAction.html +++ b/functions/_near_js_transactions.delegate.buildDelegateAction.html @@ -1,2 +1,2 @@ buildDelegateAction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      Returns DelegateAction

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.schema.decodeSignedTransaction.html b/functions/_near_js_transactions.schema.decodeSignedTransaction.html index 4c06dd04fe..dd81ca5f4d 100644 --- a/functions/_near_js_transactions.schema.decodeSignedTransaction.html +++ b/functions/_near_js_transactions.schema.decodeSignedTransaction.html @@ -1,3 +1,3 @@ decodeSignedTransaction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Returns SignedTransaction

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.schema.decodeTransaction.html b/functions/_near_js_transactions.schema.decodeTransaction.html index 9706b0fa45..260df0a757 100644 --- a/functions/_near_js_transactions.schema.decodeTransaction.html +++ b/functions/_near_js_transactions.schema.decodeTransaction.html @@ -1,3 +1,3 @@ decodeTransaction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Returns Transaction

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.schema.encodeDelegateAction.html b/functions/_near_js_transactions.schema.encodeDelegateAction.html index 560d0a1317..6b9046c763 100644 --- a/functions/_near_js_transactions.schema.encodeDelegateAction.html +++ b/functions/_near_js_transactions.schema.encodeDelegateAction.html @@ -2,4 +2,4 @@ NB per NEP-461 this requires a Borsh-serialized prefix specific to delegate actions, ensuring signed delegate actions may never be identical to signed transactions with the same fields

      Parameters

      • delegateAction: DelegateAction

        Delegate action to be signed by the meta transaction sender

        -

      Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file +

      Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.schema.encodeSignedDelegate.html b/functions/_near_js_transactions.schema.encodeSignedDelegate.html index d8315cc13f..a0a947e576 100644 --- a/functions/_near_js_transactions.schema.encodeSignedDelegate.html +++ b/functions/_near_js_transactions.schema.encodeSignedDelegate.html @@ -1,3 +1,3 @@ encodeSignedDelegate | Documentation
      • Borsh-encode a signed delegate for validation and execution by a relayer

        Parameters

        • signedDelegate: SignedDelegate

          Signed delegate to be executed in a meta transaction

          -

        Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file +

      Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.schema.encodeTransaction.html b/functions/_near_js_transactions.schema.encodeTransaction.html index bc759e257f..94dfeebbbb 100644 --- a/functions/_near_js_transactions.schema.encodeTransaction.html +++ b/functions/_near_js_transactions.schema.encodeTransaction.html @@ -1,4 +1,4 @@ encodeTransaction | Documentation
      • Borsh-encode a transaction or signed transaction into a serialized form.

        Parameters

        Returns Uint8Array

        A serialized representation of the input transaction.

        -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.sign.signDelegateAction.html b/functions/_near_js_transactions.sign.signDelegateAction.html index e1ed0f9163..979f4d3aa2 100644 --- a/functions/_near_js_transactions.sign.signDelegateAction.html +++ b/functions/_near_js_transactions.sign.signDelegateAction.html @@ -1,3 +1,3 @@ signDelegateAction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.sign.signTransaction.html b/functions/_near_js_transactions.sign.signTransaction.html index 4471933f32..614b6771ec 100644 --- a/functions/_near_js_transactions.sign.signTransaction.html +++ b/functions/_near_js_transactions.sign.signTransaction.html @@ -1 +1 @@ -signTransaction | Documentation
      • Parameters

        • transaction: Transaction
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      • Parameters

        • receiverId: string
        • nonce: bigint
        • actions: Action[]
        • blockHash: Uint8Array
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      Generated using TypeDoc

      \ No newline at end of file +signTransaction | Documentation
      • Parameters

        • transaction: Transaction
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      • Parameters

        • receiverId: string
        • nonce: bigint
        • actions: Action[]
        • blockHash: Uint8Array
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.errors_errors.logWarning.html b/functions/_near_js_utils.errors_errors.logWarning.html index 21a7dfa332..d81c9cc1bd 100644 --- a/functions/_near_js_utils.errors_errors.logWarning.html +++ b/functions/_near_js_utils.errors_errors.logWarning.html @@ -1 +1 @@ -logWarning | Documentation

      Generated using TypeDoc

      \ No newline at end of file +logWarning | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.errors_rpc_errors.formatError.html b/functions/_near_js_utils.errors_rpc_errors.formatError.html index ad3fce4101..228da270a4 100644 --- a/functions/_near_js_utils.errors_rpc_errors.formatError.html +++ b/functions/_near_js_utils.errors_rpc_errors.formatError.html @@ -1 +1 @@ -formatError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +formatError | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.errors_rpc_errors.getErrorTypeFromErrorMessage.html b/functions/_near_js_utils.errors_rpc_errors.getErrorTypeFromErrorMessage.html index 47b216330d..de50acfd9b 100644 --- a/functions/_near_js_utils.errors_rpc_errors.getErrorTypeFromErrorMessage.html +++ b/functions/_near_js_utils.errors_rpc_errors.getErrorTypeFromErrorMessage.html @@ -1 +1 @@ -getErrorTypeFromErrorMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file +getErrorTypeFromErrorMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.errors_rpc_errors.parseResultError.html b/functions/_near_js_utils.errors_rpc_errors.parseResultError.html index c29f63fa9b..0972d3965c 100644 --- a/functions/_near_js_utils.errors_rpc_errors.parseResultError.html +++ b/functions/_near_js_utils.errors_rpc_errors.parseResultError.html @@ -1 +1 @@ -parseResultError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +parseResultError | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.errors_rpc_errors.parseRpcError.html b/functions/_near_js_utils.errors_rpc_errors.parseRpcError.html index 238e1fa776..ad2bfe17c5 100644 --- a/functions/_near_js_utils.errors_rpc_errors.parseRpcError.html +++ b/functions/_near_js_utils.errors_rpc_errors.parseRpcError.html @@ -1 +1 @@ -parseRpcError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +parseRpcError | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.format.baseDecode.html b/functions/_near_js_utils.format.baseDecode.html index 164417d1e9..634bbac586 100644 --- a/functions/_near_js_utils.format.baseDecode.html +++ b/functions/_near_js_utils.format.baseDecode.html @@ -1,4 +1,4 @@ baseDecode | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.format.baseEncode.html b/functions/_near_js_utils.format.baseEncode.html index 0933d0eff5..f2ce655869 100644 --- a/functions/_near_js_utils.format.baseEncode.html +++ b/functions/_near_js_utils.format.baseEncode.html @@ -1,4 +1,4 @@ baseEncode | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.format.formatNearAmount.html b/functions/_near_js_utils.format.formatNearAmount.html index 44b3e70a98..4aa3e9c2a2 100644 --- a/functions/_near_js_utils.format.formatNearAmount.html +++ b/functions/_near_js_utils.format.formatNearAmount.html @@ -3,4 +3,4 @@

      Parameters

      • balance: string

        decimal string representing balance in smallest non-divisible NEAR units (as specified by NEAR_NOMINATION)

      • fracDigits: number = NEAR_NOMINATION_EXP

        number of fractional digits to preserve in formatted string. Balance is rounded to match given number of digits.

      Returns string

      Value in Ⓝ

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.format.parseNearAmount.html b/functions/_near_js_utils.format.parseNearAmount.html index 20616fecfb..6f2566c5e2 100644 --- a/functions/_near_js_utils.format.parseNearAmount.html +++ b/functions/_near_js_utils.format.parseNearAmount.html @@ -2,4 +2,4 @@ Effectively this multiplies given amount by NEAR_NOMINATION.

      Parameters

      • Optional amt: string

        decimal string (potentially fractional) denominated in NEAR.

      Returns string | null

      The parsed yoctoⓃ amount or null if no amount was passed in

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.logging.printTxOutcomeLogs.html b/functions/_near_js_utils.logging.printTxOutcomeLogs.html index bd713e85cc..5b2a96f801 100644 --- a/functions/_near_js_utils.logging.printTxOutcomeLogs.html +++ b/functions/_near_js_utils.logging.printTxOutcomeLogs.html @@ -2,4 +2,4 @@

      Parameters

      • params: {
            contractId: string;
            logs: string[];
            prefix?: string;
        }
        • contractId: string

          ID of the account/contract which made the query

        • logs: string[]

          log output from a query execution response

        • Optional prefix?: string

          string to append to the beginning of each log

          -

      Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.logging.printTxOutcomeLogsAndFailures.html b/functions/_near_js_utils.logging.printTxOutcomeLogsAndFailures.html index c153fe9bfe..966fb8147b 100644 --- a/functions/_near_js_utils.logging.printTxOutcomeLogsAndFailures.html +++ b/functions/_near_js_utils.logging.printTxOutcomeLogsAndFailures.html @@ -1,4 +1,4 @@ printTxOutcomeLogsAndFailures | Documentation
      • Parse and print details from a query execution response

        Parameters

        • params: {
              contractId: string;
              outcome: FinalExecutionOutcome;
          }
          • contractId: string

            ID of the account/contract which made the query

          • outcome: FinalExecutionOutcome

            the query execution response

            -

        Returns void

      Generated using TypeDoc

      \ No newline at end of file +

      Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.utils.sortBigIntAsc.html b/functions/_near_js_utils.utils.sortBigIntAsc.html index 328c14270c..a87185df2c 100644 --- a/functions/_near_js_utils.utils.sortBigIntAsc.html +++ b/functions/_near_js_utils.utils.sortBigIntAsc.html @@ -1 +1 @@ -sortBigIntAsc | Documentation

      Generated using TypeDoc

      \ No newline at end of file +sortBigIntAsc | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.validators.diffEpochValidators.html b/functions/_near_js_utils.validators.diffEpochValidators.html index 7e236a3ca6..d035c3830b 100644 --- a/functions/_near_js_utils.validators.diffEpochValidators.html +++ b/functions/_near_js_utils.validators.diffEpochValidators.html @@ -1,3 +1,3 @@ diffEpochValidators | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • currentValidators: CurrentEpochValidatorInfo[]
      • nextValidators: NextEpochValidatorInfo[]

      Returns EpochValidatorsDiff

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.validators.findSeatPrice.html b/functions/_near_js_utils.validators.findSeatPrice.html index cf2af793ae..b10556c661 100644 --- a/functions/_near_js_utils.validators.findSeatPrice.html +++ b/functions/_near_js_utils.validators.findSeatPrice.html @@ -1,3 +1,3 @@ findSeatPrice | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • validators: (CurrentEpochValidatorInfo | NextEpochValidatorInfo)[]
      • maxNumberOfSeats: number
      • minimumStakeRatio: number[]
      • Optional protocolVersion: number

      Returns bigint

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.browserConnect.connect.html b/functions/near_api_js.browserConnect.connect.html index 011729161a..25ea5a2076 100644 --- a/functions/near_api_js.browserConnect.connect.html +++ b/functions/near_api_js.browserConnect.connect.html @@ -1,2 +1,2 @@ connect | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      Returns Promise<Near>

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.connect.connect.html b/functions/near_api_js.connect.connect.html index 46256866ba..1d03d0dfee 100644 --- a/functions/near_api_js.connect.connect.html +++ b/functions/near_api_js.connect.connect.html @@ -3,4 +3,4 @@

      Returns Promise<Near>

      A Promise that resolves to a Near object representing the connection.

      Example

      const connectionConfig = {
      networkId: 'testnet',
      nodeUrl: 'https://rpc.testnet.near.org',
      walletUrl: 'https://wallet.testnet.near.org',
      helperUrl: 'https://helper.testnet.near.org',
      keyStore: new InMemoryKeyStore(),
      deps: { keyStore: new BrowserLocalStorageKeyStore() },
      logger: true,
      keyPath: '/path/to/account-key.json',
      masterAccount: 'master-account.near',
      };

      const nearConnection = await connect(connectionConfig);
      console.log(nearConnection); // Near object representing the connection
      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.addKey-1.html b/functions/near_api_js.transaction.addKey-1.html index 3812b7024d..41bfee95d9 100644 --- a/functions/near_api_js.transaction.addKey-1.html +++ b/functions/near_api_js.transaction.addKey-1.html @@ -1 +1 @@ -addKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +addKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.createAccount-1.html b/functions/near_api_js.transaction.createAccount-1.html index bb957575a1..a1d783aea7 100644 --- a/functions/near_api_js.transaction.createAccount-1.html +++ b/functions/near_api_js.transaction.createAccount-1.html @@ -1 +1 @@ -createAccount | Documentation

      Generated using TypeDoc

      \ No newline at end of file +createAccount | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.createTransaction.html b/functions/near_api_js.transaction.createTransaction.html index 11aa5fd200..c63874151e 100644 --- a/functions/near_api_js.transaction.createTransaction.html +++ b/functions/near_api_js.transaction.createTransaction.html @@ -6,4 +6,4 @@
    • actions: Action[]

      An array of transaction actions to be performed.

    • blockHash: Uint8Array

      The hash of the block where the transaction will be included.

    • Returns Transaction

      A new transaction object initialized with the provided parameters.

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.deleteAccount-1.html b/functions/near_api_js.transaction.deleteAccount-1.html index 3b2a3b0682..2c15bef3c9 100644 --- a/functions/near_api_js.transaction.deleteAccount-1.html +++ b/functions/near_api_js.transaction.deleteAccount-1.html @@ -1 +1 @@ -deleteAccount | Documentation

      Generated using TypeDoc

      \ No newline at end of file +deleteAccount | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.deleteKey-1.html b/functions/near_api_js.transaction.deleteKey-1.html index 81feb56c2d..f23a22a08c 100644 --- a/functions/near_api_js.transaction.deleteKey-1.html +++ b/functions/near_api_js.transaction.deleteKey-1.html @@ -1 +1 @@ -deleteKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +deleteKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.deployContract-1.html b/functions/near_api_js.transaction.deployContract-1.html index 3f0a005129..3bbf5f18bb 100644 --- a/functions/near_api_js.transaction.deployContract-1.html +++ b/functions/near_api_js.transaction.deployContract-1.html @@ -1 +1 @@ -deployContract | Documentation

      Generated using TypeDoc

      \ No newline at end of file +deployContract | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.encodeDelegateAction.html b/functions/near_api_js.transaction.encodeDelegateAction.html index e051ea4a17..fc7955e646 100644 --- a/functions/near_api_js.transaction.encodeDelegateAction.html +++ b/functions/near_api_js.transaction.encodeDelegateAction.html @@ -2,4 +2,4 @@ NB per NEP-461 this requires a Borsh-serialized prefix specific to delegate actions, ensuring signed delegate actions may never be identical to signed transactions with the same fields

      Parameters

      • delegateAction: DelegateAction

        Delegate action to be signed by the meta transaction sender

        -

      Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file +

      Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.encodeSignedDelegate.html b/functions/near_api_js.transaction.encodeSignedDelegate.html index ef758f932b..a997598a5a 100644 --- a/functions/near_api_js.transaction.encodeSignedDelegate.html +++ b/functions/near_api_js.transaction.encodeSignedDelegate.html @@ -1,3 +1,3 @@ encodeSignedDelegate | Documentation
      • Borsh-encode a signed delegate for validation and execution by a relayer

        Parameters

        • signedDelegate: SignedDelegate

          Signed delegate to be executed in a meta transaction

          -

        Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file +

      Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.fullAccessKey.html b/functions/near_api_js.transaction.fullAccessKey.html index 25e687ccb3..a7db67c56c 100644 --- a/functions/near_api_js.transaction.fullAccessKey.html +++ b/functions/near_api_js.transaction.fullAccessKey.html @@ -1 +1 @@ -fullAccessKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +fullAccessKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.functionCall-1.html b/functions/near_api_js.transaction.functionCall-1.html index cfb68aa7ef..97775c93e8 100644 --- a/functions/near_api_js.transaction.functionCall-1.html +++ b/functions/near_api_js.transaction.functionCall-1.html @@ -1,4 +1,4 @@ functionCall | Documentation
      • Parameters

        • methodName: string
        • args: object | Uint8Array
        • gas: bigint
        • deposit: bigint
        • Optional stringify: ((args) => Buffer)
            • (args): Buffer
            • Converts an input argument to a Buffer, handling cases for both JSON and Uint8Array.

              Parameters

              • args: any

                The input argument, either JSON object or Uint8Array.

              Returns Buffer

              A Buffer representation of the input argument.

              -
        • Optional jsContract: boolean

        Returns Action

      Generated using TypeDoc

      \ No newline at end of file +
    • Optional jsContract: boolean
    • Returns Action

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.functionCallAccessKey.html b/functions/near_api_js.transaction.functionCallAccessKey.html index db29273091..9c30c168db 100644 --- a/functions/near_api_js.transaction.functionCallAccessKey.html +++ b/functions/near_api_js.transaction.functionCallAccessKey.html @@ -1 +1 @@ -functionCallAccessKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +functionCallAccessKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.signTransaction.html b/functions/near_api_js.transaction.signTransaction.html index 56faadc191..3276b09a07 100644 --- a/functions/near_api_js.transaction.signTransaction.html +++ b/functions/near_api_js.transaction.signTransaction.html @@ -1 +1 @@ -signTransaction | Documentation
      • Parameters

        • transaction: Transaction
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      • Parameters

        • receiverId: string
        • nonce: bigint
        • actions: Action[]
        • blockHash: Uint8Array
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      Generated using TypeDoc

      \ No newline at end of file +signTransaction | Documentation
      • Parameters

        • transaction: Transaction
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      • Parameters

        • receiverId: string
        • nonce: bigint
        • actions: Action[]
        • blockHash: Uint8Array
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.stake-1.html b/functions/near_api_js.transaction.stake-1.html index c56ec53a50..48ce1d1e61 100644 --- a/functions/near_api_js.transaction.stake-1.html +++ b/functions/near_api_js.transaction.stake-1.html @@ -1 +1 @@ -stake | Documentation

      Generated using TypeDoc

      \ No newline at end of file +stake | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.transfer-1.html b/functions/near_api_js.transaction.transfer-1.html index 0422cdf837..6d5cdf24dd 100644 --- a/functions/near_api_js.transaction.transfer-1.html +++ b/functions/near_api_js.transaction.transfer-1.html @@ -1 +1 @@ -transfer | Documentation

      Generated using TypeDoc

      \ No newline at end of file +transfer | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_errors.logWarning.html b/functions/near_api_js.utils_errors.logWarning.html index 75f3241655..32911ea5c7 100644 --- a/functions/near_api_js.utils_errors.logWarning.html +++ b/functions/near_api_js.utils_errors.logWarning.html @@ -1 +1 @@ -logWarning | Documentation

      Generated using TypeDoc

      \ No newline at end of file +logWarning | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_format.formatNearAmount.html b/functions/near_api_js.utils_format.formatNearAmount.html index 90f424c470..628f38e053 100644 --- a/functions/near_api_js.utils_format.formatNearAmount.html +++ b/functions/near_api_js.utils_format.formatNearAmount.html @@ -3,4 +3,4 @@

      Parameters

      • balance: string

        decimal string representing balance in smallest non-divisible NEAR units (as specified by NEAR_NOMINATION)

      • Optional fracDigits: number

        number of fractional digits to preserve in formatted string. Balance is rounded to match given number of digits.

      Returns string

      Value in Ⓝ

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_format.parseNearAmount.html b/functions/near_api_js.utils_format.parseNearAmount.html index 1e61eeb02c..4f423592a6 100644 --- a/functions/near_api_js.utils_format.parseNearAmount.html +++ b/functions/near_api_js.utils_format.parseNearAmount.html @@ -2,4 +2,4 @@ Effectively this multiplies given amount by NEAR_NOMINATION.

      Parameters

      • Optional amt: string

        decimal string (potentially fractional) denominated in NEAR.

      Returns string | null

      The parsed yoctoⓃ amount or null if no amount was passed in

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_rpc_errors.formatError.html b/functions/near_api_js.utils_rpc_errors.formatError.html index 22d019d308..a6c82db259 100644 --- a/functions/near_api_js.utils_rpc_errors.formatError.html +++ b/functions/near_api_js.utils_rpc_errors.formatError.html @@ -1 +1 @@ -formatError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +formatError | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_rpc_errors.getErrorTypeFromErrorMessage.html b/functions/near_api_js.utils_rpc_errors.getErrorTypeFromErrorMessage.html index 42b07deb7d..cc714daa4a 100644 --- a/functions/near_api_js.utils_rpc_errors.getErrorTypeFromErrorMessage.html +++ b/functions/near_api_js.utils_rpc_errors.getErrorTypeFromErrorMessage.html @@ -1 +1 @@ -getErrorTypeFromErrorMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file +getErrorTypeFromErrorMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_rpc_errors.parseResultError.html b/functions/near_api_js.utils_rpc_errors.parseResultError.html index 5f9cdc90ed..b75b2d3e3b 100644 --- a/functions/near_api_js.utils_rpc_errors.parseResultError.html +++ b/functions/near_api_js.utils_rpc_errors.parseResultError.html @@ -1 +1 @@ -parseResultError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +parseResultError | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_rpc_errors.parseRpcError.html b/functions/near_api_js.utils_rpc_errors.parseRpcError.html index 18c1654104..c016469a18 100644 --- a/functions/near_api_js.utils_rpc_errors.parseRpcError.html +++ b/functions/near_api_js.utils_rpc_errors.parseRpcError.html @@ -1 +1 @@ -parseRpcError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +parseRpcError | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_serialize.base_decode.html b/functions/near_api_js.utils_serialize.base_decode.html index 8cc5517efb..fb3e66af84 100644 --- a/functions/near_api_js.utils_serialize.base_decode.html +++ b/functions/near_api_js.utils_serialize.base_decode.html @@ -1,4 +1,4 @@ base_decode | Documentation
      • Decodes a base58 string into a Uint8Array

        Parameters

        • value: string

          base58 encoded string

        Returns Uint8Array

        Uint8Array representing the decoded value

        -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_serialize.base_encode.html b/functions/near_api_js.utils_serialize.base_encode.html index a7c4e6bd62..fd84c00732 100644 --- a/functions/near_api_js.utils_serialize.base_encode.html +++ b/functions/near_api_js.utils_serialize.base_encode.html @@ -1,4 +1,4 @@ base_encode | Documentation
      • Encodes a Uint8Array or string into base58

        Parameters

        • value: string | Uint8Array

          Uint8Array or string representing a borsh encoded object

        Returns string

        string base58 encoding of the value

        -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_serialize.deserialize.html b/functions/near_api_js.utils_serialize.deserialize.html index 46d718e929..6a36ac8542 100644 --- a/functions/near_api_js.utils_serialize.deserialize.html +++ b/functions/near_api_js.utils_serialize.deserialize.html @@ -1 +1 @@ -deserialize | Documentation
      • Parameters

        • schema: Schema
        • buffer: Uint8Array
        • Optional validate: boolean

        Returns DecodeTypes

      Generated using TypeDoc

      \ No newline at end of file +deserialize | Documentation
      • Parameters

        • schema: Schema
        • buffer: Uint8Array
        • Optional validate: boolean

        Returns DecodeTypes

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_serialize.serialize.html b/functions/near_api_js.utils_serialize.serialize.html index d79898a1d3..1f3d6ad45b 100644 --- a/functions/near_api_js.utils_serialize.serialize.html +++ b/functions/near_api_js.utils_serialize.serialize.html @@ -1 +1 @@ -serialize | Documentation

      Generated using TypeDoc

      \ No newline at end of file +serialize | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.utils_web.fetchJson.html b/functions/near_api_js.utils_web.fetchJson.html index 16bad59b84..79c884bef4 100644 --- a/functions/near_api_js.utils_web.fetchJson.html +++ b/functions/near_api_js.utils_web.fetchJson.html @@ -2,4 +2,4 @@

      Parameters

      • connectionInfoOrUrl: string | ConnectionInfo

        The connection information or URL for the HTTP request.

      • Optional json: string

        The JSON payload to be included in the request body for POST requests.

      Returns Promise<any>

      A Promise that resolves to the parsed JSON response from the HTTP request.

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.validators.diffEpochValidators.html b/functions/near_api_js.validators.diffEpochValidators.html index b331deae4a..467b950e3b 100644 --- a/functions/near_api_js.validators.diffEpochValidators.html +++ b/functions/near_api_js.validators.diffEpochValidators.html @@ -1,3 +1,3 @@ diffEpochValidators | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      Returns EpochValidatorsDiff

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.validators.findSeatPrice.html b/functions/near_api_js.validators.findSeatPrice.html index d9d6283ca4..548b8b6e91 100644 --- a/functions/near_api_js.validators.findSeatPrice.html +++ b/functions/near_api_js.validators.findSeatPrice.html @@ -1,3 +1,3 @@ findSeatPrice | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      Returns bigint

      Generated using TypeDoc

      \ No newline at end of file diff --git a/index.html b/index.html index 9dffceb907..f915916a1b 100644 --- a/index.html +++ b/index.html @@ -34,4 +34,4 @@

      Utils

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.account.AccountAuthorizedApp.html b/interfaces/_near_js_accounts.account.AccountAuthorizedApp.html index 28c981ac95..25c8da7bcb 100644 --- a/interfaces/_near_js_accounts.account.AccountAuthorizedApp.html +++ b/interfaces/_near_js_accounts.account.AccountAuthorizedApp.html @@ -1,4 +1,4 @@ -AccountAuthorizedApp | Documentation

      Hierarchy

      • AccountAuthorizedApp

      Properties

      amount +AccountAuthorizedApp | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      amount: string
      contractId: string
      publicKey: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.account.AccountBalance.html b/interfaces/_near_js_accounts.account.AccountBalance.html index bdb03d24d3..8d4f7c5b7d 100644 --- a/interfaces/_near_js_accounts.account.AccountBalance.html +++ b/interfaces/_near_js_accounts.account.AccountBalance.html @@ -1,5 +1,5 @@ -AccountBalance | Documentation

      Hierarchy

      • AccountBalance

      Properties

      available +AccountBalance | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      available: string
      staked: string
      stateStaked: string
      total: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.account.SignAndSendTransactionOptions.html b/interfaces/_near_js_accounts.account.SignAndSendTransactionOptions.html index 3071f71cad..ee1bfcd410 100644 --- a/interfaces/_near_js_accounts.account.SignAndSendTransactionOptions.html +++ b/interfaces/_near_js_accounts.account.SignAndSendTransactionOptions.html @@ -1,11 +1,11 @@ SignAndSendTransactionOptions | Documentation

      Options used to initiate sining and sending transactions

      -

      Hierarchy

      • SignAndSendTransactionOptions

      Properties

      Hierarchy

      • SignAndSendTransactionOptions

      Properties

      actions: Action[]
      receiverId: string
      returnError?: boolean
      walletCallbackUrl?: string

      Callback url to send the NEAR Wallet if using it to sign transactions.

      +

      Properties

      actions: Action[]
      receiverId: string
      returnError?: boolean
      walletCallbackUrl?: string

      Callback url to send the NEAR Wallet if using it to sign transactions.

      See

      RequestSignTransactionsOptions

      -
      walletMeta?: string

      Metadata to send the NEAR Wallet if using it to sign transactions.

      +
      walletMeta?: string

      Metadata to send the NEAR Wallet if using it to sign transactions.

      See

      RequestSignTransactionsOptions

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.contract.ContractMethods.html b/interfaces/_near_js_accounts.contract.ContractMethods.html index 0549972ec4..e94122bbc2 100644 --- a/interfaces/_near_js_accounts.contract.ContractMethods.html +++ b/interfaces/_near_js_accounts.contract.ContractMethods.html @@ -1,11 +1,11 @@ -ContractMethods | Documentation

      Hierarchy

      • ContractMethods

      Properties

      abi? +ContractMethods | Documentation

      Hierarchy

      • ContractMethods

      Properties

      abi?: AbiRoot

      ABI defining this contract's interface.

      -
      changeMethods: string[]

      Methods that change state. These methods cost gas and require a signed transaction.

      +
      changeMethods: string[]

      Methods that change state. These methods cost gas and require a signed transaction.

      useLocalViewExecution: boolean

      Executes view methods locally. This flag is useful when multiple view calls will be made for the same blockId

      -
      viewMethods: string[]

      View methods do not require a signed transaction.

      +
      useLocalViewExecution: boolean

      Executes view methods locally. This flag is useful when multiple view calls will be made for the same blockId

      +
      viewMethods: string[]

      View methods do not require a signed transaction.

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.interface.ChangeFunctionCallOptions.html b/interfaces/_near_js_accounts.interface.ChangeFunctionCallOptions.html index aee0c10dbf..a2f9700437 100644 --- a/interfaces/_near_js_accounts.interface.ChangeFunctionCallOptions.html +++ b/interfaces/_near_js_accounts.interface.ChangeFunctionCallOptions.html @@ -1,6 +1,6 @@ ChangeFunctionCallOptions | Documentation

      Options used to initiate a function call (especially a change function call)

      See

      Account#viewFunction | viewFunction to initiate a view function call

      -

      Hierarchy

      Properties

      Hierarchy

      Properties

      args?: object

      named arguments to pass the method { messageText: 'my message' }

      -
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      -
      contractId: string

      The NEAR account id where the contract is deployed

      -
      gas?: bigint

      max amount of gas that method call can use

      -
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      -
      methodName: string

      The name of the method to invoke

      -
      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          -

          Parameters

          • input: any

          Returns Buffer

      walletCallbackUrl?: string

      Callback url to send the NEAR Wallet if using it to sign transactions.

      +
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      +
      contractId: string

      The NEAR account id where the contract is deployed

      +
      gas?: bigint

      max amount of gas that method call can use

      +
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      +
      methodName: string

      The name of the method to invoke

      +
      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          +

          Parameters

          • input: any

          Returns Buffer

      walletCallbackUrl?: string

      Callback url to send the NEAR Wallet if using it to sign transactions.

      See

      RequestSignTransactionsOptions

      -
      walletMeta?: string

      Metadata to send the NEAR Wallet if using it to sign transactions.

      +
      walletMeta?: string

      Metadata to send the NEAR Wallet if using it to sign transactions.

      See

      RequestSignTransactionsOptions

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.interface.FunctionCallOptions.html b/interfaces/_near_js_accounts.interface.FunctionCallOptions.html index 0938f478e4..d432a48624 100644 --- a/interfaces/_near_js_accounts.interface.FunctionCallOptions.html +++ b/interfaces/_near_js_accounts.interface.FunctionCallOptions.html @@ -1,6 +1,6 @@ FunctionCallOptions | Documentation

      Options used to initiate a function call (especially a change function call)

      See

      Account#viewFunction | viewFunction to initiate a view function call

      -

      Hierarchy

      Properties

      Hierarchy

      Properties

      args?: object

      named arguments to pass the method { messageText: 'my message' }

      -
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      -
      contractId: string

      The NEAR account id where the contract is deployed

      -
      gas?: bigint

      max amount of gas that method call can use

      -
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      -
      methodName: string

      The name of the method to invoke

      -
      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          -

          Parameters

          • input: any

          Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file +
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      +
      contractId: string

      The NEAR account id where the contract is deployed

      +
      gas?: bigint

      max amount of gas that method call can use

      +
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      +
      methodName: string

      The name of the method to invoke

      +
      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          +

          Parameters

          • input: any

          Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.interface.IntoConnection.html b/interfaces/_near_js_accounts.interface.IntoConnection.html index c5e2aae4c7..40e634e963 100644 --- a/interfaces/_near_js_accounts.interface.IntoConnection.html +++ b/interfaces/_near_js_accounts.interface.IntoConnection.html @@ -1,2 +1,2 @@ -IntoConnection | Documentation

      Generated using TypeDoc

      \ No newline at end of file +IntoConnection | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.interface.ViewFunctionCallOptions.html b/interfaces/_near_js_accounts.interface.ViewFunctionCallOptions.html index c3e309693e..e77120292c 100644 --- a/interfaces/_near_js_accounts.interface.ViewFunctionCallOptions.html +++ b/interfaces/_near_js_accounts.interface.ViewFunctionCallOptions.html @@ -1,6 +1,6 @@ ViewFunctionCallOptions | Documentation

      Options used to initiate a function call (especially a change function call)

      See

      Account#viewFunction | viewFunction to initiate a view function call

      -

      Hierarchy

      Properties

      Hierarchy

      Properties

      args?: object

      named arguments to pass the method { messageText: 'my message' }

      -
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      -
      blockQuery?: BlockReference
      contractId: string

      The NEAR account id where the contract is deployed

      -
      gas?: bigint

      max amount of gas that method call can use

      -
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      -
      methodName: string

      The name of the method to invoke

      -
      parse?: ((response) => any)

      Type declaration

        • (response): any
        • Parameters

          • response: Uint8Array

          Returns any

      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          -

          Parameters

          • input: any

          Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file +
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      +
      blockQuery?: BlockReference
      contractId: string

      The NEAR account id where the contract is deployed

      +
      gas?: bigint

      max amount of gas that method call can use

      +
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      +
      methodName: string

      The name of the method to invoke

      +
      parse?: ((response) => any)

      Type declaration

        • (response): any
        • Parameters

          • response: Uint8Array

          Returns any

      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          +

          Parameters

          • input: any

          Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.local_view_execution_storage.StorageData.html b/interfaces/_near_js_accounts.local_view_execution_storage.StorageData.html index 28c1a3d4b6..0cd1c1c8f7 100644 --- a/interfaces/_near_js_accounts.local_view_execution_storage.StorageData.html +++ b/interfaces/_near_js_accounts.local_view_execution_storage.StorageData.html @@ -1,5 +1,5 @@ -StorageData | Documentation

      Hierarchy

      • StorageData

      Properties

      blockHeight: number
      blockTimestamp: number
      contractCode: string
      contractState: ContractState

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.local_view_execution_storage.StorageOptions.html b/interfaces/_near_js_accounts.local_view_execution_storage.StorageOptions.html index e8537fd757..618a84d1e2 100644 --- a/interfaces/_near_js_accounts.local_view_execution_storage.StorageOptions.html +++ b/interfaces/_near_js_accounts.local_view_execution_storage.StorageOptions.html @@ -1,2 +1,2 @@ -StorageOptions | Documentation

      Generated using TypeDoc

      \ No newline at end of file +StorageOptions | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.local_view_execution_types.ContractState.html b/interfaces/_near_js_accounts.local_view_execution_types.ContractState.html index 6c621379d2..8d99108c6d 100644 --- a/interfaces/_near_js_accounts.local_view_execution_types.ContractState.html +++ b/interfaces/_near_js_accounts.local_view_execution_types.ContractState.html @@ -1,4 +1,4 @@ -ContractState | Documentation

      Hierarchy

      • Array<{
            key: Buffer;
            value: Buffer;
        }>
        • ContractState

      Properties

      length +ContractState | Documentation

      Hierarchy

      • Array<{
            key: Buffer;
            value: Buffer;
        }>
        • ContractState

      Properties

      Methods

      [iterator] [unscopables] at @@ -172,4 +172,4 @@

      Returns string

      • Inserts new elements at the start of an array, and returns the new length of the array.

        Parameters

        • Rest ...items: {
              key: Buffer;
              value: Buffer;
          }[]

          Elements to insert at the start of the array.

        Returns number

      • Returns an iterable of values in the array

        -

        Returns IterableIterator<{
            key: Buffer;
            value: Buffer;
        }>

      Generated using TypeDoc

      \ No newline at end of file +

      Returns IterableIterator<{
          key: Buffer;
          value: Buffer;
      }>

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_crypto.key_pair_base.Signature.html b/interfaces/_near_js_crypto.key_pair_base.Signature.html index b93d5e07f6..2a03f3bc7c 100644 --- a/interfaces/_near_js_crypto.key_pair_base.Signature.html +++ b/interfaces/_near_js_crypto.key_pair_base.Signature.html @@ -1,3 +1,3 @@ -Signature | Documentation

      Hierarchy

      • Signature

      Properties

      publicKey +Signature | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      publicKey: PublicKey
      signature: Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.iframe_rpc.IRPCOptions.html b/interfaces/_near_js_iframe_rpc.iframe_rpc.IRPCOptions.html index 3875392f26..1c202e768e 100644 --- a/interfaces/_near_js_iframe_rpc.iframe_rpc.IRPCOptions.html +++ b/interfaces/_near_js_iframe_rpc.iframe_rpc.IRPCOptions.html @@ -1,6 +1,6 @@ -IRPCOptions | Documentation

      Hierarchy

      • IRPCOptions

      Properties

      origin? +IRPCOptions | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      origin?: string
      protocolVersion?: string
      receiver?: IMessageReceiver
      requesterId: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.types.IMessageEvent.html b/interfaces/_near_js_iframe_rpc.types.IMessageEvent.html index 830774fdba..7d1ae779cf 100644 --- a/interfaces/_near_js_iframe_rpc.types.IMessageEvent.html +++ b/interfaces/_near_js_iframe_rpc.types.IMessageEvent.html @@ -1,3 +1,3 @@ -IMessageEvent | Documentation

      Hierarchy

      • IMessageEvent

      Properties

      data +IMessageEvent | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      data: any
      origin: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.types.IMessagePoster.html b/interfaces/_near_js_iframe_rpc.types.IMessagePoster.html index 4a09a6e519..e49a0d5ea0 100644 --- a/interfaces/_near_js_iframe_rpc.types.IMessagePoster.html +++ b/interfaces/_near_js_iframe_rpc.types.IMessagePoster.html @@ -1,2 +1,2 @@ -IMessagePoster | Documentation

      Generated using TypeDoc

      \ No newline at end of file +IMessagePoster | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.types.IMessageReceiver.html b/interfaces/_near_js_iframe_rpc.types.IMessageReceiver.html index 7e2fdc2882..39ba4269db 100644 --- a/interfaces/_near_js_iframe_rpc.types.IMessageReceiver.html +++ b/interfaces/_near_js_iframe_rpc.types.IMessageReceiver.html @@ -1,2 +1,2 @@ -IMessageReceiver | Documentation

      Generated using TypeDoc

      \ No newline at end of file +IMessageReceiver | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.types.IRPCMethod.html b/interfaces/_near_js_iframe_rpc.types.IRPCMethod.html index 32e5f1e966..4010c3aa53 100644 --- a/interfaces/_near_js_iframe_rpc.types.IRPCMethod.html +++ b/interfaces/_near_js_iframe_rpc.types.IRPCMethod.html @@ -1,6 +1,6 @@ -IRPCMethod | Documentation

      Type Parameters

      • T

      Hierarchy

      • IRPCMethod

      Properties

      id +IRPCMethod | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      id: number
      method: string
      params: T
      requesterId: string
      type: "method"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.types.IRPCResponse.html b/interfaces/_near_js_iframe_rpc.types.IRPCResponse.html index dd1170bc42..dec2021cde 100644 --- a/interfaces/_near_js_iframe_rpc.types.IRPCResponse.html +++ b/interfaces/_near_js_iframe_rpc.types.IRPCResponse.html @@ -1,6 +1,6 @@ -IRPCResponse | Documentation

      Type Parameters

      • T

      Hierarchy

      • IRPCResponse

      Properties

      error? +IRPCResponse | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      error?: {
          code: number;
          message: string;
      }

      Type declaration

      • code: number
      • message: string
      id: number
      requesterId: string
      result: T
      type: "response"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_providers.fetch_json.ConnectionInfo.html b/interfaces/_near_js_providers.fetch_json.ConnectionInfo.html index 03cfa0fc92..7e4c007cf9 100644 --- a/interfaces/_near_js_providers.fetch_json.ConnectionInfo.html +++ b/interfaces/_near_js_providers.fetch_json.ConnectionInfo.html @@ -1,7 +1,7 @@ -ConnectionInfo | Documentation

      Hierarchy

      • ConnectionInfo

      Properties

      allowInsecure? +ConnectionInfo | Documentation

      Hierarchy

      • ConnectionInfo

      Properties

      allowInsecure?: boolean
      headers?: {
          [key: string]: string | number;
      }

      Type declaration

      • [key: string]: string | number
      password?: string
      timeout?: number
      url: string
      user?: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      allowInsecure?: boolean
      headers?: {
          [key: string]: string | number;
      }

      Type declaration

      • [key: string]: string | number
      password?: string
      timeout?: number
      url: string
      user?: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_transactions.sign.SignedDelegateWithHash.html b/interfaces/_near_js_transactions.sign.SignedDelegateWithHash.html index 9fafb23268..9689d92ca0 100644 --- a/interfaces/_near_js_transactions.sign.SignedDelegateWithHash.html +++ b/interfaces/_near_js_transactions.sign.SignedDelegateWithHash.html @@ -1,3 +1,3 @@ -SignedDelegateWithHash | Documentation

      Hierarchy

      • SignedDelegateWithHash

      Properties

      hash +SignedDelegateWithHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      hash: Uint8Array
      signedDelegateAction: SignedDelegate

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_light_client.LightClientBlockLiteView.html b/interfaces/_near_js_types.provider_light_client.LightClientBlockLiteView.html index e4e89ab2a2..556648f1d6 100644 --- a/interfaces/_near_js_types.provider_light_client.LightClientBlockLiteView.html +++ b/interfaces/_near_js_types.provider_light_client.LightClientBlockLiteView.html @@ -1,4 +1,4 @@ -LightClientBlockLiteView | Documentation

      Hierarchy

      • LightClientBlockLiteView

      Properties

      inner_lite +LightClientBlockLiteView | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      inner_rest_hash: string
      prev_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_light_client.LightClientProof.html b/interfaces/_near_js_types.provider_light_client.LightClientProof.html index 2674237414..6166076b52 100644 --- a/interfaces/_near_js_types.provider_light_client.LightClientProof.html +++ b/interfaces/_near_js_types.provider_light_client.LightClientProof.html @@ -1,5 +1,5 @@ -LightClientProof | Documentation

      Hierarchy

      • LightClientProof

      Properties

      Properties

      block_header_lite: LightClientBlockLiteView
      block_proof: MerklePath
      outcome_root_proof: MerklePath

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_light_client.LightClientProofRequest.html b/interfaces/_near_js_types.provider_light_client.LightClientProofRequest.html index fe0dba579e..1f629654cd 100644 --- a/interfaces/_near_js_types.provider_light_client.LightClientProofRequest.html +++ b/interfaces/_near_js_types.provider_light_client.LightClientProofRequest.html @@ -1,7 +1,7 @@ -LightClientProofRequest | Documentation

      Hierarchy

      • LightClientProofRequest

      Properties

      light_client_head +LightClientProofRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      light_client_head: string
      receipt_id?: string
      receiver_id?: string
      sender_id?: string
      transaction_hash?: string
      type: IdType

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_light_client.NextLightClientBlockRequest.html b/interfaces/_near_js_types.provider_light_client.NextLightClientBlockRequest.html index 143bf6c7fd..5d30a8ea4f 100644 --- a/interfaces/_near_js_types.provider_light_client.NextLightClientBlockRequest.html +++ b/interfaces/_near_js_types.provider_light_client.NextLightClientBlockRequest.html @@ -1,2 +1,2 @@ -NextLightClientBlockRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +NextLightClientBlockRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_light_client.NextLightClientBlockResponse.html b/interfaces/_near_js_types.provider_light_client.NextLightClientBlockResponse.html index c3deeeb81a..ff5e576a49 100644 --- a/interfaces/_near_js_types.provider_light_client.NextLightClientBlockResponse.html +++ b/interfaces/_near_js_types.provider_light_client.NextLightClientBlockResponse.html @@ -1,7 +1,7 @@ -NextLightClientBlockResponse | Documentation

      Hierarchy

      • NextLightClientBlockResponse

      Properties

      approvals_after_next +NextLightClientBlockResponse | Documentation

      Hierarchy

      • NextLightClientBlockResponse

      Properties

      approvals_after_next: string[]
      inner_rest_hash: string
      next_block_inner_hash: string
      next_bps?: ValidatorStakeView[]
      prev_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      approvals_after_next: string[]
      inner_rest_hash: string
      next_block_inner_hash: string
      next_bps?: ValidatorStakeView[]
      prev_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.AccessKeyWithPublicKey.html b/interfaces/_near_js_types.provider_protocol.AccessKeyWithPublicKey.html index e523e17eed..9d22919419 100644 --- a/interfaces/_near_js_types.provider_protocol.AccessKeyWithPublicKey.html +++ b/interfaces/_near_js_types.provider_protocol.AccessKeyWithPublicKey.html @@ -1,3 +1,3 @@ -AccessKeyWithPublicKey | Documentation

      Hierarchy

      • AccessKeyWithPublicKey

      Properties

      account_id +AccessKeyWithPublicKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.BlockChange.html b/interfaces/_near_js_types.provider_protocol.BlockChange.html index 1ec98ff564..07d5750501 100644 --- a/interfaces/_near_js_types.provider_protocol.BlockChange.html +++ b/interfaces/_near_js_types.provider_protocol.BlockChange.html @@ -1,3 +1,3 @@ -BlockChange | Documentation

      Hierarchy

      • BlockChange

      Properties

      account_id +BlockChange | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.BlockChangeResult.html b/interfaces/_near_js_types.provider_protocol.BlockChangeResult.html index 88770d78c8..0d872a6453 100644 --- a/interfaces/_near_js_types.provider_protocol.BlockChangeResult.html +++ b/interfaces/_near_js_types.provider_protocol.BlockChangeResult.html @@ -1,3 +1,3 @@ -BlockChangeResult | Documentation

      Hierarchy

      • BlockChangeResult

      Properties

      block_hash +BlockChangeResult | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      changes: BlockChange[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.BlockHeader.html b/interfaces/_near_js_types.provider_protocol.BlockHeader.html index 45720d3864..4bd642d3da 100644 --- a/interfaces/_near_js_types.provider_protocol.BlockHeader.html +++ b/interfaces/_near_js_types.provider_protocol.BlockHeader.html @@ -1,4 +1,4 @@ -BlockHeader | Documentation

      Hierarchy

      • BlockHeader

      Properties

      approvals +BlockHeader | Documentation

      Hierarchy

      • BlockHeader

      Properties

      approvals: string[]
      block_merkle_root: string
      challenges_result: any[]
      challenges_root: string
      chunk_headers_root: string
      chunk_mask: boolean[]
      chunk_receipts_root: string
      chunk_tx_root: string
      chunks_included: number
      epoch_id: string
      gas_price: string
      hash: string
      height: number
      last_ds_final_block: string
      last_final_block: string
      latest_protocol_version: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_hash: string
      prev_state_root: string
      random_value: string
      rent_paid: string
      signature: string
      timestamp: number
      timestamp_nanosec: string
      total_supply: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      approvals: string[]
      block_merkle_root: string
      challenges_result: any[]
      challenges_root: string
      chunk_headers_root: string
      chunk_mask: boolean[]
      chunk_receipts_root: string
      chunk_tx_root: string
      chunks_included: number
      epoch_id: string
      gas_price: string
      hash: string
      height: number
      last_ds_final_block: string
      last_final_block: string
      latest_protocol_version: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_hash: string
      prev_state_root: string
      random_value: string
      rent_paid: string
      signature: string
      timestamp: number
      timestamp_nanosec: string
      total_supply: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.BlockHeaderInnerLiteView.html b/interfaces/_near_js_types.provider_protocol.BlockHeaderInnerLiteView.html index 395a4269d5..71c9f47e43 100644 --- a/interfaces/_near_js_types.provider_protocol.BlockHeaderInnerLiteView.html +++ b/interfaces/_near_js_types.provider_protocol.BlockHeaderInnerLiteView.html @@ -1,4 +1,4 @@ -BlockHeaderInnerLiteView | Documentation

      Hierarchy

      • BlockHeaderInnerLiteView

      Properties

      block_merkle_root +BlockHeaderInnerLiteView | Documentation

      Hierarchy

      • BlockHeaderInnerLiteView

      Properties

      block_merkle_root: string
      epoch_id: string
      height: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_state_root: string
      timestamp: number
      timestamp_nanosec: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_merkle_root: string
      epoch_id: string
      height: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_state_root: string
      timestamp: number
      timestamp_nanosec: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.BlockResult.html b/interfaces/_near_js_types.provider_protocol.BlockResult.html index baa3919dc7..b225c72cae 100644 --- a/interfaces/_near_js_types.provider_protocol.BlockResult.html +++ b/interfaces/_near_js_types.provider_protocol.BlockResult.html @@ -1,4 +1,4 @@ -BlockResult | Documentation

      Hierarchy

      • BlockResult

      Properties

      Properties

      author: string
      chunks: Chunk[]
      header: BlockHeader

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.ChangeResult.html b/interfaces/_near_js_types.provider_protocol.ChangeResult.html index 30db4fb991..415fbd2d67 100644 --- a/interfaces/_near_js_types.provider_protocol.ChangeResult.html +++ b/interfaces/_near_js_types.provider_protocol.ChangeResult.html @@ -1,3 +1,3 @@ -ChangeResult | Documentation

      Hierarchy

      • ChangeResult

      Properties

      block_hash +ChangeResult | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      changes: any[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.Chunk.html b/interfaces/_near_js_types.provider_protocol.Chunk.html index 65a0b19955..0e30d6eb90 100644 --- a/interfaces/_near_js_types.provider_protocol.Chunk.html +++ b/interfaces/_near_js_types.provider_protocol.Chunk.html @@ -1,4 +1,4 @@ -Chunk | Documentation

      Hierarchy

      • Chunk

      Properties

      balance_burnt +Chunk | Documentation

      Hierarchy

      • Chunk

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.ChunkHeader.html b/interfaces/_near_js_types.provider_protocol.ChunkHeader.html index b8c945ad30..8d87a4051a 100644 --- a/interfaces/_near_js_types.provider_protocol.ChunkHeader.html +++ b/interfaces/_near_js_types.provider_protocol.ChunkHeader.html @@ -1,4 +1,4 @@ -ChunkHeader | Documentation

      Hierarchy

      • ChunkHeader

      Properties

      balance_burnt +ChunkHeader | Documentation

      Hierarchy

      • ChunkHeader

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.ChunkResult.html b/interfaces/_near_js_types.provider_protocol.ChunkResult.html index 115cb77228..e5c7b26ff1 100644 --- a/interfaces/_near_js_types.provider_protocol.ChunkResult.html +++ b/interfaces/_near_js_types.provider_protocol.ChunkResult.html @@ -1,5 +1,5 @@ -ChunkResult | Documentation

      Hierarchy

      • ChunkResult

      Properties

      Properties

      author: string
      header: ChunkHeader
      receipts: any[]
      transactions: Transaction[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.GasPrice.html b/interfaces/_near_js_types.provider_protocol.GasPrice.html index fb6deddbd9..4af19275ff 100644 --- a/interfaces/_near_js_types.provider_protocol.GasPrice.html +++ b/interfaces/_near_js_types.provider_protocol.GasPrice.html @@ -1,2 +1,2 @@ -GasPrice | Documentation

      Generated using TypeDoc

      \ No newline at end of file +GasPrice | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.MerkleNode.html b/interfaces/_near_js_types.provider_protocol.MerkleNode.html index e04314d1a7..a53833a31f 100644 --- a/interfaces/_near_js_types.provider_protocol.MerkleNode.html +++ b/interfaces/_near_js_types.provider_protocol.MerkleNode.html @@ -1,3 +1,3 @@ -MerkleNode | Documentation

      Hierarchy

      • MerkleNode

      Properties

      direction +MerkleNode | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      direction: string
      hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.NearProtocolConfig.html b/interfaces/_near_js_types.provider_protocol.NearProtocolConfig.html index 1b89f8a369..7ee4112834 100644 --- a/interfaces/_near_js_types.provider_protocol.NearProtocolConfig.html +++ b/interfaces/_near_js_types.provider_protocol.NearProtocolConfig.html @@ -1,2 +1,2 @@ -NearProtocolConfig | Documentation

      Generated using TypeDoc

      \ No newline at end of file +NearProtocolConfig | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.NearProtocolRuntimeConfig.html b/interfaces/_near_js_types.provider_protocol.NearProtocolRuntimeConfig.html index 0f49ada775..2b6bfb1ac8 100644 --- a/interfaces/_near_js_types.provider_protocol.NearProtocolRuntimeConfig.html +++ b/interfaces/_near_js_types.provider_protocol.NearProtocolRuntimeConfig.html @@ -1,2 +1,2 @@ -NearProtocolRuntimeConfig | Documentation

      Generated using TypeDoc

      \ No newline at end of file +NearProtocolRuntimeConfig | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.NodeStatusResult.html b/interfaces/_near_js_types.provider_protocol.NodeStatusResult.html index a8c20968af..40e2de7dc6 100644 --- a/interfaces/_near_js_types.provider_protocol.NodeStatusResult.html +++ b/interfaces/_near_js_types.provider_protocol.NodeStatusResult.html @@ -1,6 +1,6 @@ -NodeStatusResult | Documentation

      Hierarchy

      • NodeStatusResult

      Properties

      chain_id +NodeStatusResult | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      chain_id: string
      rpc_addr: string
      sync_info: SyncInfo
      validators: string[]
      version: Version

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.SyncInfo.html b/interfaces/_near_js_types.provider_protocol.SyncInfo.html index 7bead6ddb9..58daf87268 100644 --- a/interfaces/_near_js_types.provider_protocol.SyncInfo.html +++ b/interfaces/_near_js_types.provider_protocol.SyncInfo.html @@ -1,6 +1,6 @@ -SyncInfo | Documentation

      Hierarchy

      • SyncInfo

      Properties

      latest_block_hash +SyncInfo | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      latest_block_hash: string
      latest_block_height: number
      latest_block_time: string
      latest_state_root: string
      syncing: boolean

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.TotalWeight.html b/interfaces/_near_js_types.provider_protocol.TotalWeight.html index b417654b6b..6110845fcf 100644 --- a/interfaces/_near_js_types.provider_protocol.TotalWeight.html +++ b/interfaces/_near_js_types.provider_protocol.TotalWeight.html @@ -1,2 +1,2 @@ -TotalWeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file +TotalWeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.Transaction.html b/interfaces/_near_js_types.provider_protocol.Transaction.html index daf8f7b95c..4c64ae67dd 100644 --- a/interfaces/_near_js_types.provider_protocol.Transaction.html +++ b/interfaces/_near_js_types.provider_protocol.Transaction.html @@ -1,8 +1,8 @@ -Transaction | Documentation

      Hierarchy

      • Transaction

      Properties

      actions +Transaction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      actions: any[]
      hash: string
      nonce: BigInt
      public_key: string
      receiver_id: string
      signature: string
      signer_id: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.CallFunctionRequest.html b/interfaces/_near_js_types.provider_request.CallFunctionRequest.html index 64e7f3d4e3..e18c9907fd 100644 --- a/interfaces/_near_js_types.provider_request.CallFunctionRequest.html +++ b/interfaces/_near_js_types.provider_request.CallFunctionRequest.html @@ -1,5 +1,5 @@ -CallFunctionRequest | Documentation

      Hierarchy

      • CallFunctionRequest

      Properties

      account_id +CallFunctionRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      args_base64: string
      method_name: string
      request_type: "call_function"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.ViewAccessKeyListRequest.html b/interfaces/_near_js_types.provider_request.ViewAccessKeyListRequest.html index cb181d94b2..3d4156b35e 100644 --- a/interfaces/_near_js_types.provider_request.ViewAccessKeyListRequest.html +++ b/interfaces/_near_js_types.provider_request.ViewAccessKeyListRequest.html @@ -1,3 +1,3 @@ -ViewAccessKeyListRequest | Documentation

      Hierarchy

      • ViewAccessKeyListRequest

      Properties

      account_id +ViewAccessKeyListRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      request_type: "view_access_key_list"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.ViewAccessKeyRequest.html b/interfaces/_near_js_types.provider_request.ViewAccessKeyRequest.html index e0bd27fa94..dd4127471c 100644 --- a/interfaces/_near_js_types.provider_request.ViewAccessKeyRequest.html +++ b/interfaces/_near_js_types.provider_request.ViewAccessKeyRequest.html @@ -1,4 +1,4 @@ -ViewAccessKeyRequest | Documentation

      Hierarchy

      • ViewAccessKeyRequest

      Properties

      account_id +ViewAccessKeyRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string
      request_type: "view_access_key"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.ViewAccountRequest.html b/interfaces/_near_js_types.provider_request.ViewAccountRequest.html index c0beb6ddad..92591e6eda 100644 --- a/interfaces/_near_js_types.provider_request.ViewAccountRequest.html +++ b/interfaces/_near_js_types.provider_request.ViewAccountRequest.html @@ -1,3 +1,3 @@ -ViewAccountRequest | Documentation

      Hierarchy

      • ViewAccountRequest

      Properties

      account_id +ViewAccountRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      request_type: "view_account"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.ViewCodeRequest.html b/interfaces/_near_js_types.provider_request.ViewCodeRequest.html index e8e7190e23..9d2e57827d 100644 --- a/interfaces/_near_js_types.provider_request.ViewCodeRequest.html +++ b/interfaces/_near_js_types.provider_request.ViewCodeRequest.html @@ -1,3 +1,3 @@ -ViewCodeRequest | Documentation

      Hierarchy

      • ViewCodeRequest

      Properties

      account_id +ViewCodeRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      request_type: "view_code"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.ViewStateRequest.html b/interfaces/_near_js_types.provider_request.ViewStateRequest.html index 786ade48bd..ada3b90a50 100644 --- a/interfaces/_near_js_types.provider_request.ViewStateRequest.html +++ b/interfaces/_near_js_types.provider_request.ViewStateRequest.html @@ -1,4 +1,4 @@ -ViewStateRequest | Documentation

      Hierarchy

      • ViewStateRequest

      Properties

      account_id +ViewStateRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      prefix_base64: string
      request_type: "view_state"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.AccessKeyInfoView.html b/interfaces/_near_js_types.provider_response.AccessKeyInfoView.html index 3c3cfbe240..395f14f5bc 100644 --- a/interfaces/_near_js_types.provider_response.AccessKeyInfoView.html +++ b/interfaces/_near_js_types.provider_response.AccessKeyInfoView.html @@ -1,3 +1,3 @@ -AccessKeyInfoView | Documentation

      Hierarchy

      • AccessKeyInfoView

      Properties

      access_key: AccessKeyView
      public_key: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.AccessKeyList.html b/interfaces/_near_js_types.provider_response.AccessKeyList.html index acf0795cf3..c09fe3dc02 100644 --- a/interfaces/_near_js_types.provider_response.AccessKeyList.html +++ b/interfaces/_near_js_types.provider_response.AccessKeyList.html @@ -1,4 +1,4 @@ -AccessKeyList | Documentation

      Hierarchy

      Properties

      Properties

      block_hash: string
      block_height: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.AccessKeyView.html b/interfaces/_near_js_types.provider_response.AccessKeyView.html index 9b630c45fe..32195e0eac 100644 --- a/interfaces/_near_js_types.provider_response.AccessKeyView.html +++ b/interfaces/_near_js_types.provider_response.AccessKeyView.html @@ -1,5 +1,5 @@ -AccessKeyView | Documentation

      Hierarchy

      Properties

      Properties

      block_hash: string
      block_height: number
      nonce: bigint
      permission: FunctionCallPermissionView | "FullAccess"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.AccessKeyViewRaw.html b/interfaces/_near_js_types.provider_response.AccessKeyViewRaw.html index e9ae3caec2..04bbb24fec 100644 --- a/interfaces/_near_js_types.provider_response.AccessKeyViewRaw.html +++ b/interfaces/_near_js_types.provider_response.AccessKeyViewRaw.html @@ -1,5 +1,5 @@ -AccessKeyViewRaw | Documentation

      Hierarchy

      Properties

      block_hash +AccessKeyViewRaw | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      nonce: number
      permission: FunctionCallPermissionView | "FullAccess"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.AccountView.html b/interfaces/_near_js_types.provider_response.AccountView.html index 719c12f05e..6256718dcd 100644 --- a/interfaces/_near_js_types.provider_response.AccountView.html +++ b/interfaces/_near_js_types.provider_response.AccountView.html @@ -1,8 +1,8 @@ -AccountView | Documentation

      Hierarchy

      Properties

      amount +AccountView | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      amount: string
      block_hash: string
      block_height: number
      code_hash: string
      locked: string
      storage_paid_at: number
      storage_usage: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.CodeResult.html b/interfaces/_near_js_types.provider_response.CodeResult.html index 2764865af2..ae0bce8ba1 100644 --- a/interfaces/_near_js_types.provider_response.CodeResult.html +++ b/interfaces/_near_js_types.provider_response.CodeResult.html @@ -1,5 +1,5 @@ -CodeResult | Documentation

      Hierarchy

      Properties

      block_hash +CodeResult | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      logs: string[]
      result: number[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ContractCodeView.html b/interfaces/_near_js_types.provider_response.ContractCodeView.html index 01c5acda2d..5c992fbcf8 100644 --- a/interfaces/_near_js_types.provider_response.ContractCodeView.html +++ b/interfaces/_near_js_types.provider_response.ContractCodeView.html @@ -1,5 +1,5 @@ -ContractCodeView | Documentation

      Hierarchy

      Properties

      block_hash +ContractCodeView | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      code_base64: string
      hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ExecutionError.html b/interfaces/_near_js_types.provider_response.ExecutionError.html index 2cd7ab3e60..868e7d3bcf 100644 --- a/interfaces/_near_js_types.provider_response.ExecutionError.html +++ b/interfaces/_near_js_types.provider_response.ExecutionError.html @@ -1,3 +1,3 @@ -ExecutionError | Documentation

      Hierarchy

      • ExecutionError

      Properties

      error_message +ExecutionError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      error_message: string
      error_type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ExecutionOutcome.html b/interfaces/_near_js_types.provider_response.ExecutionOutcome.html index 5f8db44dff..6d3d1e310a 100644 --- a/interfaces/_near_js_types.provider_response.ExecutionOutcome.html +++ b/interfaces/_near_js_types.provider_response.ExecutionOutcome.html @@ -1,7 +1,7 @@ -ExecutionOutcome | Documentation

      Hierarchy

      • ExecutionOutcome

      Properties

      executor_id +ExecutionOutcome | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      executor_id: string
      gas_burnt: number
      logs: string[]
      receipt_ids: string[]
      tokens_burnt: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithId.html b/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithId.html index ce0aaa55f9..810eb3bd45 100644 --- a/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithId.html +++ b/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithId.html @@ -1,3 +1,3 @@ -ExecutionOutcomeWithId | Documentation

      Hierarchy

      • ExecutionOutcomeWithId

      Properties

      id +ExecutionOutcomeWithId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      id: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithIdView.html b/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithIdView.html index a6ebe9af0a..7b9eb4b2e9 100644 --- a/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithIdView.html +++ b/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithIdView.html @@ -1,5 +1,5 @@ -ExecutionOutcomeWithIdView | Documentation

      Hierarchy

      • ExecutionOutcomeWithIdView

      Properties

      block_hash +ExecutionOutcomeWithIdView | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      id: string
      proof: MerklePath

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ExecutionStatus.html b/interfaces/_near_js_types.provider_response.ExecutionStatus.html index 7d691a3f93..52ef9bed9d 100644 --- a/interfaces/_near_js_types.provider_response.ExecutionStatus.html +++ b/interfaces/_near_js_types.provider_response.ExecutionStatus.html @@ -1,4 +1,4 @@ -ExecutionStatus | Documentation

      Hierarchy

      • ExecutionStatus

      Properties

      Failure? +ExecutionStatus | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      Failure?: ExecutionError
      SuccessReceiptId?: string
      SuccessValue?: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.FinalExecutionOutcome.html b/interfaces/_near_js_types.provider_response.FinalExecutionOutcome.html index 9fd8d61f53..b9fc61db88 100644 --- a/interfaces/_near_js_types.provider_response.FinalExecutionOutcome.html +++ b/interfaces/_near_js_types.provider_response.FinalExecutionOutcome.html @@ -1,6 +1,6 @@ -FinalExecutionOutcome | Documentation

      Hierarchy

      • FinalExecutionOutcome

      Properties

      final_execution_status +FinalExecutionOutcome | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      final_execution_status: TxExecutionStatus
      receipts_outcome: ExecutionOutcomeWithId[]
      transaction: any
      transaction_outcome: ExecutionOutcomeWithId

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.FinalExecutionStatus.html b/interfaces/_near_js_types.provider_response.FinalExecutionStatus.html index 952fefb02b..a2de98b20b 100644 --- a/interfaces/_near_js_types.provider_response.FinalExecutionStatus.html +++ b/interfaces/_near_js_types.provider_response.FinalExecutionStatus.html @@ -1,3 +1,3 @@ -FinalExecutionStatus | Documentation

      Hierarchy

      • FinalExecutionStatus

      Properties

      Failure? +FinalExecutionStatus | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      Failure?: ExecutionError
      SuccessValue?: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.FunctionCallPermissionView.html b/interfaces/_near_js_types.provider_response.FunctionCallPermissionView.html index 4678fd23c2..e722dc1fad 100644 --- a/interfaces/_near_js_types.provider_response.FunctionCallPermissionView.html +++ b/interfaces/_near_js_types.provider_response.FunctionCallPermissionView.html @@ -1,2 +1,2 @@ -FunctionCallPermissionView | Documentation

      Hierarchy

      • FunctionCallPermissionView

      Properties

      Properties

      FunctionCall: {
          allowance: string;
          method_names: string[];
          receiver_id: string;
      }

      Type declaration

      • allowance: string
      • method_names: string[]
      • receiver_id: string

      Generated using TypeDoc

      \ No newline at end of file +FunctionCallPermissionView | Documentation

      Hierarchy

      • FunctionCallPermissionView

      Properties

      Properties

      FunctionCall: {
          allowance: string;
          method_names: string[];
          receiver_id: string;
      }

      Type declaration

      • allowance: string
      • method_names: string[]
      • receiver_id: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.QueryResponseKind.html b/interfaces/_near_js_types.provider_response.QueryResponseKind.html index 0b27a8b3ff..eb792cb837 100644 --- a/interfaces/_near_js_types.provider_response.QueryResponseKind.html +++ b/interfaces/_near_js_types.provider_response.QueryResponseKind.html @@ -1,3 +1,3 @@ -QueryResponseKind | Documentation

      Hierarchy

      Properties

      block_hash: string
      block_height: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ViewStateResult.html b/interfaces/_near_js_types.provider_response.ViewStateResult.html index e4f62028c1..320d7eada7 100644 --- a/interfaces/_near_js_types.provider_response.ViewStateResult.html +++ b/interfaces/_near_js_types.provider_response.ViewStateResult.html @@ -1,5 +1,5 @@ -ViewStateResult | Documentation

      Hierarchy

      Properties

      block_hash +ViewStateResult | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      proof: string[]
      values: StateItem[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_validator.CurrentEpochValidatorInfo.html b/interfaces/_near_js_types.provider_validator.CurrentEpochValidatorInfo.html index e9675bed8f..dc48cdfcc0 100644 --- a/interfaces/_near_js_types.provider_validator.CurrentEpochValidatorInfo.html +++ b/interfaces/_near_js_types.provider_validator.CurrentEpochValidatorInfo.html @@ -1,8 +1,8 @@ -CurrentEpochValidatorInfo | Documentation

      Hierarchy

      • CurrentEpochValidatorInfo

      Properties

      account_id +CurrentEpochValidatorInfo | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      is_slashed: boolean
      num_expected_blocks: number
      num_produced_blocks: number
      public_key: string
      shards: number[]
      stake: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_validator.EpochValidatorInfo.html b/interfaces/_near_js_types.provider_validator.EpochValidatorInfo.html index a7a6bd33a1..d622aaa9c5 100644 --- a/interfaces/_near_js_types.provider_validator.EpochValidatorInfo.html +++ b/interfaces/_near_js_types.provider_validator.EpochValidatorInfo.html @@ -1,8 +1,8 @@ -EpochValidatorInfo | Documentation

      Hierarchy

      • EpochValidatorInfo

      Properties

      current_fisherman +EpochValidatorInfo | Documentation

      Hierarchy

      • EpochValidatorInfo

      Properties

      current_fisherman: ValidatorStakeView[]
      current_proposals: ValidatorStakeView[]
      current_validators: CurrentEpochValidatorInfo[]
      epoch_start_height: number
      next_fisherman: ValidatorStakeView[]
      next_validators: NextEpochValidatorInfo[]
      prev_epoch_kickout: ValidatorStakeView[]

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      current_fisherman: ValidatorStakeView[]
      current_proposals: ValidatorStakeView[]
      current_validators: CurrentEpochValidatorInfo[]
      epoch_start_height: number
      next_fisherman: ValidatorStakeView[]
      next_validators: NextEpochValidatorInfo[]
      prev_epoch_kickout: ValidatorStakeView[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_validator.NextEpochValidatorInfo.html b/interfaces/_near_js_types.provider_validator.NextEpochValidatorInfo.html index 07074f730e..5010fa6430 100644 --- a/interfaces/_near_js_types.provider_validator.NextEpochValidatorInfo.html +++ b/interfaces/_near_js_types.provider_validator.NextEpochValidatorInfo.html @@ -1,5 +1,5 @@ -NextEpochValidatorInfo | Documentation

      Hierarchy

      • NextEpochValidatorInfo

      Properties

      account_id +NextEpochValidatorInfo | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string
      shards: number[]
      stake: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_validator.ValidatorStakeView.html b/interfaces/_near_js_types.provider_validator.ValidatorStakeView.html index 232277e6af..d1781c7ceb 100644 --- a/interfaces/_near_js_types.provider_validator.ValidatorStakeView.html +++ b/interfaces/_near_js_types.provider_validator.ValidatorStakeView.html @@ -1,5 +1,5 @@ -ValidatorStakeView | Documentation

      Hierarchy

      • ValidatorStakeView

      Properties

      account_id +ValidatorStakeView | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string
      stake: string
      validator_stake_struct_version: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_utils.logger_interface.LoggerService.html b/interfaces/_near_js_utils.logger_interface.LoggerService.html index 84f2cb3499..a57b898f1c 100644 --- a/interfaces/_near_js_utils.logger_interface.LoggerService.html +++ b/interfaces/_near_js_utils.logger_interface.LoggerService.html @@ -1,13 +1,13 @@ -LoggerService | Documentation

      Hierarchy

      • LoggerService

      Implemented by

      Methods

      debug? +LoggerService | Documentation

      Hierarchy

      • LoggerService

      Implemented by

      Methods

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • message: any
      • Rest ...optionalParams: any[]

      Returns any

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_utils.validators.ChangedValidatorInfo.html b/interfaces/_near_js_utils.validators.ChangedValidatorInfo.html index 2a5350c946..38f11822d7 100644 --- a/interfaces/_near_js_utils.validators.ChangedValidatorInfo.html +++ b/interfaces/_near_js_utils.validators.ChangedValidatorInfo.html @@ -1,3 +1,3 @@ -ChangedValidatorInfo | Documentation

      Hierarchy

      • ChangedValidatorInfo

      Properties

      current +ChangedValidatorInfo | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      current: CurrentEpochValidatorInfo
      next: NextEpochValidatorInfo

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_utils.validators.EpochValidatorsDiff.html b/interfaces/_near_js_utils.validators.EpochValidatorsDiff.html index ce2f3d97e5..faf6413541 100644 --- a/interfaces/_near_js_utils.validators.EpochValidatorsDiff.html +++ b/interfaces/_near_js_utils.validators.EpochValidatorsDiff.html @@ -1,4 +1,4 @@ -EpochValidatorsDiff | Documentation

      Hierarchy

      • EpochValidatorsDiff

      Properties

      changedValidators +EpochValidatorsDiff | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      changedValidators: ChangedValidatorInfo[]
      newValidators: NextEpochValidatorInfo[]
      removedValidators: CurrentEpochValidatorInfo[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_wallet_account.near.NearConfig.html b/interfaces/_near_js_wallet_account.near.NearConfig.html index 543869cd85..506afbaa2b 100644 --- a/interfaces/_near_js_wallet_account.near.NearConfig.html +++ b/interfaces/_near_js_wallet_account.near.NearConfig.html @@ -1,4 +1,4 @@ -NearConfig | Documentation

      Hierarchy

      • NearConfig

      Properties

      deps? +NearConfig | Documentation

      Hierarchy

      • NearConfig

      Properties

      deps?: {
          keyStore: KeyStore;
      }

      Backward-compatibility for older versions

      -

      Type declaration

      headers?: {
          [key: string]: string | number;
      }

      NEAR RPC API headers. Can be used to pass API KEY and other parameters.

      +

      Type declaration

      headers?: {
          [key: string]: string | number;
      }

      NEAR RPC API headers. Can be used to pass API KEY and other parameters.

      Type declaration

      • [key: string]: string | number
      helperUrl?: string

      NEAR Contract Helper url used to create accounts if no master account is provided

      +
      helperUrl?: string

      NEAR Contract Helper url used to create accounts if no master account is provided

      initialBalance?: string

      The balance transferred from the NearConfig#masterAccount to a created account

      +
      initialBalance?: string

      The balance transferred from the NearConfig#masterAccount to a created account

      jsvmAccountId?: string

      JVSM account ID for NEAR JS SDK

      -
      keyStore?: KeyStore

      Holds KeyPair for signing transactions

      -
      logger?: false | LoggerService

      Specifies the logger to use. Pass false to turn off logging.

      -
      masterAccount?: string

      The account to use when creating new accounts

      +
      jsvmAccountId?: string

      JVSM account ID for NEAR JS SDK

      +
      keyStore?: KeyStore

      Holds KeyPair for signing transactions

      +
      logger?: false | LoggerService

      Specifies the logger to use. Pass false to turn off logging.

      +
      masterAccount?: string

      The account to use when creating new accounts

      networkId: string

      KeyPair are stored in a KeyStore under the networkId namespace.

      -
      nodeUrl: string

      NEAR RPC API url. used to make JSON RPC calls to interact with NEAR.

      +
      networkId: string

      KeyPair are stored in a KeyStore under the networkId namespace.

      +
      nodeUrl: string

      NEAR RPC API url. used to make JSON RPC calls to interact with NEAR.

      provider?: Provider

      Specifies NEAR RPC API connections, and is used to make JSON RPC calls to interact with NEAR

      +
      provider?: Provider

      Specifies NEAR RPC API connections, and is used to make JSON RPC calls to interact with NEAR

      See

      -
      walletUrl?: string

      NEAR wallet url used to redirect users to their wallet in browser applications.

      +
      walletUrl?: string

      NEAR wallet url used to redirect users to their wallet in browser applications.

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.account.AccountAuthorizedApp.html b/interfaces/near_api_js.account.AccountAuthorizedApp.html index 4fa0c89ed6..deabbd83d0 100644 --- a/interfaces/near_api_js.account.AccountAuthorizedApp.html +++ b/interfaces/near_api_js.account.AccountAuthorizedApp.html @@ -1,4 +1,4 @@ AccountAuthorizedApp | Documentation

      Hierarchy

      • AccountAuthorizedApp

      Properties

      amount: string
      contractId: string
      publicKey: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      amount: string
      contractId: string
      publicKey: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.account.AccountBalance.html b/interfaces/near_api_js.account.AccountBalance.html index 58b2b6185f..51c70ff60a 100644 --- a/interfaces/near_api_js.account.AccountBalance.html +++ b/interfaces/near_api_js.account.AccountBalance.html @@ -2,4 +2,4 @@ staked stateStaked total -

      Properties

      available: string
      staked: string
      stateStaked: string
      total: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      available: string
      staked: string
      stateStaked: string
      total: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.account.ChangeFunctionCallOptions.html b/interfaces/near_api_js.account.ChangeFunctionCallOptions.html index c4dbc806ee..d5cdfd1b26 100644 --- a/interfaces/near_api_js.account.ChangeFunctionCallOptions.html +++ b/interfaces/near_api_js.account.ChangeFunctionCallOptions.html @@ -20,4 +20,4 @@

      See

      RequestSignTransactionsOptions

      walletMeta?: string

      Metadata to send the NEAR Wallet if using it to sign transactions.

      See

      RequestSignTransactionsOptions

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.account.FunctionCallOptions.html b/interfaces/near_api_js.account.FunctionCallOptions.html index 4dac58d8e5..68822f31d0 100644 --- a/interfaces/near_api_js.account.FunctionCallOptions.html +++ b/interfaces/near_api_js.account.FunctionCallOptions.html @@ -14,4 +14,4 @@
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      methodName: string

      The name of the method to invoke

      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          -

          Parameters

          • input: any

          Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • input: any

      Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.account.SignAndSendTransactionOptions.html b/interfaces/near_api_js.account.SignAndSendTransactionOptions.html index cae333f691..d0fb3d10d9 100644 --- a/interfaces/near_api_js.account.SignAndSendTransactionOptions.html +++ b/interfaces/near_api_js.account.SignAndSendTransactionOptions.html @@ -8,4 +8,4 @@

      See

      RequestSignTransactionsOptions

      walletMeta?: string

      Metadata to send the NEAR Wallet if using it to sign transactions.

      See

      RequestSignTransactionsOptions

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.account.ViewFunctionCallOptions.html b/interfaces/near_api_js.account.ViewFunctionCallOptions.html index 70c4873860..aa4411f1b6 100644 --- a/interfaces/near_api_js.account.ViewFunctionCallOptions.html +++ b/interfaces/near_api_js.account.ViewFunctionCallOptions.html @@ -16,4 +16,4 @@
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      methodName: string

      The name of the method to invoke

      parse?: ((response) => any)

      Type declaration

        • (response): any
        • Parameters

          • response: Uint8Array

          Returns any

      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          -

          Parameters

          • input: any

          Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • input: any

      Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.browserConnect.ConnectConfig.html b/interfaces/near_api_js.browserConnect.ConnectConfig.html index e296634c9f..f416a40331 100644 --- a/interfaces/near_api_js.browserConnect.ConnectConfig.html +++ b/interfaces/near_api_js.browserConnect.ConnectConfig.html @@ -1,4 +1,4 @@ -ConnectConfig | Documentation

      Hierarchy

      Properties

      deps? +ConnectConfig | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.connect.ConnectConfig.html b/interfaces/near_api_js.connect.ConnectConfig.html index 24cc5716c9..31e122d604 100644 --- a/interfaces/near_api_js.connect.ConnectConfig.html +++ b/interfaces/near_api_js.connect.ConnectConfig.html @@ -1,4 +1,4 @@ -ConnectConfig | Documentation

      Hierarchy

      Properties

      deps? +ConnectConfig | Documentation

      Hierarchy

      Properties

      See

      LocalAccountCreator

      jsvmAccountId?: string

      JVSM account ID for NEAR JS SDK

      keyPath?: string

      Initialize an InMemoryKeyStore by reading the file at keyPath.

      -
      keyStore?: KeyStore

      Holds KeyPair for signing transactions

      +
      keyStore?: KeyStore

      Holds KeyPair for signing transactions

      logger?: false | LoggerService

      Specifies the logger to use. Pass false to turn off logging.

      masterAccount?: string

      The account to use when creating new accounts

      See

      LocalAccountCreator

      @@ -35,4 +35,4 @@
      walletUrl?: string

      NEAR wallet url used to redirect users to their wallet in browser applications.

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.contract.ContractMethods.html b/interfaces/near_api_js.contract.ContractMethods.html index b728cbaa29..9dabb5ab86 100644 --- a/interfaces/near_api_js.contract.ContractMethods.html +++ b/interfaces/near_api_js.contract.ContractMethods.html @@ -8,4 +8,4 @@
      useLocalViewExecution: boolean

      Executes view methods locally. This flag is useful when multiple view calls will be made for the same blockId

      viewMethods: string[]

      View methods do not require a signed transaction.

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.near.NearConfig.html b/interfaces/near_api_js.near.NearConfig.html index 8dcb5d1303..f756ebc04f 100644 --- a/interfaces/near_api_js.near.NearConfig.html +++ b/interfaces/near_api_js.near.NearConfig.html @@ -33,4 +33,4 @@
      walletUrl?: string

      NEAR wallet url used to redirect users to their wallet in browser applications.

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.AccessKeyInfoView.html b/interfaces/near_api_js.providers_provider.AccessKeyInfoView.html index d8521ea2f5..2995742d72 100644 --- a/interfaces/near_api_js.providers_provider.AccessKeyInfoView.html +++ b/interfaces/near_api_js.providers_provider.AccessKeyInfoView.html @@ -1,3 +1,3 @@ AccessKeyInfoView | Documentation

      Hierarchy

      • AccessKeyInfoView

      Properties

      access_key: AccessKeyView
      public_key: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      access_key: AccessKeyView
      public_key: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.AccessKeyList.html b/interfaces/near_api_js.providers_provider.AccessKeyList.html index d86cfb0784..e59552e690 100644 --- a/interfaces/near_api_js.providers_provider.AccessKeyList.html +++ b/interfaces/near_api_js.providers_provider.AccessKeyList.html @@ -1,4 +1,4 @@ AccessKeyList | Documentation

      Hierarchy

      Properties

      block_hash: string
      block_height: number

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.AccessKeyView.html b/interfaces/near_api_js.providers_provider.AccessKeyView.html index 653be38e50..e7eeed0f6f 100644 --- a/interfaces/near_api_js.providers_provider.AccessKeyView.html +++ b/interfaces/near_api_js.providers_provider.AccessKeyView.html @@ -2,4 +2,4 @@ block_height nonce permission -

      Properties

      block_hash: string
      block_height: number
      nonce: bigint
      permission: FunctionCallPermissionView | "FullAccess"

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      nonce: bigint
      permission: FunctionCallPermissionView | "FullAccess"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.AccessKeyViewRaw.html b/interfaces/near_api_js.providers_provider.AccessKeyViewRaw.html index 06148df989..5120bd0598 100644 --- a/interfaces/near_api_js.providers_provider.AccessKeyViewRaw.html +++ b/interfaces/near_api_js.providers_provider.AccessKeyViewRaw.html @@ -2,4 +2,4 @@ block_height nonce permission -

      Properties

      block_hash: string
      block_height: number
      nonce: number
      permission: FunctionCallPermissionView | "FullAccess"

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      nonce: number
      permission: FunctionCallPermissionView | "FullAccess"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.AccessKeyWithPublicKey.html b/interfaces/near_api_js.providers_provider.AccessKeyWithPublicKey.html index 6ddbf5b067..902a012626 100644 --- a/interfaces/near_api_js.providers_provider.AccessKeyWithPublicKey.html +++ b/interfaces/near_api_js.providers_provider.AccessKeyWithPublicKey.html @@ -1,3 +1,3 @@ AccessKeyWithPublicKey | Documentation

      Hierarchy

      • AccessKeyWithPublicKey

      Properties

      account_id: string
      public_key: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.AccountView.html b/interfaces/near_api_js.providers_provider.AccountView.html index a3542d1ad2..8f76438d5a 100644 --- a/interfaces/near_api_js.providers_provider.AccountView.html +++ b/interfaces/near_api_js.providers_provider.AccountView.html @@ -5,4 +5,4 @@ locked storage_paid_at storage_usage -

      Properties

      amount: string
      block_hash: string
      block_height: number
      code_hash: string
      locked: string
      storage_paid_at: number
      storage_usage: number

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      amount: string
      block_hash: string
      block_height: number
      code_hash: string
      locked: string
      storage_paid_at: number
      storage_usage: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.BlockChange.html b/interfaces/near_api_js.providers_provider.BlockChange.html index 4e753ec7bd..40294433c7 100644 --- a/interfaces/near_api_js.providers_provider.BlockChange.html +++ b/interfaces/near_api_js.providers_provider.BlockChange.html @@ -1,3 +1,3 @@ BlockChange | Documentation

      Hierarchy

      • BlockChange

      Properties

      Properties

      account_id: string
      type: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.BlockChangeResult.html b/interfaces/near_api_js.providers_provider.BlockChangeResult.html index 75cf84bad2..5ac8a93496 100644 --- a/interfaces/near_api_js.providers_provider.BlockChangeResult.html +++ b/interfaces/near_api_js.providers_provider.BlockChangeResult.html @@ -1,3 +1,3 @@ BlockChangeResult | Documentation

      Hierarchy

      • BlockChangeResult

      Properties

      Properties

      block_hash: string
      changes: BlockChange[]

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      changes: BlockChange[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.BlockHeader.html b/interfaces/near_api_js.providers_provider.BlockHeader.html index 2eb320ab2a..f83946bc17 100644 --- a/interfaces/near_api_js.providers_provider.BlockHeader.html +++ b/interfaces/near_api_js.providers_provider.BlockHeader.html @@ -27,4 +27,4 @@ total_supply validator_proposals validator_reward -

      Properties

      approvals: string[]
      block_merkle_root: string
      challenges_result: any[]
      challenges_root: string
      chunk_headers_root: string
      chunk_mask: boolean[]
      chunk_receipts_root: string
      chunk_tx_root: string
      chunks_included: number
      epoch_id: string
      gas_price: string
      hash: string
      height: number
      last_ds_final_block: string
      last_final_block: string
      latest_protocol_version: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_hash: string
      prev_state_root: string
      random_value: string
      rent_paid: string
      signature: string
      timestamp: number
      timestamp_nanosec: string
      total_supply: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      approvals: string[]
      block_merkle_root: string
      challenges_result: any[]
      challenges_root: string
      chunk_headers_root: string
      chunk_mask: boolean[]
      chunk_receipts_root: string
      chunk_tx_root: string
      chunks_included: number
      epoch_id: string
      gas_price: string
      hash: string
      height: number
      last_ds_final_block: string
      last_final_block: string
      latest_protocol_version: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_hash: string
      prev_state_root: string
      random_value: string
      rent_paid: string
      signature: string
      timestamp: number
      timestamp_nanosec: string
      total_supply: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.BlockHeaderInnerLiteView.html b/interfaces/near_api_js.providers_provider.BlockHeaderInnerLiteView.html index 723947a1bb..d4448177a2 100644 --- a/interfaces/near_api_js.providers_provider.BlockHeaderInnerLiteView.html +++ b/interfaces/near_api_js.providers_provider.BlockHeaderInnerLiteView.html @@ -7,4 +7,4 @@ prev_state_root timestamp timestamp_nanosec -

      Properties

      block_merkle_root: string
      epoch_id: string
      height: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_state_root: string
      timestamp: number
      timestamp_nanosec: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_merkle_root: string
      epoch_id: string
      height: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_state_root: string
      timestamp: number
      timestamp_nanosec: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.BlockResult.html b/interfaces/near_api_js.providers_provider.BlockResult.html index 4280a2d4e7..8826905dda 100644 --- a/interfaces/near_api_js.providers_provider.BlockResult.html +++ b/interfaces/near_api_js.providers_provider.BlockResult.html @@ -1,4 +1,4 @@ BlockResult | Documentation

      Hierarchy

      • BlockResult

      Properties

      Properties

      author: string
      chunks: Chunk[]
      header: BlockHeader

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      author: string
      chunks: Chunk[]
      header: BlockHeader

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.CallFunctionRequest.html b/interfaces/near_api_js.providers_provider.CallFunctionRequest.html index 48441bf768..e9f03212d9 100644 --- a/interfaces/near_api_js.providers_provider.CallFunctionRequest.html +++ b/interfaces/near_api_js.providers_provider.CallFunctionRequest.html @@ -2,4 +2,4 @@ args_base64 method_name request_type -

      Properties

      account_id: string
      args_base64: string
      method_name: string
      request_type: "call_function"

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      args_base64: string
      method_name: string
      request_type: "call_function"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ChangeResult.html b/interfaces/near_api_js.providers_provider.ChangeResult.html index b6d2b02be7..eaf5bda603 100644 --- a/interfaces/near_api_js.providers_provider.ChangeResult.html +++ b/interfaces/near_api_js.providers_provider.ChangeResult.html @@ -1,3 +1,3 @@ ChangeResult | Documentation

      Hierarchy

      • ChangeResult

      Properties

      Properties

      block_hash: string
      changes: any[]

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      changes: any[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.Chunk.html b/interfaces/near_api_js.providers_provider.Chunk.html index d08836ff9e..84ed66fe53 100644 --- a/interfaces/near_api_js.providers_provider.Chunk.html +++ b/interfaces/near_api_js.providers_provider.Chunk.html @@ -16,4 +16,4 @@ tx_root validator_proposals validator_reward -

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ChunkHeader.html b/interfaces/near_api_js.providers_provider.ChunkHeader.html index f86aa40d77..efc7383ea9 100644 --- a/interfaces/near_api_js.providers_provider.ChunkHeader.html +++ b/interfaces/near_api_js.providers_provider.ChunkHeader.html @@ -16,4 +16,4 @@ tx_root validator_proposals validator_reward -

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ChunkResult.html b/interfaces/near_api_js.providers_provider.ChunkResult.html index 82be882eda..bfe66c15a3 100644 --- a/interfaces/near_api_js.providers_provider.ChunkResult.html +++ b/interfaces/near_api_js.providers_provider.ChunkResult.html @@ -2,4 +2,4 @@ header receipts transactions -

      Properties

      author: string
      header: ChunkHeader
      receipts: any[]
      transactions: Transaction[]

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      author: string
      header: ChunkHeader
      receipts: any[]
      transactions: Transaction[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.CodeResult.html b/interfaces/near_api_js.providers_provider.CodeResult.html index b5ad9b8d62..08fd681d4e 100644 --- a/interfaces/near_api_js.providers_provider.CodeResult.html +++ b/interfaces/near_api_js.providers_provider.CodeResult.html @@ -2,4 +2,4 @@ block_height logs result -

      Properties

      block_hash: string
      block_height: number
      logs: string[]
      result: number[]

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      logs: string[]
      result: number[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ContractCodeView.html b/interfaces/near_api_js.providers_provider.ContractCodeView.html index 3acebc68e7..03d686be30 100644 --- a/interfaces/near_api_js.providers_provider.ContractCodeView.html +++ b/interfaces/near_api_js.providers_provider.ContractCodeView.html @@ -2,4 +2,4 @@ block_height code_base64 hash -

      Properties

      block_hash: string
      block_height: number
      code_base64: string
      hash: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      code_base64: string
      hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.CurrentEpochValidatorInfo.html b/interfaces/near_api_js.providers_provider.CurrentEpochValidatorInfo.html index baa2912631..da3b59c3fe 100644 --- a/interfaces/near_api_js.providers_provider.CurrentEpochValidatorInfo.html +++ b/interfaces/near_api_js.providers_provider.CurrentEpochValidatorInfo.html @@ -5,4 +5,4 @@ public_key shards stake -

      Properties

      account_id: string
      is_slashed: boolean
      num_expected_blocks: number
      num_produced_blocks: number
      public_key: string
      shards: number[]
      stake: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      is_slashed: boolean
      num_expected_blocks: number
      num_produced_blocks: number
      public_key: string
      shards: number[]
      stake: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.EpochValidatorInfo.html b/interfaces/near_api_js.providers_provider.EpochValidatorInfo.html index acd1a01ff9..2c4ca25f20 100644 --- a/interfaces/near_api_js.providers_provider.EpochValidatorInfo.html +++ b/interfaces/near_api_js.providers_provider.EpochValidatorInfo.html @@ -5,4 +5,4 @@ next_fisherman next_validators prev_epoch_kickout -

      Properties

      current_fisherman: ValidatorStakeView[]
      current_proposals: ValidatorStakeView[]
      current_validators: CurrentEpochValidatorInfo[]
      epoch_start_height: number
      next_fisherman: ValidatorStakeView[]
      next_validators: NextEpochValidatorInfo[]
      prev_epoch_kickout: ValidatorStakeView[]

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      current_fisherman: ValidatorStakeView[]
      current_proposals: ValidatorStakeView[]
      current_validators: CurrentEpochValidatorInfo[]
      epoch_start_height: number
      next_fisherman: ValidatorStakeView[]
      next_validators: NextEpochValidatorInfo[]
      prev_epoch_kickout: ValidatorStakeView[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ExecutionError.html b/interfaces/near_api_js.providers_provider.ExecutionError.html index 1981a4da43..8732cc8f9d 100644 --- a/interfaces/near_api_js.providers_provider.ExecutionError.html +++ b/interfaces/near_api_js.providers_provider.ExecutionError.html @@ -1,3 +1,3 @@ ExecutionError | Documentation

      Hierarchy

      • ExecutionError

      Properties

      error_message: string
      error_type: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      error_message: string
      error_type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ExecutionOutcome.html b/interfaces/near_api_js.providers_provider.ExecutionOutcome.html index 31d572c476..3431c4bf0a 100644 --- a/interfaces/near_api_js.providers_provider.ExecutionOutcome.html +++ b/interfaces/near_api_js.providers_provider.ExecutionOutcome.html @@ -4,4 +4,4 @@ receipt_ids status tokens_burnt -

      Properties

      executor_id: string
      gas_burnt: number
      logs: string[]
      receipt_ids: string[]
      tokens_burnt: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      executor_id: string
      gas_burnt: number
      logs: string[]
      receipt_ids: string[]
      tokens_burnt: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ExecutionOutcomeWithIdView.html b/interfaces/near_api_js.providers_provider.ExecutionOutcomeWithIdView.html index 660b67bd96..0736f9950c 100644 --- a/interfaces/near_api_js.providers_provider.ExecutionOutcomeWithIdView.html +++ b/interfaces/near_api_js.providers_provider.ExecutionOutcomeWithIdView.html @@ -2,4 +2,4 @@ id outcome proof -

      Properties

      block_hash: string
      id: string
      proof: MerklePath

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      id: string
      proof: MerklePath

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ExecutionStatus.html b/interfaces/near_api_js.providers_provider.ExecutionStatus.html index 83b60f1177..64f07d6c98 100644 --- a/interfaces/near_api_js.providers_provider.ExecutionStatus.html +++ b/interfaces/near_api_js.providers_provider.ExecutionStatus.html @@ -1,4 +1,4 @@ ExecutionStatus | Documentation

      Hierarchy

      • ExecutionStatus

      Properties

      Failure?: ExecutionError
      SuccessReceiptId?: string
      SuccessValue?: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      Failure?: ExecutionError
      SuccessReceiptId?: string
      SuccessValue?: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.FunctionCallPermissionView.html b/interfaces/near_api_js.providers_provider.FunctionCallPermissionView.html index 42613d067b..c542bc2ef6 100644 --- a/interfaces/near_api_js.providers_provider.FunctionCallPermissionView.html +++ b/interfaces/near_api_js.providers_provider.FunctionCallPermissionView.html @@ -1,2 +1,2 @@ FunctionCallPermissionView | Documentation

      Hierarchy

      • FunctionCallPermissionView

      Properties

      Properties

      FunctionCall: {
          allowance: string;
          method_names: string[];
          receiver_id: string;
      }

      Type declaration

      • allowance: string
      • method_names: string[]
      • receiver_id: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      FunctionCall: {
          allowance: string;
          method_names: string[];
          receiver_id: string;
      }

      Type declaration

      • allowance: string
      • method_names: string[]
      • receiver_id: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.GasPrice.html b/interfaces/near_api_js.providers_provider.GasPrice.html index 2a8b988a8b..54ff354855 100644 --- a/interfaces/near_api_js.providers_provider.GasPrice.html +++ b/interfaces/near_api_js.providers_provider.GasPrice.html @@ -1,2 +1,2 @@ GasPrice | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      gas_price: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.LightClientBlockLiteView.html b/interfaces/near_api_js.providers_provider.LightClientBlockLiteView.html index 6ee6d5991e..adbff7c7be 100644 --- a/interfaces/near_api_js.providers_provider.LightClientBlockLiteView.html +++ b/interfaces/near_api_js.providers_provider.LightClientBlockLiteView.html @@ -1,4 +1,4 @@ LightClientBlockLiteView | Documentation

      Hierarchy

      • LightClientBlockLiteView

      Properties

      inner_rest_hash: string
      prev_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      inner_rest_hash: string
      prev_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.LightClientProof.html b/interfaces/near_api_js.providers_provider.LightClientProof.html index 6799dd34a8..e060656eb1 100644 --- a/interfaces/near_api_js.providers_provider.LightClientProof.html +++ b/interfaces/near_api_js.providers_provider.LightClientProof.html @@ -2,4 +2,4 @@ block_proof outcome_proof outcome_root_proof -

      Properties

      block_header_lite: LightClientBlockLiteView
      block_proof: MerklePath
      outcome_root_proof: MerklePath

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_header_lite: LightClientBlockLiteView
      block_proof: MerklePath
      outcome_root_proof: MerklePath

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.LightClientProofRequest.html b/interfaces/near_api_js.providers_provider.LightClientProofRequest.html index acf2ded677..f887b92586 100644 --- a/interfaces/near_api_js.providers_provider.LightClientProofRequest.html +++ b/interfaces/near_api_js.providers_provider.LightClientProofRequest.html @@ -4,4 +4,4 @@ sender_id? transaction_hash? type -

      Properties

      light_client_head: string
      receipt_id?: string
      receiver_id?: string
      sender_id?: string
      transaction_hash?: string
      type: IdType

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      light_client_head: string
      receipt_id?: string
      receiver_id?: string
      sender_id?: string
      transaction_hash?: string
      type: IdType

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.MerkleNode.html b/interfaces/near_api_js.providers_provider.MerkleNode.html index c5e2022356..eb3643d03f 100644 --- a/interfaces/near_api_js.providers_provider.MerkleNode.html +++ b/interfaces/near_api_js.providers_provider.MerkleNode.html @@ -1,3 +1,3 @@ MerkleNode | Documentation

      Hierarchy

      • MerkleNode

      Properties

      Properties

      direction: string
      hash: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      direction: string
      hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.NearProtocolConfig.html b/interfaces/near_api_js.providers_provider.NearProtocolConfig.html index 92050a8954..c938fff13e 100644 --- a/interfaces/near_api_js.providers_provider.NearProtocolConfig.html +++ b/interfaces/near_api_js.providers_provider.NearProtocolConfig.html @@ -1,2 +1,2 @@ NearProtocolConfig | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.NearProtocolRuntimeConfig.html b/interfaces/near_api_js.providers_provider.NearProtocolRuntimeConfig.html index f84db0b81f..3c3af656cf 100644 --- a/interfaces/near_api_js.providers_provider.NearProtocolRuntimeConfig.html +++ b/interfaces/near_api_js.providers_provider.NearProtocolRuntimeConfig.html @@ -1,2 +1,2 @@ NearProtocolRuntimeConfig | Documentation

      Hierarchy

      • NearProtocolRuntimeConfig

      Properties

      storage_amount_per_byte: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      storage_amount_per_byte: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.NextEpochValidatorInfo.html b/interfaces/near_api_js.providers_provider.NextEpochValidatorInfo.html index bc675239a7..7378004a31 100644 --- a/interfaces/near_api_js.providers_provider.NextEpochValidatorInfo.html +++ b/interfaces/near_api_js.providers_provider.NextEpochValidatorInfo.html @@ -2,4 +2,4 @@ public_key shards stake -

      Properties

      account_id: string
      public_key: string
      shards: number[]
      stake: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string
      shards: number[]
      stake: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.NextLightClientBlockRequest.html b/interfaces/near_api_js.providers_provider.NextLightClientBlockRequest.html index a02daf4a28..8afe0cc06b 100644 --- a/interfaces/near_api_js.providers_provider.NextLightClientBlockRequest.html +++ b/interfaces/near_api_js.providers_provider.NextLightClientBlockRequest.html @@ -1,2 +1,2 @@ NextLightClientBlockRequest | Documentation

      Hierarchy

      • NextLightClientBlockRequest

      Properties

      Properties

      last_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      last_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.NextLightClientBlockResponse.html b/interfaces/near_api_js.providers_provider.NextLightClientBlockResponse.html index 5fc010d57e..23fe252254 100644 --- a/interfaces/near_api_js.providers_provider.NextLightClientBlockResponse.html +++ b/interfaces/near_api_js.providers_provider.NextLightClientBlockResponse.html @@ -4,4 +4,4 @@ next_block_inner_hash next_bps? prev_block_hash -

      Properties

      approvals_after_next: string[]
      inner_rest_hash: string
      next_block_inner_hash: string
      next_bps?: ValidatorStakeView[]
      prev_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      approvals_after_next: string[]
      inner_rest_hash: string
      next_block_inner_hash: string
      next_bps?: ValidatorStakeView[]
      prev_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.NodeStatusResult.html b/interfaces/near_api_js.providers_provider.NodeStatusResult.html index 5d83aba602..099e896aeb 100644 --- a/interfaces/near_api_js.providers_provider.NodeStatusResult.html +++ b/interfaces/near_api_js.providers_provider.NodeStatusResult.html @@ -3,4 +3,4 @@ sync_info validators version -

      Properties

      chain_id: string
      rpc_addr: string
      sync_info: SyncInfo
      validators: string[]
      version: Version

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      chain_id: string
      rpc_addr: string
      sync_info: SyncInfo
      validators: string[]
      version: Version

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.QueryResponseKind.html b/interfaces/near_api_js.providers_provider.QueryResponseKind.html index aa6367ea25..984d5c26db 100644 --- a/interfaces/near_api_js.providers_provider.QueryResponseKind.html +++ b/interfaces/near_api_js.providers_provider.QueryResponseKind.html @@ -1,3 +1,3 @@ QueryResponseKind | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.SyncInfo.html b/interfaces/near_api_js.providers_provider.SyncInfo.html index 11da5d9a8a..0a350a10b0 100644 --- a/interfaces/near_api_js.providers_provider.SyncInfo.html +++ b/interfaces/near_api_js.providers_provider.SyncInfo.html @@ -3,4 +3,4 @@ latest_block_time latest_state_root syncing -

      Properties

      latest_block_hash: string
      latest_block_height: number
      latest_block_time: string
      latest_state_root: string
      syncing: boolean

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      latest_block_hash: string
      latest_block_height: number
      latest_block_time: string
      latest_state_root: string
      syncing: boolean

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.TotalWeight.html b/interfaces/near_api_js.providers_provider.TotalWeight.html index 230e4bee4e..db795b8fa7 100644 --- a/interfaces/near_api_js.providers_provider.TotalWeight.html +++ b/interfaces/near_api_js.providers_provider.TotalWeight.html @@ -1,2 +1,2 @@ TotalWeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      num: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.Transaction.html b/interfaces/near_api_js.providers_provider.Transaction.html index 1c02639eb1..937908438d 100644 --- a/interfaces/near_api_js.providers_provider.Transaction.html +++ b/interfaces/near_api_js.providers_provider.Transaction.html @@ -5,4 +5,4 @@ receiver_id signature signer_id -

      Properties

      actions: any[]
      hash: string
      nonce: BigInt
      public_key: string
      receiver_id: string
      signature: string
      signer_id: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      actions: any[]
      hash: string
      nonce: BigInt
      public_key: string
      receiver_id: string
      signature: string
      signer_id: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ValidatorStakeView.html b/interfaces/near_api_js.providers_provider.ValidatorStakeView.html index fc8b73d46f..a1a3b05b2b 100644 --- a/interfaces/near_api_js.providers_provider.ValidatorStakeView.html +++ b/interfaces/near_api_js.providers_provider.ValidatorStakeView.html @@ -2,4 +2,4 @@ public_key stake validator_stake_struct_version -

      Properties

      account_id: string
      public_key: string
      stake: string
      validator_stake_struct_version: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string
      stake: string
      validator_stake_struct_version: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ViewAccessKeyListRequest.html b/interfaces/near_api_js.providers_provider.ViewAccessKeyListRequest.html index dcc4808187..ad1cfada2a 100644 --- a/interfaces/near_api_js.providers_provider.ViewAccessKeyListRequest.html +++ b/interfaces/near_api_js.providers_provider.ViewAccessKeyListRequest.html @@ -1,3 +1,3 @@ ViewAccessKeyListRequest | Documentation

      Hierarchy

      • ViewAccessKeyListRequest

      Properties

      account_id: string
      request_type: "view_access_key_list"

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      request_type: "view_access_key_list"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ViewAccessKeyRequest.html b/interfaces/near_api_js.providers_provider.ViewAccessKeyRequest.html index 1c0f3c43c7..958edd9941 100644 --- a/interfaces/near_api_js.providers_provider.ViewAccessKeyRequest.html +++ b/interfaces/near_api_js.providers_provider.ViewAccessKeyRequest.html @@ -1,4 +1,4 @@ ViewAccessKeyRequest | Documentation

      Hierarchy

      • ViewAccessKeyRequest

      Properties

      account_id: string
      public_key: string
      request_type: "view_access_key"

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string
      request_type: "view_access_key"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ViewAccountRequest.html b/interfaces/near_api_js.providers_provider.ViewAccountRequest.html index 4d74c3a3e5..d8c00f6201 100644 --- a/interfaces/near_api_js.providers_provider.ViewAccountRequest.html +++ b/interfaces/near_api_js.providers_provider.ViewAccountRequest.html @@ -1,3 +1,3 @@ ViewAccountRequest | Documentation

      Hierarchy

      • ViewAccountRequest

      Properties

      account_id: string
      request_type: "view_account"

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      request_type: "view_account"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ViewCodeRequest.html b/interfaces/near_api_js.providers_provider.ViewCodeRequest.html index 7628090a7b..850e00e257 100644 --- a/interfaces/near_api_js.providers_provider.ViewCodeRequest.html +++ b/interfaces/near_api_js.providers_provider.ViewCodeRequest.html @@ -1,3 +1,3 @@ ViewCodeRequest | Documentation

      Hierarchy

      • ViewCodeRequest

      Properties

      account_id: string
      request_type: "view_code"

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      request_type: "view_code"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ViewStateRequest.html b/interfaces/near_api_js.providers_provider.ViewStateRequest.html index 0b8dea81cd..5b93fcadf4 100644 --- a/interfaces/near_api_js.providers_provider.ViewStateRequest.html +++ b/interfaces/near_api_js.providers_provider.ViewStateRequest.html @@ -1,4 +1,4 @@ ViewStateRequest | Documentation

      Hierarchy

      • ViewStateRequest

      Properties

      account_id: string
      prefix_base64: string
      request_type: "view_state"

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      prefix_base64: string
      request_type: "view_state"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.providers_provider.ViewStateResult.html b/interfaces/near_api_js.providers_provider.ViewStateResult.html index 617ac5f1b2..fc01177e8b 100644 --- a/interfaces/near_api_js.providers_provider.ViewStateResult.html +++ b/interfaces/near_api_js.providers_provider.ViewStateResult.html @@ -2,4 +2,4 @@ block_height proof values -

      Properties

      block_hash: string
      block_height: number
      proof: string[]
      values: StateItem[]

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      proof: string[]
      values: StateItem[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.utils_key_pair.Signature.html b/interfaces/near_api_js.utils_key_pair.Signature.html index 8fa4281de3..9a3c272711 100644 --- a/interfaces/near_api_js.utils_key_pair.Signature.html +++ b/interfaces/near_api_js.utils_key_pair.Signature.html @@ -1,3 +1,3 @@ Signature | Documentation

      Hierarchy

      • Signature

      Properties

      Properties

      publicKey: PublicKey
      signature: Uint8Array

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      publicKey: PublicKey
      signature: Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.validators.ChangedValidatorInfo.html b/interfaces/near_api_js.validators.ChangedValidatorInfo.html index 11446c21f6..b2cb504a4e 100644 --- a/interfaces/near_api_js.validators.ChangedValidatorInfo.html +++ b/interfaces/near_api_js.validators.ChangedValidatorInfo.html @@ -1,3 +1,3 @@ ChangedValidatorInfo | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.validators.EpochValidatorsDiff.html b/interfaces/near_api_js.validators.EpochValidatorsDiff.html index a553540bf0..5a86d4a3a8 100644 --- a/interfaces/near_api_js.validators.EpochValidatorsDiff.html +++ b/interfaces/near_api_js.validators.EpochValidatorsDiff.html @@ -1,4 +1,4 @@ EpochValidatorsDiff | Documentation

      Hierarchy

      • EpochValidatorsDiff

      Properties

      changedValidators: ChangedValidatorInfo[]
      newValidators: NextEpochValidatorInfo[]
      removedValidators: CurrentEpochValidatorInfo[]

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      changedValidators: ChangedValidatorInfo[]
      newValidators: NextEpochValidatorInfo[]
      removedValidators: CurrentEpochValidatorInfo[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.account.html b/modules/_near_js_accounts.account.html index 45806e5e83..edaee26d82 100644 --- a/modules/_near_js_accounts.account.html +++ b/modules/_near_js_accounts.account.html @@ -1,5 +1,5 @@ -account | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.account_2fa.html b/modules/_near_js_accounts.account_2fa.html index 878891df21..80fc36fd28 100644 --- a/modules/_near_js_accounts.account_2fa.html +++ b/modules/_near_js_accounts.account_2fa.html @@ -1,2 +1,2 @@ -account_2fa | Documentation

      Generated using TypeDoc

      \ No newline at end of file +account_2fa | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.account_creator.html b/modules/_near_js_accounts.account_creator.html index acec80e63f..28e42beaae 100644 --- a/modules/_near_js_accounts.account_creator.html +++ b/modules/_near_js_accounts.account_creator.html @@ -1,4 +1,4 @@ -account_creator | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.account_multisig.html b/modules/_near_js_accounts.account_multisig.html index 8af24c21bc..6dab7d6b7d 100644 --- a/modules/_near_js_accounts.account_multisig.html +++ b/modules/_near_js_accounts.account_multisig.html @@ -1,2 +1,2 @@ -account_multisig | Documentation

      Generated using TypeDoc

      \ No newline at end of file +account_multisig | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.connection.html b/modules/_near_js_accounts.connection.html index 72cbca7d9a..ae8b69823f 100644 --- a/modules/_near_js_accounts.connection.html +++ b/modules/_near_js_accounts.connection.html @@ -1,2 +1,2 @@ -connection | Documentation

      Generated using TypeDoc

      \ No newline at end of file +connection | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.constants.html b/modules/_near_js_accounts.constants.html index 5c74cd7d87..7efc2e778a 100644 --- a/modules/_near_js_accounts.constants.html +++ b/modules/_near_js_accounts.constants.html @@ -1,7 +1,7 @@ -constants | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.contract.html b/modules/_near_js_accounts.contract.html index 209d15b50b..7912afac72 100644 --- a/modules/_near_js_accounts.contract.html +++ b/modules/_near_js_accounts.contract.html @@ -1,3 +1,3 @@ -contract | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.errors.html b/modules/_near_js_accounts.errors.html index 66c29a8890..10a41267cf 100644 --- a/modules/_near_js_accounts.errors.html +++ b/modules/_near_js_accounts.errors.html @@ -1,5 +1,5 @@ -errors | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.html b/modules/_near_js_accounts.html index c75f054b83..76b5d64c57 100644 --- a/modules/_near_js_accounts.html +++ b/modules/_near_js_accounts.html @@ -1,4 +1,4 @@ -@near-js/accounts - v1.2.0 | Documentation

      Module @near-js/accounts - v1.2.0

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/accounts - v1.2.1 | Documentation

      Module @near-js/accounts - v1.2.1

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      👉 Learn how to use the library in your project.

      Resources

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.index.html b/modules/_near_js_accounts.index.html index 0ae592d388..27fe4986a0 100644 --- a/modules/_near_js_accounts.index.html +++ b/modules/_near_js_accounts.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      Account +index | Documentation

      References

      Re-exports Account
      Re-exports Account2FA
      Re-exports AccountAuthorizedApp
      Re-exports AccountBalance
      Re-exports AccountCreator
      Re-exports AccountMultisig
      Re-exports ArgumentSchemaError
      Re-exports ChangeFunctionCallOptions
      Re-exports ConflictingOptions
      Re-exports Connection
      Re-exports Contract
      Re-exports ContractMethods
      Re-exports FunctionCallOptions
      Re-exports LocalAccountCreator
      Re-exports MULTISIG_ALLOWANCE
      Re-exports MULTISIG_CHANGE_METHODS
      Re-exports MULTISIG_CONFIRM_METHODS
      Re-exports MULTISIG_DEPOSIT
      Re-exports MULTISIG_GAS
      Re-exports MULTISIG_STORAGE_KEY
      Re-exports MultisigDeleteRequestRejectionError
      Re-exports MultisigStateStatus
      Re-exports SignAndSendTransactionOptions
      Re-exports UnknownArgumentError
      Re-exports UnsupportedSerializationError
      Re-exports UrlAccountCreator
      Re-exports ViewFunctionCallOptions

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports Account
      Re-exports Account2FA
      Re-exports AccountAuthorizedApp
      Re-exports AccountBalance
      Re-exports AccountCreator
      Re-exports AccountMultisig
      Re-exports ArgumentSchemaError
      Re-exports ChangeFunctionCallOptions
      Re-exports ConflictingOptions
      Re-exports Connection
      Re-exports Contract
      Re-exports ContractMethods
      Re-exports FunctionCallOptions
      Re-exports LocalAccountCreator
      Re-exports MULTISIG_ALLOWANCE
      Re-exports MULTISIG_CHANGE_METHODS
      Re-exports MULTISIG_CONFIRM_METHODS
      Re-exports MULTISIG_DEPOSIT
      Re-exports MULTISIG_GAS
      Re-exports MULTISIG_STORAGE_KEY
      Re-exports MultisigDeleteRequestRejectionError
      Re-exports MultisigStateStatus
      Re-exports SignAndSendTransactionOptions
      Re-exports UnknownArgumentError
      Re-exports UnsupportedSerializationError
      Re-exports UrlAccountCreator
      Re-exports ViewFunctionCallOptions

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.interface.html b/modules/_near_js_accounts.interface.html index ef6e349d20..829f6933bb 100644 --- a/modules/_near_js_accounts.interface.html +++ b/modules/_near_js_accounts.interface.html @@ -1,5 +1,5 @@ -interface | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.local_view_execution.html b/modules/_near_js_accounts.local_view_execution.html index 2c36233731..dbba2bd531 100644 --- a/modules/_near_js_accounts.local_view_execution.html +++ b/modules/_near_js_accounts.local_view_execution.html @@ -1,2 +1,2 @@ -local-view-execution | Documentation

      Generated using TypeDoc

      \ No newline at end of file +local-view-execution | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.local_view_execution_runtime.html b/modules/_near_js_accounts.local_view_execution_runtime.html index 7ab05f2fac..67b3d2e4d7 100644 --- a/modules/_near_js_accounts.local_view_execution_runtime.html +++ b/modules/_near_js_accounts.local_view_execution_runtime.html @@ -1,2 +1,2 @@ -local-view-execution/runtime | Documentation

      Generated using TypeDoc

      \ No newline at end of file +local-view-execution/runtime | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.local_view_execution_storage.html b/modules/_near_js_accounts.local_view_execution_storage.html index a0a74eb781..2a203651c5 100644 --- a/modules/_near_js_accounts.local_view_execution_storage.html +++ b/modules/_near_js_accounts.local_view_execution_storage.html @@ -1,4 +1,4 @@ -local-view-execution/storage | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.local_view_execution_types.html b/modules/_near_js_accounts.local_view_execution_types.html index 5e4a075d64..78e1ebd306 100644 --- a/modules/_near_js_accounts.local_view_execution_types.html +++ b/modules/_near_js_accounts.local_view_execution_types.html @@ -1,2 +1,2 @@ -local-view-execution/types | Documentation

      Generated using TypeDoc

      \ No newline at end of file +local-view-execution/types | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.types.html b/modules/_near_js_accounts.types.html index 86f349f095..dc48811fad 100644 --- a/modules/_near_js_accounts.types.html +++ b/modules/_near_js_accounts.types.html @@ -1,3 +1,3 @@ -types | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.utils.html b/modules/_near_js_accounts.utils.html index 60f02950b3..ca12f1269c 100644 --- a/modules/_near_js_accounts.utils.html +++ b/modules/_near_js_accounts.utils.html @@ -1,5 +1,5 @@ -utils | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_biometric_ed25519.fido2.html b/modules/_near_js_biometric_ed25519.fido2.html index f67ceb89ee..eb587b19ed 100644 --- a/modules/_near_js_biometric_ed25519.fido2.html +++ b/modules/_near_js_biometric_ed25519.fido2.html @@ -1,2 +1,2 @@ -fido2 | Documentation

      Generated using TypeDoc

      \ No newline at end of file +fido2 | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_biometric_ed25519.html b/modules/_near_js_biometric_ed25519.html index 11e6de98cb..469abc9c43 100644 --- a/modules/_near_js_biometric_ed25519.html +++ b/modules/_near_js_biometric_ed25519.html @@ -1,4 +1,4 @@ -@near-js/biometric-ed25519 - v1.2.2 | Documentation

      Module @near-js/biometric-ed25519 - v1.2.2

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/biometric-ed25519 - v1.2.3 | Documentation

      Module @near-js/biometric-ed25519 - v1.2.3

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      👉 Learn how to use the library in your project.

      Resources

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_biometric_ed25519.index-1.html b/modules/_near_js_biometric_ed25519.index-1.html index edfef9c489..8e30c34f0c 100644 --- a/modules/_near_js_biometric_ed25519.index-1.html +++ b/modules/_near_js_biometric_ed25519.index-1.html @@ -1,5 +1,5 @@ -index | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_biometric_ed25519.index.html b/modules/_near_js_biometric_ed25519.index.html index 5bd2f68402..d492bfedeb 100644 --- a/modules/_near_js_biometric_ed25519.index.html +++ b/modules/_near_js_biometric_ed25519.index.html @@ -1,2 +1,2 @@ -index | Documentation

      Generated using TypeDoc

      \ No newline at end of file +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_biometric_ed25519.utils.html b/modules/_near_js_biometric_ed25519.utils.html index 0e040572d0..12e2c99c10 100644 --- a/modules/_near_js_biometric_ed25519.utils.html +++ b/modules/_near_js_biometric_ed25519.utils.html @@ -1,4 +1,4 @@ -utils | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.constants.html b/modules/_near_js_crypto.constants.html index 73dbcb360e..0bcb508298 100644 --- a/modules/_near_js_crypto.constants.html +++ b/modules/_near_js_crypto.constants.html @@ -1,3 +1,3 @@ -constants | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.html b/modules/_near_js_crypto.html index a7b0905580..fc9bf0a349 100644 --- a/modules/_near_js_crypto.html +++ b/modules/_near_js_crypto.html @@ -1,4 +1,4 @@ -@near-js/crypto - v1.2.3 | Documentation

      Module @near-js/crypto - v1.2.3

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/crypto - v1.2.4 | Documentation

      Module @near-js/crypto - v1.2.4

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      👉 Learn how to use the library in your project.

      Resources

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.index.html b/modules/_near_js_crypto.index.html index 3c49bdf5ed..549dcbc6f0 100644 --- a/modules/_near_js_crypto.index.html +++ b/modules/_near_js_crypto.index.html @@ -1,6 +1,6 @@ -index | Documentation

      References

      KeyPair +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports KeyPair
      Re-exports KeyPairEd25519
      Re-exports KeyType
      Re-exports PublicKey
      Re-exports Signature

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.key_pair.html b/modules/_near_js_crypto.key_pair.html index 954df68836..0fa2fe51f1 100644 --- a/modules/_near_js_crypto.key_pair.html +++ b/modules/_near_js_crypto.key_pair.html @@ -1,2 +1,2 @@ -key_pair | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_pair | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.key_pair_base.html b/modules/_near_js_crypto.key_pair_base.html index 8c562f4469..3873283855 100644 --- a/modules/_near_js_crypto.key_pair_base.html +++ b/modules/_near_js_crypto.key_pair_base.html @@ -1,3 +1,3 @@ -key_pair_base | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.key_pair_ed25519.html b/modules/_near_js_crypto.key_pair_ed25519.html index dbbba3e779..8c0bd7a10d 100644 --- a/modules/_near_js_crypto.key_pair_ed25519.html +++ b/modules/_near_js_crypto.key_pair_ed25519.html @@ -1,2 +1,2 @@ -key_pair_ed25519 | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_pair_ed25519 | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.public_key.html b/modules/_near_js_crypto.public_key.html index af32b2b6e2..3bfa1a7c5c 100644 --- a/modules/_near_js_crypto.public_key.html +++ b/modules/_near_js_crypto.public_key.html @@ -1,2 +1,2 @@ -public_key | Documentation

      Generated using TypeDoc

      \ No newline at end of file +public_key | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_iframe_rpc.html b/modules/_near_js_iframe_rpc.html index d589788c35..6ce9ec8398 100644 --- a/modules/_near_js_iframe_rpc.html +++ b/modules/_near_js_iframe_rpc.html @@ -38,4 +38,4 @@ iframe-rpc-error index types -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_iframe_rpc.iframe_rpc.html b/modules/_near_js_iframe_rpc.iframe_rpc.html index 4f8dc8eb93..afbce1300d 100644 --- a/modules/_near_js_iframe_rpc.iframe_rpc.html +++ b/modules/_near_js_iframe_rpc.iframe_rpc.html @@ -1,3 +1,3 @@ -iframe-rpc | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_iframe_rpc.iframe_rpc_error.html b/modules/_near_js_iframe_rpc.iframe_rpc_error.html index e327665758..d4259b8f88 100644 --- a/modules/_near_js_iframe_rpc.iframe_rpc_error.html +++ b/modules/_near_js_iframe_rpc.iframe_rpc_error.html @@ -1,2 +1,2 @@ -iframe-rpc-error | Documentation

      Generated using TypeDoc

      \ No newline at end of file +iframe-rpc-error | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_iframe_rpc.index.html b/modules/_near_js_iframe_rpc.index.html index 7000ebf137..0a4d9c2f28 100644 --- a/modules/_near_js_iframe_rpc.index.html +++ b/modules/_near_js_iframe_rpc.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      IFrameRPC +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports IFrameRPC
      Re-exports IFrameRPCError
      Re-exports IMessageEvent
      Re-exports IMessagePoster
      Re-exports IMessageReceiver
      Re-exports IRPCMethod
      Re-exports IRPCOptions
      Re-exports IRPCResponse
      Re-exports RPCMessage
      Re-exports isRPCMessage
      Re-exports windowReceiver

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_iframe_rpc.types.html b/modules/_near_js_iframe_rpc.types.html index a7250c4359..ae7ed4bdf2 100644 --- a/modules/_near_js_iframe_rpc.types.html +++ b/modules/_near_js_iframe_rpc.types.html @@ -1,4 +1,4 @@ -types | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores.html b/modules/_near_js_keystores.html index 2e60b87d9b..d8c6779acb 100644 --- a/modules/_near_js_keystores.html +++ b/modules/_near_js_keystores.html @@ -1,4 +1,4 @@ -@near-js/keystores - v0.0.11 | Documentation

      Module @near-js/keystores - v0.0.11

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/keystores - v0.0.12 | Documentation

      Module @near-js/keystores - v0.0.12

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      👉 Learn how to use the library in your project.

      Resources

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores.in_memory_key_store.html b/modules/_near_js_keystores.in_memory_key_store.html index 0e6ebfd1c7..67f9bcba41 100644 --- a/modules/_near_js_keystores.in_memory_key_store.html +++ b/modules/_near_js_keystores.in_memory_key_store.html @@ -1,2 +1,2 @@ -in_memory_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file +in_memory_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores.index.html b/modules/_near_js_keystores.index.html index 6d6a890279..67dd1cae5e 100644 --- a/modules/_near_js_keystores.index.html +++ b/modules/_near_js_keystores.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      InMemoryKeyStore +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports InMemoryKeyStore
      Re-exports KeyStore
      Re-exports MergeKeyStore

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores.keystore.html b/modules/_near_js_keystores.keystore.html index 9d233b2bb0..663ac2f25b 100644 --- a/modules/_near_js_keystores.keystore.html +++ b/modules/_near_js_keystores.keystore.html @@ -1,2 +1,2 @@ -keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file +keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores.merge_key_store.html b/modules/_near_js_keystores.merge_key_store.html index dba8560bcf..d7e401a757 100644 --- a/modules/_near_js_keystores.merge_key_store.html +++ b/modules/_near_js_keystores.merge_key_store.html @@ -1,2 +1,2 @@ -merge_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file +merge_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores_browser.browser_local_storage_key_store.html b/modules/_near_js_keystores_browser.browser_local_storage_key_store.html index 6579e3aaaf..c1511f2247 100644 --- a/modules/_near_js_keystores_browser.browser_local_storage_key_store.html +++ b/modules/_near_js_keystores_browser.browser_local_storage_key_store.html @@ -1,2 +1,2 @@ -browser_local_storage_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file +browser_local_storage_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores_browser.html b/modules/_near_js_keystores_browser.html index 07b1bdc204..ae88adb2f3 100644 --- a/modules/_near_js_keystores_browser.html +++ b/modules/_near_js_keystores_browser.html @@ -1,4 +1,4 @@ -@near-js/keystores-browser - v0.0.11 | Documentation

      Module @near-js/keystores-browser - v0.0.11

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/keystores-browser - v0.0.12 | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores_browser.index.html b/modules/_near_js_keystores_browser.index.html index fdf55b8135..e454d88bb6 100644 --- a/modules/_near_js_keystores_browser.index.html +++ b/modules/_near_js_keystores_browser.index.html @@ -1,2 +1,2 @@ -index | Documentation

      Generated using TypeDoc

      \ No newline at end of file +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores_node.html b/modules/_near_js_keystores_node.html index f61a973adb..566d5c46c3 100644 --- a/modules/_near_js_keystores_node.html +++ b/modules/_near_js_keystores_node.html @@ -1,4 +1,4 @@ -@near-js/keystores-node - v0.0.11 | Documentation

      Module @near-js/keystores-node - v0.0.11

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/keystores-node - v0.0.12 | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores_node.index.html b/modules/_near_js_keystores_node.index.html index ce3a88455f..660c9ec2b5 100644 --- a/modules/_near_js_keystores_node.index.html +++ b/modules/_near_js_keystores_node.index.html @@ -1,2 +1,2 @@ -index | Documentation

      Generated using TypeDoc

      \ No newline at end of file +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores_node.unencrypted_file_system_keystore.html b/modules/_near_js_keystores_node.unencrypted_file_system_keystore.html index dbaf49880c..b42941b5e4 100644 --- a/modules/_near_js_keystores_node.unencrypted_file_system_keystore.html +++ b/modules/_near_js_keystores_node.unencrypted_file_system_keystore.html @@ -1,2 +1,2 @@ -unencrypted_file_system_keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file +unencrypted_file_system_keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.exponential_backoff.html b/modules/_near_js_providers.exponential_backoff.html index 7a4fb63b84..8b4e86e2fa 100644 --- a/modules/_near_js_providers.exponential_backoff.html +++ b/modules/_near_js_providers.exponential_backoff.html @@ -1,2 +1,2 @@ -exponential-backoff | Documentation

      Generated using TypeDoc

      \ No newline at end of file +exponential-backoff | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.failover_rpc_provider.html b/modules/_near_js_providers.failover_rpc_provider.html index b932e1031f..d80f9a5ab2 100644 --- a/modules/_near_js_providers.failover_rpc_provider.html +++ b/modules/_near_js_providers.failover_rpc_provider.html @@ -1,5 +1,5 @@ failover-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Index

      Classes

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.fetch.html b/modules/_near_js_providers.fetch.html index cd5c04a644..91338ae128 100644 --- a/modules/_near_js_providers.fetch.html +++ b/modules/_near_js_providers.fetch.html @@ -1,2 +1,2 @@ -fetch | Documentation

      Generated using TypeDoc

      \ No newline at end of file +fetch | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.fetch_json.html b/modules/_near_js_providers.fetch_json.html index 76f156cc38..53fa05b488 100644 --- a/modules/_near_js_providers.fetch_json.html +++ b/modules/_near_js_providers.fetch_json.html @@ -1,3 +1,3 @@ -fetch_json | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.html b/modules/_near_js_providers.html index c51ca53784..938171ecad 100644 --- a/modules/_near_js_providers.html +++ b/modules/_near_js_providers.html @@ -1,4 +1,4 @@ -@near-js/providers - v0.2.1 | Documentation

      Module @near-js/providers - v0.2.1

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/providers - v0.2.2 | Documentation

      Module @near-js/providers - v0.2.2

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      👉 Learn how to use the library in your project.

      Resources

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.index.html b/modules/_near_js_providers.index.html index fc2dccd89e..66f07a0258 100644 --- a/modules/_near_js_providers.index.html +++ b/modules/_near_js_providers.index.html @@ -1,5 +1,5 @@ -index | Documentation

      References

      FailoverRpcProvider +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports FailoverRpcProvider
      Re-exports JsonRpcProvider
      Re-exports exponentialBackoff
      Re-exports fetchJson

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.json_rpc_provider.html b/modules/_near_js_providers.json_rpc_provider.html index e32e6e2f27..d77d96330f 100644 --- a/modules/_near_js_providers.json_rpc_provider.html +++ b/modules/_near_js_providers.json_rpc_provider.html @@ -1,5 +1,5 @@ json-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Index

      Classes

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.provider.html b/modules/_near_js_providers.provider.html index 9c8fa1359e..dca1dd0a08 100644 --- a/modules/_near_js_providers.provider.html +++ b/modules/_near_js_providers.provider.html @@ -1,2 +1,2 @@ provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_signers.html b/modules/_near_js_signers.html index dbc19e173d..b2a013b39a 100644 --- a/modules/_near_js_signers.html +++ b/modules/_near_js_signers.html @@ -1,4 +1,4 @@ -@near-js/signers - v0.1.3 | Documentation

      Module @near-js/signers - v0.1.3

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/signers - v0.1.4 | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_signers.in_memory_signer.html b/modules/_near_js_signers.in_memory_signer.html index 53c97555ac..cfd00e4ca2 100644 --- a/modules/_near_js_signers.in_memory_signer.html +++ b/modules/_near_js_signers.in_memory_signer.html @@ -1,2 +1,2 @@ -in_memory_signer | Documentation

      Generated using TypeDoc

      \ No newline at end of file +in_memory_signer | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_signers.index.html b/modules/_near_js_signers.index.html index 6bae298f8f..20c2b008d7 100644 --- a/modules/_near_js_signers.index.html +++ b/modules/_near_js_signers.index.html @@ -1,3 +1,3 @@ -index | Documentation

      References

      InMemorySigner +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports InMemorySigner
      Re-exports Signer

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_signers.signer.html b/modules/_near_js_signers.signer.html index 17436883be..77cfc48969 100644 --- a/modules/_near_js_signers.signer.html +++ b/modules/_near_js_signers.signer.html @@ -1,2 +1,2 @@ -signer | Documentation

      Generated using TypeDoc

      \ No newline at end of file +signer | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.action_creators.html b/modules/_near_js_transactions.action_creators.html index 83656a474b..8bec3fef12 100644 --- a/modules/_near_js_transactions.action_creators.html +++ b/modules/_near_js_transactions.action_creators.html @@ -1,3 +1,3 @@ -action_creators | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.actions.html b/modules/_near_js_transactions.actions.html index f50914aae7..b5524276c9 100644 --- a/modules/_near_js_transactions.actions.html +++ b/modules/_near_js_transactions.actions.html @@ -1,4 +1,4 @@ -actions | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.create_transaction.html b/modules/_near_js_transactions.create_transaction.html index ce2236ec47..5888b10f9f 100644 --- a/modules/_near_js_transactions.create_transaction.html +++ b/modules/_near_js_transactions.create_transaction.html @@ -1,2 +1,2 @@ -create_transaction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +create_transaction | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.delegate.html b/modules/_near_js_transactions.delegate.html index 20695885a6..dab00afe03 100644 --- a/modules/_near_js_transactions.delegate.html +++ b/modules/_near_js_transactions.delegate.html @@ -1,3 +1,3 @@ -delegate | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.html b/modules/_near_js_transactions.html index 826af59410..703336a92f 100644 --- a/modules/_near_js_transactions.html +++ b/modules/_near_js_transactions.html @@ -1,4 +1,4 @@ -@near-js/transactions - v1.2.1 | Documentation

      Module @near-js/transactions - v1.2.1

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/transactions - v1.2.2 | Documentation

      Module @near-js/transactions - v1.2.2

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      👉 Learn how to use the library in your project.

      Resources

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.index.html b/modules/_near_js_transactions.index.html index 738f286b3f..809ff8c6a2 100644 --- a/modules/_near_js_transactions.index.html +++ b/modules/_near_js_transactions.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      AccessKey +index | Documentation

      References

      Re-exports AccessKey
      Re-exports AccessKeyPermission
      Re-exports Action
      Re-exports AddKey
      Re-exports CreateAccount
      Re-exports DelegateAction
      Re-exports DeleteAccount
      Re-exports DeleteKey
      Re-exports DeployContract
      Re-exports FullAccessPermission
      Re-exports FunctionCall
      Re-exports FunctionCallPermission
      Re-exports IAction
      Re-exports SCHEMA
      Re-exports Signature
      Re-exports SignedDelegate
      Re-exports SignedDelegateWithHash
      Re-exports SignedTransaction
      Re-exports Stake
      Re-exports Transaction
      Re-exports Transfer
      Re-exports actionCreators
      Re-exports buildDelegateAction
      Re-exports createTransaction
      Re-exports decodeSignedTransaction
      Re-exports decodeTransaction
      Re-exports encodeDelegateAction
      Re-exports encodeSignedDelegate
      Re-exports encodeTransaction
      Re-exports signDelegateAction
      Re-exports signTransaction
      Re-exports stringifyJsonOrBytes

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports AccessKey
      Re-exports AccessKeyPermission
      Re-exports Action
      Re-exports AddKey
      Re-exports CreateAccount
      Re-exports DelegateAction
      Re-exports DeleteAccount
      Re-exports DeleteKey
      Re-exports DeployContract
      Re-exports FullAccessPermission
      Re-exports FunctionCall
      Re-exports FunctionCallPermission
      Re-exports IAction
      Re-exports SCHEMA
      Re-exports Signature
      Re-exports SignedDelegate
      Re-exports SignedDelegateWithHash
      Re-exports SignedTransaction
      Re-exports Stake
      Re-exports Transaction
      Re-exports Transfer
      Re-exports actionCreators
      Re-exports buildDelegateAction
      Re-exports createTransaction
      Re-exports decodeSignedTransaction
      Re-exports decodeTransaction
      Re-exports encodeDelegateAction
      Re-exports encodeSignedDelegate
      Re-exports encodeTransaction
      Re-exports signDelegateAction
      Re-exports signTransaction
      Re-exports stringifyJsonOrBytes

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.prefix.html b/modules/_near_js_transactions.prefix.html index f230342b45..a186a458d1 100644 --- a/modules/_near_js_transactions.prefix.html +++ b/modules/_near_js_transactions.prefix.html @@ -1,2 +1,2 @@ -prefix | Documentation

      Generated using TypeDoc

      \ No newline at end of file +prefix | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.schema.html b/modules/_near_js_transactions.schema.html index 79f5357f2e..d81737c4a5 100644 --- a/modules/_near_js_transactions.schema.html +++ b/modules/_near_js_transactions.schema.html @@ -1,4 +1,4 @@ -schema | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.sign.html b/modules/_near_js_transactions.sign.html index 686048bd49..635b9f6715 100644 --- a/modules/_near_js_transactions.sign.html +++ b/modules/_near_js_transactions.sign.html @@ -1,4 +1,4 @@ -sign | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.signature.html b/modules/_near_js_transactions.signature.html index c6dd4aa1cb..520f2f1515 100644 --- a/modules/_near_js_transactions.signature.html +++ b/modules/_near_js_transactions.signature.html @@ -1,2 +1,2 @@ -signature | Documentation

      Generated using TypeDoc

      \ No newline at end of file +signature | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.assignable.html b/modules/_near_js_types.assignable.html index 48ea114cf6..eb5d8a7f43 100644 --- a/modules/_near_js_types.assignable.html +++ b/modules/_near_js_types.assignable.html @@ -1,2 +1,2 @@ -assignable | Documentation

      Generated using TypeDoc

      \ No newline at end of file +assignable | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.errors.html b/modules/_near_js_types.errors.html index 6573934eca..cf0af90ddb 100644 --- a/modules/_near_js_types.errors.html +++ b/modules/_near_js_types.errors.html @@ -1,5 +1,5 @@ -errors | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.html b/modules/_near_js_types.html index 0a5a2e76af..daf2ec3594 100644 --- a/modules/_near_js_types.html +++ b/modules/_near_js_types.html @@ -1,4 +1,4 @@ -@near-js/types - v0.2.0 | Documentation

      Module @near-js/types - v0.2.0

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/types - v0.2.1 | Documentation

      Module @near-js/types - v0.2.1

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      👉 Learn how to use the library in your project.

      Resources

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.index.html b/modules/_near_js_types.index.html index c07415172d..36d67caed3 100644 --- a/modules/_near_js_types.index.html +++ b/modules/_near_js_types.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      AccessKeyInfoView +index | Documentation

      References

      Re-exports AccessKeyInfoView
      Re-exports AccessKeyList
      Re-exports AccessKeyView
      Re-exports AccessKeyViewRaw
      Re-exports AccessKeyWithPublicKey
      Re-exports AccountView
      Re-exports ArgumentTypeError
      Re-exports Assignable
      Re-exports BlockChange
      Re-exports BlockChangeResult
      Re-exports BlockHash
      Re-exports BlockHeader
      Re-exports BlockHeaderInnerLiteView
      Re-exports BlockHeight
      Re-exports BlockId
      Re-exports BlockReference
      Re-exports BlockResult
      Re-exports BlockShardId
      Re-exports CallFunctionRequest
      Re-exports ChangeResult
      Re-exports Chunk
      Re-exports ChunkHash
      Re-exports ChunkHeader
      Re-exports ChunkId
      Re-exports ChunkResult
      Re-exports CodeResult
      Re-exports ContractCodeView
      Re-exports CurrentEpochValidatorInfo
      Re-exports EpochValidatorInfo
      Re-exports ErrorContext
      Re-exports ExecutionError
      Re-exports ExecutionOutcome
      Re-exports ExecutionOutcomeWithId
      Re-exports ExecutionOutcomeWithIdView
      Re-exports ExecutionStatus
      Re-exports ExecutionStatusBasic
      Re-exports FinalExecutionOutcome
      Re-exports FinalExecutionStatus
      Re-exports FinalExecutionStatusBasic
      Re-exports Finality
      Re-exports FunctionCallPermissionView
      Re-exports GasPrice
      Re-exports IdType
      Re-exports LightClientBlockLiteView
      Re-exports LightClientProof
      Re-exports LightClientProofRequest
      Re-exports MerkleNode
      Re-exports MerklePath
      Re-exports NearProtocolConfig
      Re-exports NearProtocolRuntimeConfig
      Re-exports NextEpochValidatorInfo
      Re-exports NextLightClientBlockRequest
      Re-exports NextLightClientBlockResponse
      Re-exports NodeStatusResult
      Re-exports PositionalArgsError
      Renames and re-exports Transaction
      Re-exports QueryResponseKind
      Re-exports RpcQueryRequest
      Re-exports ShardId
      Re-exports SyncInfo
      Re-exports TotalWeight
      Re-exports TxExecutionStatus
      Re-exports TypedError
      Re-exports ValidatorStakeView
      Re-exports ViewAccessKeyListRequest
      Re-exports ViewAccessKeyRequest
      Re-exports ViewAccountRequest
      Re-exports ViewCodeRequest
      Re-exports ViewStateRequest
      Re-exports ViewStateResult

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports AccessKeyInfoView
      Re-exports AccessKeyList
      Re-exports AccessKeyView
      Re-exports AccessKeyViewRaw
      Re-exports AccessKeyWithPublicKey
      Re-exports AccountView
      Re-exports ArgumentTypeError
      Re-exports Assignable
      Re-exports BlockChange
      Re-exports BlockChangeResult
      Re-exports BlockHash
      Re-exports BlockHeader
      Re-exports BlockHeaderInnerLiteView
      Re-exports BlockHeight
      Re-exports BlockId
      Re-exports BlockReference
      Re-exports BlockResult
      Re-exports BlockShardId
      Re-exports CallFunctionRequest
      Re-exports ChangeResult
      Re-exports Chunk
      Re-exports ChunkHash
      Re-exports ChunkHeader
      Re-exports ChunkId
      Re-exports ChunkResult
      Re-exports CodeResult
      Re-exports ContractCodeView
      Re-exports CurrentEpochValidatorInfo
      Re-exports EpochValidatorInfo
      Re-exports ErrorContext
      Re-exports ExecutionError
      Re-exports ExecutionOutcome
      Re-exports ExecutionOutcomeWithId
      Re-exports ExecutionOutcomeWithIdView
      Re-exports ExecutionStatus
      Re-exports ExecutionStatusBasic
      Re-exports FinalExecutionOutcome
      Re-exports FinalExecutionStatus
      Re-exports FinalExecutionStatusBasic
      Re-exports Finality
      Re-exports FunctionCallPermissionView
      Re-exports GasPrice
      Re-exports IdType
      Re-exports LightClientBlockLiteView
      Re-exports LightClientProof
      Re-exports LightClientProofRequest
      Re-exports MerkleNode
      Re-exports MerklePath
      Re-exports NearProtocolConfig
      Re-exports NearProtocolRuntimeConfig
      Re-exports NextEpochValidatorInfo
      Re-exports NextLightClientBlockRequest
      Re-exports NextLightClientBlockResponse
      Re-exports NodeStatusResult
      Re-exports PositionalArgsError
      Renames and re-exports Transaction
      Re-exports QueryResponseKind
      Re-exports RpcQueryRequest
      Re-exports ShardId
      Re-exports SyncInfo
      Re-exports TotalWeight
      Re-exports TxExecutionStatus
      Re-exports TypedError
      Re-exports ValidatorStakeView
      Re-exports ViewAccessKeyListRequest
      Re-exports ViewAccessKeyRequest
      Re-exports ViewAccountRequest
      Re-exports ViewCodeRequest
      Re-exports ViewStateRequest
      Re-exports ViewStateResult

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider-1.html b/modules/_near_js_types.provider-1.html index 851e4b7891..c23dff5a28 100644 --- a/modules/_near_js_types.provider-1.html +++ b/modules/_near_js_types.provider-1.html @@ -1,4 +1,4 @@ -provider | Documentation

      References

      AccessKeyInfoView +provider | Documentation

      References

      Re-exports AccessKeyInfoView
      Re-exports AccessKeyList
      Re-exports AccessKeyView
      Re-exports AccessKeyViewRaw
      Re-exports AccessKeyWithPublicKey
      Re-exports AccountView
      Re-exports BlockChange
      Re-exports BlockChangeResult
      Re-exports BlockHash
      Re-exports BlockHeader
      Re-exports BlockHeaderInnerLiteView
      Re-exports BlockHeight
      Re-exports BlockId
      Re-exports BlockReference
      Re-exports BlockResult
      Re-exports BlockShardId
      Re-exports CallFunctionRequest
      Re-exports ChangeResult
      Re-exports Chunk
      Re-exports ChunkHash
      Re-exports ChunkHeader
      Re-exports ChunkId
      Re-exports ChunkResult
      Re-exports CodeResult
      Re-exports ContractCodeView
      Re-exports CurrentEpochValidatorInfo
      Re-exports EpochValidatorInfo
      Re-exports ExecutionError
      Re-exports ExecutionOutcome
      Re-exports ExecutionOutcomeWithId
      Re-exports ExecutionOutcomeWithIdView
      Re-exports ExecutionStatus
      Re-exports ExecutionStatusBasic
      Re-exports FinalExecutionOutcome
      Re-exports FinalExecutionStatus
      Re-exports FinalExecutionStatusBasic
      Re-exports Finality
      Re-exports FunctionCallPermissionView
      Re-exports GasPrice
      Re-exports IdType
      Re-exports LightClientBlockLiteView
      Re-exports LightClientProof
      Re-exports LightClientProofRequest
      Re-exports MerkleNode
      Re-exports MerklePath
      Re-exports NearProtocolConfig
      Re-exports NearProtocolRuntimeConfig
      Re-exports NextEpochValidatorInfo
      Re-exports NextLightClientBlockRequest
      Re-exports NextLightClientBlockResponse
      Re-exports NodeStatusResult
      Renames and re-exports Transaction
      Re-exports QueryResponseKind
      Re-exports RpcQueryRequest
      Re-exports ShardId
      Re-exports SyncInfo
      Re-exports TotalWeight
      Re-exports TxExecutionStatus
      Re-exports ValidatorStakeView
      Re-exports ViewAccessKeyListRequest
      Re-exports ViewAccessKeyRequest
      Re-exports ViewAccountRequest
      Re-exports ViewCodeRequest
      Re-exports ViewStateRequest
      Re-exports ViewStateResult

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports AccessKeyInfoView
      Re-exports AccessKeyList
      Re-exports AccessKeyView
      Re-exports AccessKeyViewRaw
      Re-exports AccessKeyWithPublicKey
      Re-exports AccountView
      Re-exports BlockChange
      Re-exports BlockChangeResult
      Re-exports BlockHash
      Re-exports BlockHeader
      Re-exports BlockHeaderInnerLiteView
      Re-exports BlockHeight
      Re-exports BlockId
      Re-exports BlockReference
      Re-exports BlockResult
      Re-exports BlockShardId
      Re-exports CallFunctionRequest
      Re-exports ChangeResult
      Re-exports Chunk
      Re-exports ChunkHash
      Re-exports ChunkHeader
      Re-exports ChunkId
      Re-exports ChunkResult
      Re-exports CodeResult
      Re-exports ContractCodeView
      Re-exports CurrentEpochValidatorInfo
      Re-exports EpochValidatorInfo
      Re-exports ExecutionError
      Re-exports ExecutionOutcome
      Re-exports ExecutionOutcomeWithId
      Re-exports ExecutionOutcomeWithIdView
      Re-exports ExecutionStatus
      Re-exports ExecutionStatusBasic
      Re-exports FinalExecutionOutcome
      Re-exports FinalExecutionStatus
      Re-exports FinalExecutionStatusBasic
      Re-exports Finality
      Re-exports FunctionCallPermissionView
      Re-exports GasPrice
      Re-exports IdType
      Re-exports LightClientBlockLiteView
      Re-exports LightClientProof
      Re-exports LightClientProofRequest
      Re-exports MerkleNode
      Re-exports MerklePath
      Re-exports NearProtocolConfig
      Re-exports NearProtocolRuntimeConfig
      Re-exports NextEpochValidatorInfo
      Re-exports NextLightClientBlockRequest
      Re-exports NextLightClientBlockResponse
      Re-exports NodeStatusResult
      Renames and re-exports Transaction
      Re-exports QueryResponseKind
      Re-exports RpcQueryRequest
      Re-exports ShardId
      Re-exports SyncInfo
      Re-exports TotalWeight
      Re-exports TxExecutionStatus
      Re-exports ValidatorStakeView
      Re-exports ViewAccessKeyListRequest
      Re-exports ViewAccessKeyRequest
      Re-exports ViewAccountRequest
      Re-exports ViewCodeRequest
      Re-exports ViewStateRequest
      Re-exports ViewStateResult

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider.html b/modules/_near_js_types.provider.html index 254ee18c3f..0023d36b29 100644 --- a/modules/_near_js_types.provider.html +++ b/modules/_near_js_types.provider.html @@ -1,4 +1,4 @@ -provider | Documentation

      References

      AccessKeyInfoView +provider | Documentation

      References

      Re-exports AccessKeyInfoView
      Re-exports AccessKeyList
      Re-exports AccessKeyView
      Re-exports AccessKeyViewRaw
      Re-exports AccessKeyWithPublicKey
      Re-exports AccountView
      Re-exports BlockChange
      Re-exports BlockChangeResult
      Re-exports BlockHash
      Re-exports BlockHeader
      Re-exports BlockHeaderInnerLiteView
      Re-exports BlockHeight
      Re-exports BlockId
      Re-exports BlockReference
      Re-exports BlockResult
      Re-exports BlockShardId
      Re-exports CallFunctionRequest
      Re-exports ChangeResult
      Re-exports Chunk
      Re-exports ChunkHash
      Re-exports ChunkHeader
      Re-exports ChunkId
      Re-exports ChunkResult
      Re-exports CodeResult
      Re-exports ContractCodeView
      Re-exports CurrentEpochValidatorInfo
      Re-exports EpochValidatorInfo
      Re-exports ExecutionError
      Re-exports ExecutionOutcome
      Re-exports ExecutionOutcomeWithId
      Re-exports ExecutionOutcomeWithIdView
      Re-exports ExecutionStatus
      Re-exports ExecutionStatusBasic
      Re-exports FinalExecutionOutcome
      Re-exports FinalExecutionStatus
      Re-exports FinalExecutionStatusBasic
      Re-exports Finality
      Re-exports FunctionCallPermissionView
      Re-exports GasPrice
      Re-exports IdType
      Re-exports LightClientBlockLiteView
      Re-exports LightClientProof
      Re-exports LightClientProofRequest
      Re-exports MerkleNode
      Re-exports MerklePath
      Re-exports NearProtocolConfig
      Re-exports NearProtocolRuntimeConfig
      Re-exports NextEpochValidatorInfo
      Re-exports NextLightClientBlockRequest
      Re-exports NextLightClientBlockResponse
      Re-exports NodeStatusResult
      Renames and re-exports Transaction
      Re-exports QueryResponseKind
      Re-exports RpcQueryRequest
      Re-exports ShardId
      Re-exports SyncInfo
      Re-exports TotalWeight
      Re-exports TxExecutionStatus
      Re-exports ValidatorStakeView
      Re-exports ViewAccessKeyListRequest
      Re-exports ViewAccessKeyRequest
      Re-exports ViewAccountRequest
      Re-exports ViewCodeRequest
      Re-exports ViewStateRequest
      Re-exports ViewStateResult

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports AccessKeyInfoView
      Re-exports AccessKeyList
      Re-exports AccessKeyView
      Re-exports AccessKeyViewRaw
      Re-exports AccessKeyWithPublicKey
      Re-exports AccountView
      Re-exports BlockChange
      Re-exports BlockChangeResult
      Re-exports BlockHash
      Re-exports BlockHeader
      Re-exports BlockHeaderInnerLiteView
      Re-exports BlockHeight
      Re-exports BlockId
      Re-exports BlockReference
      Re-exports BlockResult
      Re-exports BlockShardId
      Re-exports CallFunctionRequest
      Re-exports ChangeResult
      Re-exports Chunk
      Re-exports ChunkHash
      Re-exports ChunkHeader
      Re-exports ChunkId
      Re-exports ChunkResult
      Re-exports CodeResult
      Re-exports ContractCodeView
      Re-exports CurrentEpochValidatorInfo
      Re-exports EpochValidatorInfo
      Re-exports ExecutionError
      Re-exports ExecutionOutcome
      Re-exports ExecutionOutcomeWithId
      Re-exports ExecutionOutcomeWithIdView
      Re-exports ExecutionStatus
      Re-exports ExecutionStatusBasic
      Re-exports FinalExecutionOutcome
      Re-exports FinalExecutionStatus
      Re-exports FinalExecutionStatusBasic
      Re-exports Finality
      Re-exports FunctionCallPermissionView
      Re-exports GasPrice
      Re-exports IdType
      Re-exports LightClientBlockLiteView
      Re-exports LightClientProof
      Re-exports LightClientProofRequest
      Re-exports MerkleNode
      Re-exports MerklePath
      Re-exports NearProtocolConfig
      Re-exports NearProtocolRuntimeConfig
      Re-exports NextEpochValidatorInfo
      Re-exports NextLightClientBlockRequest
      Re-exports NextLightClientBlockResponse
      Re-exports NodeStatusResult
      Renames and re-exports Transaction
      Re-exports QueryResponseKind
      Re-exports RpcQueryRequest
      Re-exports ShardId
      Re-exports SyncInfo
      Re-exports TotalWeight
      Re-exports TxExecutionStatus
      Re-exports ValidatorStakeView
      Re-exports ViewAccessKeyListRequest
      Re-exports ViewAccessKeyRequest
      Re-exports ViewAccountRequest
      Re-exports ViewCodeRequest
      Re-exports ViewStateRequest
      Re-exports ViewStateResult

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider_light_client-1.html b/modules/_near_js_types.provider_light_client-1.html index ed4a6eafee..498db34258 100644 --- a/modules/_near_js_types.provider_light_client-1.html +++ b/modules/_near_js_types.provider_light_client-1.html @@ -1,8 +1,8 @@ provider/light_client | Documentation

      References

      Re-exports IdType
      Re-exports LightClientBlockLiteView
      Re-exports LightClientProof
      Re-exports LightClientProofRequest
      Re-exports NextLightClientBlockRequest
      Re-exports NextLightClientBlockResponse

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider_light_client.html b/modules/_near_js_types.provider_light_client.html index 44037acf01..355f2806df 100644 --- a/modules/_near_js_types.provider_light_client.html +++ b/modules/_near_js_types.provider_light_client.html @@ -1,8 +1,8 @@ provider/light_client | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider_protocol-1.html b/modules/_near_js_types.provider_protocol-1.html index 4234148535..b14f408290 100644 --- a/modules/_near_js_types.provider_protocol-1.html +++ b/modules/_near_js_types.provider_protocol-1.html @@ -1,5 +1,5 @@ provider/protocol | Documentation

      NEAR RPC API request types and responses

      -

      References

      References

      Re-exports AccessKeyWithPublicKey
      Re-exports BlockChange
      Re-exports BlockChangeResult
      Re-exports BlockHash
      Re-exports BlockHeader
      Re-exports BlockHeaderInnerLiteView
      Re-exports BlockHeight
      Re-exports BlockId
      Re-exports BlockReference
      Re-exports BlockResult
      Re-exports BlockShardId
      Re-exports ChangeResult
      Re-exports Chunk
      Re-exports ChunkHash
      Re-exports ChunkHeader
      Re-exports ChunkId
      Re-exports ChunkResult
      Re-exports Finality
      Re-exports GasPrice
      Re-exports MerkleNode
      Re-exports MerklePath
      Re-exports NearProtocolConfig
      Re-exports NearProtocolRuntimeConfig
      Re-exports NodeStatusResult
      Re-exports ShardId
      Re-exports SyncInfo
      Re-exports TotalWeight
      Re-exports Transaction
      Re-exports TxExecutionStatus

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports AccessKeyWithPublicKey
      Re-exports BlockChange
      Re-exports BlockChangeResult
      Re-exports BlockHash
      Re-exports BlockHeader
      Re-exports BlockHeaderInnerLiteView
      Re-exports BlockHeight
      Re-exports BlockId
      Re-exports BlockReference
      Re-exports BlockResult
      Re-exports BlockShardId
      Re-exports ChangeResult
      Re-exports Chunk
      Re-exports ChunkHash
      Re-exports ChunkHeader
      Re-exports ChunkId
      Re-exports ChunkResult
      Re-exports Finality
      Re-exports GasPrice
      Re-exports MerkleNode
      Re-exports MerklePath
      Re-exports NearProtocolConfig
      Re-exports NearProtocolRuntimeConfig
      Re-exports NodeStatusResult
      Re-exports ShardId
      Re-exports SyncInfo
      Re-exports TotalWeight
      Re-exports Transaction
      Re-exports TxExecutionStatus

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider_protocol.html b/modules/_near_js_types.provider_protocol.html index ecaace46ac..a93f764f3a 100644 --- a/modules/_near_js_types.provider_protocol.html +++ b/modules/_near_js_types.provider_protocol.html @@ -1,5 +1,5 @@ provider/protocol | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider_request-1.html b/modules/_near_js_types.provider_request-1.html index 86fc86733e..444a837ab5 100644 --- a/modules/_near_js_types.provider_request-1.html +++ b/modules/_near_js_types.provider_request-1.html @@ -1,9 +1,9 @@ provider/request | Documentation

      References

      Re-exports CallFunctionRequest
      Re-exports RpcQueryRequest
      Re-exports ViewAccessKeyListRequest
      Re-exports ViewAccessKeyRequest
      Re-exports ViewAccountRequest
      Re-exports ViewCodeRequest
      Re-exports ViewStateRequest

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider_request.html b/modules/_near_js_types.provider_request.html index 7a7de52c55..e7d531d3bf 100644 --- a/modules/_near_js_types.provider_request.html +++ b/modules/_near_js_types.provider_request.html @@ -1,9 +1,9 @@ provider/request | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider_response-1.html b/modules/_near_js_types.provider_response-1.html index 14c29b496c..24885b4922 100644 --- a/modules/_near_js_types.provider_response-1.html +++ b/modules/_near_js_types.provider_response-1.html @@ -1,5 +1,5 @@ provider/response | Documentation

      NEAR RPC API request types and responses

      -

      References

      References

      Re-exports AccessKeyInfoView
      Re-exports AccessKeyList
      Re-exports AccessKeyView
      Re-exports AccessKeyViewRaw
      Re-exports AccountView
      Re-exports CodeResult
      Re-exports ContractCodeView
      Re-exports ExecutionError
      Re-exports ExecutionOutcome
      Re-exports ExecutionOutcomeWithId
      Re-exports ExecutionOutcomeWithIdView
      Re-exports ExecutionStatus
      Re-exports ExecutionStatusBasic
      Re-exports FinalExecutionOutcome
      Re-exports FinalExecutionStatus
      Re-exports FinalExecutionStatusBasic
      Re-exports FunctionCallPermissionView
      Re-exports QueryResponseKind
      Re-exports ViewStateResult

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports AccessKeyInfoView
      Re-exports AccessKeyList
      Re-exports AccessKeyView
      Re-exports AccessKeyViewRaw
      Re-exports AccountView
      Re-exports CodeResult
      Re-exports ContractCodeView
      Re-exports ExecutionError
      Re-exports ExecutionOutcome
      Re-exports ExecutionOutcomeWithId
      Re-exports ExecutionOutcomeWithIdView
      Re-exports ExecutionStatus
      Re-exports ExecutionStatusBasic
      Re-exports FinalExecutionOutcome
      Re-exports FinalExecutionStatus
      Re-exports FinalExecutionStatusBasic
      Re-exports FunctionCallPermissionView
      Re-exports QueryResponseKind
      Re-exports ViewStateResult

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider_response.html b/modules/_near_js_types.provider_response.html index b0d6b6f00c..7320fe0e2c 100644 --- a/modules/_near_js_types.provider_response.html +++ b/modules/_near_js_types.provider_response.html @@ -1,5 +1,5 @@ provider/response | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider_validator-1.html b/modules/_near_js_types.provider_validator-1.html index ddec1a9324..dbe44495be 100644 --- a/modules/_near_js_types.provider_validator-1.html +++ b/modules/_near_js_types.provider_validator-1.html @@ -1,6 +1,6 @@ provider/validator | Documentation

      References

      Re-exports CurrentEpochValidatorInfo
      Re-exports EpochValidatorInfo
      Re-exports NextEpochValidatorInfo
      Re-exports ValidatorStakeView

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.provider_validator.html b/modules/_near_js_types.provider_validator.html index 40e04aa5d2..61cb92f43e 100644 --- a/modules/_near_js_types.provider_validator.html +++ b/modules/_near_js_types.provider_validator.html @@ -1,6 +1,6 @@ provider/validator | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.constants.html b/modules/_near_js_utils.constants.html index a6c7d76798..1c0786a57f 100644 --- a/modules/_near_js_utils.constants.html +++ b/modules/_near_js_utils.constants.html @@ -1,2 +1,2 @@ -constants | Documentation

      Generated using TypeDoc

      \ No newline at end of file +constants | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.errors.html b/modules/_near_js_utils.errors.html index 88b224b4fe..543854a454 100644 --- a/modules/_near_js_utils.errors.html +++ b/modules/_near_js_utils.errors.html @@ -1,7 +1,7 @@ -errors | Documentation

      References

      References

      Re-exports ServerError
      Re-exports formatError
      Re-exports getErrorTypeFromErrorMessage
      Re-exports logWarning
      Re-exports parseResultError
      Re-exports parseRpcError

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.errors_errors.html b/modules/_near_js_utils.errors_errors.html index 69587623c4..1d90ade372 100644 --- a/modules/_near_js_utils.errors_errors.html +++ b/modules/_near_js_utils.errors_errors.html @@ -1,2 +1,2 @@ -errors/errors | Documentation

      Generated using TypeDoc

      \ No newline at end of file +errors/errors | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.errors_rpc_errors.html b/modules/_near_js_utils.errors_rpc_errors.html index 4eee06087b..5550d48bf6 100644 --- a/modules/_near_js_utils.errors_rpc_errors.html +++ b/modules/_near_js_utils.errors_rpc_errors.html @@ -1,6 +1,6 @@ -errors/rpc_errors | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.format.html b/modules/_near_js_utils.format.html index 607e372fc3..6a2c24d9ac 100644 --- a/modules/_near_js_utils.format.html +++ b/modules/_near_js_utils.format.html @@ -1,7 +1,7 @@ -format | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.html b/modules/_near_js_utils.html index 0bdc19cedf..2937f2c263 100644 --- a/modules/_near_js_utils.html +++ b/modules/_near_js_utils.html @@ -1,4 +1,4 @@ -@near-js/utils - v0.2.1 | Documentation

      Module @near-js/utils - v0.2.1

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/utils - v0.2.2 | Documentation

      Module @near-js/utils - v0.2.2

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      👉 Learn how to use the library in your project.

      Resources

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.index.html b/modules/_near_js_utils.index.html index 961a51e011..9362dffcdb 100644 --- a/modules/_near_js_utils.index.html +++ b/modules/_near_js_utils.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      ChangedValidatorInfo +index | Documentation

      References

      Re-exports ChangedValidatorInfo
      Re-exports DEFAULT_FUNCTION_CALL_GAS
      Re-exports EpochValidatorsDiff
      Re-exports Logger
      Re-exports LoggerService
      Re-exports NEAR_NOMINATION
      Re-exports NEAR_NOMINATION_EXP
      Re-exports ServerError
      Re-exports baseDecode
      Re-exports baseEncode
      Re-exports diffEpochValidators
      Re-exports findSeatPrice
      Re-exports formatError
      Re-exports formatNearAmount
      Re-exports getErrorTypeFromErrorMessage
      Re-exports logWarning
      Re-exports parseNearAmount
      Re-exports parseResultError
      Re-exports parseRpcError
      Re-exports printTxOutcomeLogs
      Re-exports printTxOutcomeLogsAndFailures
      Re-exports sortBigIntAsc

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports ChangedValidatorInfo
      Re-exports DEFAULT_FUNCTION_CALL_GAS
      Re-exports EpochValidatorsDiff
      Re-exports Logger
      Re-exports LoggerService
      Re-exports NEAR_NOMINATION
      Re-exports NEAR_NOMINATION_EXP
      Re-exports ServerError
      Re-exports baseDecode
      Re-exports baseEncode
      Re-exports diffEpochValidators
      Re-exports findSeatPrice
      Re-exports formatError
      Re-exports formatNearAmount
      Re-exports getErrorTypeFromErrorMessage
      Re-exports logWarning
      Re-exports parseNearAmount
      Re-exports parseResultError
      Re-exports parseRpcError
      Re-exports printTxOutcomeLogs
      Re-exports printTxOutcomeLogsAndFailures
      Re-exports sortBigIntAsc

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.logger.html b/modules/_near_js_utils.logger.html index 968b2516b4..d52d29a20c 100644 --- a/modules/_near_js_utils.logger.html +++ b/modules/_near_js_utils.logger.html @@ -1,3 +1,3 @@ -logger | Documentation

      References

      Logger +logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports Logger
      Re-exports LoggerService

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.logger_console_logger.html b/modules/_near_js_utils.logger_console_logger.html index 7a58f7b973..08d07d0a8d 100644 --- a/modules/_near_js_utils.logger_console_logger.html +++ b/modules/_near_js_utils.logger_console_logger.html @@ -1,2 +1,2 @@ -logger/console.logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file +logger/console.logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.logger_interface.html b/modules/_near_js_utils.logger_interface.html index da1f32c6a5..21605c89df 100644 --- a/modules/_near_js_utils.logger_interface.html +++ b/modules/_near_js_utils.logger_interface.html @@ -1,3 +1,3 @@ -logger/interface | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.logger_logger.html b/modules/_near_js_utils.logger_logger.html index c55e59692d..e2eda28cdc 100644 --- a/modules/_near_js_utils.logger_logger.html +++ b/modules/_near_js_utils.logger_logger.html @@ -1,2 +1,2 @@ -logger/logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file +logger/logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.logging.html b/modules/_near_js_utils.logging.html index cc282de2f6..d7dd88479d 100644 --- a/modules/_near_js_utils.logging.html +++ b/modules/_near_js_utils.logging.html @@ -1,3 +1,3 @@ -logging | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.provider.html b/modules/_near_js_utils.provider.html index aa9d2ce51c..5a0e349563 100644 --- a/modules/_near_js_utils.provider.html +++ b/modules/_near_js_utils.provider.html @@ -1 +1 @@ -provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file +provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.utils.html b/modules/_near_js_utils.utils.html index 807239fc54..924c1e512b 100644 --- a/modules/_near_js_utils.utils.html +++ b/modules/_near_js_utils.utils.html @@ -1,2 +1,2 @@ -utils | Documentation

      Generated using TypeDoc

      \ No newline at end of file +utils | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.validators.html b/modules/_near_js_utils.validators.html index 96efae0c50..1c4d15645e 100644 --- a/modules/_near_js_utils.validators.html +++ b/modules/_near_js_utils.validators.html @@ -1,5 +1,5 @@ -validators | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_wallet_account.html b/modules/_near_js_wallet_account.html index b8b59b0a52..491bb06cb1 100644 --- a/modules/_near_js_wallet_account.html +++ b/modules/_near_js_wallet_account.html @@ -1,4 +1,4 @@ -@near-js/wallet-account - v1.2.1 | Documentation

      Module @near-js/wallet-account - v1.2.1

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +@near-js/wallet-account - v1.2.2 | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_wallet_account.index.html b/modules/_near_js_wallet_account.index.html index ddb68922e7..b2ccca3f72 100644 --- a/modules/_near_js_wallet_account.index.html +++ b/modules/_near_js_wallet_account.index.html @@ -1,5 +1,5 @@ -index | Documentation

      References

      References

      Re-exports ConnectedWalletAccount
      Re-exports Near
      Re-exports NearConfig
      Re-exports WalletConnection

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_wallet_account.near.html b/modules/_near_js_wallet_account.near.html index c7f88b009e..b148420a8f 100644 --- a/modules/_near_js_wallet_account.near.html +++ b/modules/_near_js_wallet_account.near.html @@ -2,6 +2,6 @@ The Near class is used to interact with Account through the JsonRpcProvider. It is configured via the NearConfig.

      Index

      Classes

      Index

      Classes

      Interfaces

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_wallet_account.walletAccount.html b/modules/_near_js_wallet_account.walletAccount.html index d9944c5bd3..f7784dbeb9 100644 --- a/modules/_near_js_wallet_account.walletAccount.html +++ b/modules/_near_js_wallet_account.walletAccount.html @@ -3,6 +3,6 @@
    • WalletConnection which redirects users to NEAR Wallet for key management.
    • ConnectedWalletAccount is an Account implementation that uses WalletConnection to get keys
    • -

      Index

      Classes

      Index

      Classes

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.account.html b/modules/near_api_js.account.html index 7fa079a047..c4cb3be442 100644 --- a/modules/near_api_js.account.html +++ b/modules/near_api_js.account.html @@ -1,8 +1,8 @@ -account | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.account_creator.html b/modules/near_api_js.account_creator.html index e098a26b15..ed8d13cd61 100644 --- a/modules/near_api_js.account_creator.html +++ b/modules/near_api_js.account_creator.html @@ -1,4 +1,4 @@ -account_creator | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.account_multisig.html b/modules/near_api_js.account_multisig.html index 9e23dae41b..27a590c023 100644 --- a/modules/near_api_js.account_multisig.html +++ b/modules/near_api_js.account_multisig.html @@ -1,4 +1,4 @@ -account_multisig | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.browserConnect.html b/modules/near_api_js.browserConnect.html index 4fc97b9614..e26eac2303 100644 --- a/modules/near_api_js.browserConnect.html +++ b/modules/near_api_js.browserConnect.html @@ -5,6 +5,6 @@

      See

      ConnectConfig

      Example

      async function initNear() {
      const near = await connect({
      networkId: 'testnet',
      nodeUrl: 'https://rpc.testnet.near.org'
      })
      }
      -

      Index

      Interfaces

      Index

      Interfaces

      Functions

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.connect.html b/modules/near_api_js.connect.html index c59b3735df..335f1f3ed4 100644 --- a/modules/near_api_js.connect.html +++ b/modules/near_api_js.connect.html @@ -1,3 +1,3 @@ -connect | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.connection.html b/modules/near_api_js.connection.html index 55892cf748..f7991ae7ae 100644 --- a/modules/near_api_js.connection.html +++ b/modules/near_api_js.connection.html @@ -1 +1 @@ -connection | Documentation

      Generated using TypeDoc

      \ No newline at end of file +connection | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.constants.html b/modules/near_api_js.constants.html index 7b76c67ec6..d6b3d25fe5 100644 --- a/modules/near_api_js.constants.html +++ b/modules/near_api_js.constants.html @@ -1,2 +1,2 @@ -constants | Documentation

      Generated using TypeDoc

      \ No newline at end of file +constants | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.contract.html b/modules/near_api_js.contract.html index 5c3900fca2..cad8da7b26 100644 --- a/modules/near_api_js.contract.html +++ b/modules/near_api_js.contract.html @@ -1,2 +1,2 @@ -contract | Documentation

      Generated using TypeDoc

      \ No newline at end of file +contract | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.html b/modules/near_api_js.html index 42bd0d7f16..03b509945f 100644 --- a/modules/near_api_js.html +++ b/modules/near_api_js.html @@ -1,4 +1,4 @@ -near-api-js - v4.0.1 | Documentation

      Module near-api-js - v4.0.1

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      +near-api-js - v4.0.2 | Documentation

      Module near-api-js - v4.0.2

      NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

      👉 Learn how to use the library in your project.

      Resources

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.key_stores_browser_local_storage_key_store.html b/modules/near_api_js.key_stores_browser_local_storage_key_store.html index 79d541b9df..06941786cf 100644 --- a/modules/near_api_js.key_stores_browser_local_storage_key_store.html +++ b/modules/near_api_js.key_stores_browser_local_storage_key_store.html @@ -1 +1 @@ -key_stores/browser_local_storage_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_stores/browser_local_storage_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.key_stores_in_memory_key_store.html b/modules/near_api_js.key_stores_in_memory_key_store.html index e6fd9b3611..667de0af5c 100644 --- a/modules/near_api_js.key_stores_in_memory_key_store.html +++ b/modules/near_api_js.key_stores_in_memory_key_store.html @@ -1 +1 @@ -key_stores/in_memory_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_stores/in_memory_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.key_stores_keystore.html b/modules/near_api_js.key_stores_keystore.html index 101d8edb26..8a1beb860f 100644 --- a/modules/near_api_js.key_stores_keystore.html +++ b/modules/near_api_js.key_stores_keystore.html @@ -1 +1 @@ -key_stores/keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_stores/keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.key_stores_merge_key_store.html b/modules/near_api_js.key_stores_merge_key_store.html index d82a64c722..1d90a6b071 100644 --- a/modules/near_api_js.key_stores_merge_key_store.html +++ b/modules/near_api_js.key_stores_merge_key_store.html @@ -1 +1 @@ -key_stores/merge_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_stores/merge_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.key_stores_unencrypted_file_system_keystore.html b/modules/near_api_js.key_stores_unencrypted_file_system_keystore.html index 80dd8c165a..50065be06e 100644 --- a/modules/near_api_js.key_stores_unencrypted_file_system_keystore.html +++ b/modules/near_api_js.key_stores_unencrypted_file_system_keystore.html @@ -1 +1 @@ -key_stores/unencrypted_file_system_keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_stores/unencrypted_file_system_keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.near.html b/modules/near_api_js.near.html index 8e4a4a6872..c9c9dbf7af 100644 --- a/modules/near_api_js.near.html +++ b/modules/near_api_js.near.html @@ -1,2 +1,2 @@ -near | Documentation

      Generated using TypeDoc

      \ No newline at end of file +near | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.providers_failover_rpc_provider.html b/modules/near_api_js.providers_failover_rpc_provider.html index addd85c6ec..da3ec5f6ab 100644 --- a/modules/near_api_js.providers_failover_rpc_provider.html +++ b/modules/near_api_js.providers_failover_rpc_provider.html @@ -1,2 +1,2 @@ -providers/failover-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file +providers/failover-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.providers_json_rpc_provider.html b/modules/near_api_js.providers_json_rpc_provider.html index 0ecd421fbe..73dc95dd36 100644 --- a/modules/near_api_js.providers_json_rpc_provider.html +++ b/modules/near_api_js.providers_json_rpc_provider.html @@ -1 +1 @@ -providers/json-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file +providers/json-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.providers_provider.html b/modules/near_api_js.providers_provider.html index 1a1e37fc3a..5aac98dba3 100644 --- a/modules/near_api_js.providers_provider.html +++ b/modules/near_api_js.providers_provider.html @@ -1,4 +1,4 @@ -providers/provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.signer.html b/modules/near_api_js.signer.html index eef260ecb5..1fde658579 100644 --- a/modules/near_api_js.signer.html +++ b/modules/near_api_js.signer.html @@ -1 +1 @@ -signer | Documentation

      Generated using TypeDoc

      \ No newline at end of file +signer | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.transaction.html b/modules/near_api_js.transaction.html index 4a7b8982f4..cf43ca5cf6 100644 --- a/modules/near_api_js.transaction.html +++ b/modules/near_api_js.transaction.html @@ -1,4 +1,4 @@ -transaction | Documentation

      References

      stringifyJsonOrBytes +transaction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Renames and re-exports __type

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils.html b/modules/near_api_js.utils.html index 3b766a2216..3dddc219ce 100644 --- a/modules/near_api_js.utils.html +++ b/modules/near_api_js.utils.html @@ -1,4 +1,4 @@ -utils | Documentation

      References

      enums +utils | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Renames and re-exports utils/enums
      Renames and re-exports utils/format
      Renames and re-exports utils/key_pair
      Re-exports logWarning
      Renames and re-exports utils/rpc_errors
      Renames and re-exports utils/serialize
      Renames and re-exports utils/web

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils_enums.html b/modules/near_api_js.utils_enums.html index 895937c2ea..9514f93743 100644 --- a/modules/near_api_js.utils_enums.html +++ b/modules/near_api_js.utils_enums.html @@ -1,3 +1,3 @@ -utils/enums | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils_errors.html b/modules/near_api_js.utils_errors.html index cbc85a018e..46178dc018 100644 --- a/modules/near_api_js.utils_errors.html +++ b/modules/near_api_js.utils_errors.html @@ -1,8 +1,8 @@ -utils/errors | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils_format.html b/modules/near_api_js.utils_format.html index 07d5106ea6..b068d26d42 100644 --- a/modules/near_api_js.utils_format.html +++ b/modules/near_api_js.utils_format.html @@ -1,5 +1,5 @@ -utils/format | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils_key_pair.html b/modules/near_api_js.utils_key_pair.html index 9aa0a38fb3..cf557ea26f 100644 --- a/modules/near_api_js.utils_key_pair.html +++ b/modules/near_api_js.utils_key_pair.html @@ -1,6 +1,6 @@ -utils/key_pair | Documentation

      References

      KeyPairEd25519 +utils/key_pair | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      References

      Re-exports KeyPairEd25519
      Re-exports PublicKey

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils_logger.html b/modules/near_api_js.utils_logger.html index a081501064..5c09929b1b 100644 --- a/modules/near_api_js.utils_logger.html +++ b/modules/near_api_js.utils_logger.html @@ -1,2 +1,2 @@ -utils/logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file +utils/logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils_rpc_errors.html b/modules/near_api_js.utils_rpc_errors.html index 2377ea08a2..c46cc0d52f 100644 --- a/modules/near_api_js.utils_rpc_errors.html +++ b/modules/near_api_js.utils_rpc_errors.html @@ -1,6 +1,6 @@ -utils/rpc_errors | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils_serialize.html b/modules/near_api_js.utils_serialize.html index 38e2d6814a..861f8c5e58 100644 --- a/modules/near_api_js.utils_serialize.html +++ b/modules/near_api_js.utils_serialize.html @@ -1,6 +1,6 @@ -utils/serialize | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils_web.html b/modules/near_api_js.utils_web.html index 333e9027cb..efac2e52b4 100644 --- a/modules/near_api_js.utils_web.html +++ b/modules/near_api_js.utils_web.html @@ -1,2 +1,2 @@ -utils/web | Documentation

      Generated using TypeDoc

      \ No newline at end of file +utils/web | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.validators.html b/modules/near_api_js.validators.html index 853d6bda49..c83b5fffaa 100644 --- a/modules/near_api_js.validators.html +++ b/modules/near_api_js.validators.html @@ -1,5 +1,5 @@ -validators | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.wallet_account.html b/modules/near_api_js.wallet_account.html index 612c14a2c5..68cfd4f6ac 100644 --- a/modules/near_api_js.wallet_account.html +++ b/modules/near_api_js.wallet_account.html @@ -1 +1 @@ -wallet-account | Documentation

      Generated using TypeDoc

      \ No newline at end of file +wallet-account | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_biometric_ed25519.index.AssertionResponse.html b/types/_near_js_biometric_ed25519.index.AssertionResponse.html index 8b00cf3b8b..86c810d8c2 100644 --- a/types/_near_js_biometric_ed25519.index.AssertionResponse.html +++ b/types/_near_js_biometric_ed25519.index.AssertionResponse.html @@ -1 +1 @@ -AssertionResponse | Documentation
      AssertionResponse: {
          authenticatorAttachment: "platform" | "cross-platform";
          getClientExtensionResults: (() => any);
          id: string;
          rawId: string;
          response: {
              authenticatorData: string;
              clientDataJSON: string;
              signature: string;
              userHandle: string;
          };
          type: "public-key";
      }

      Type declaration

      • authenticatorAttachment: "platform" | "cross-platform"
      • getClientExtensionResults: (() => any)
          • (): any
          • Returns any

      • id: string
      • rawId: string
      • response: {
            authenticatorData: string;
            clientDataJSON: string;
            signature: string;
            userHandle: string;
        }
        • authenticatorData: string
        • clientDataJSON: string
        • signature: string
        • userHandle: string
      • type: "public-key"

      Generated using TypeDoc

      \ No newline at end of file +AssertionResponse | Documentation
      AssertionResponse: {
          authenticatorAttachment: "platform" | "cross-platform";
          getClientExtensionResults: (() => any);
          id: string;
          rawId: string;
          response: {
              authenticatorData: string;
              clientDataJSON: string;
              signature: string;
              userHandle: string;
          };
          type: "public-key";
      }

      Type declaration

      • authenticatorAttachment: "platform" | "cross-platform"
      • getClientExtensionResults: (() => any)
          • (): any
          • Returns any

      • id: string
      • rawId: string
      • response: {
            authenticatorData: string;
            clientDataJSON: string;
            signature: string;
            userHandle: string;
        }
        • authenticatorData: string
        • clientDataJSON: string
        • signature: string
        • userHandle: string
      • type: "public-key"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_iframe_rpc.types.RPCMessage.html b/types/_near_js_iframe_rpc.types.RPCMessage.html index 68054569bd..7e0478bac6 100644 --- a/types/_near_js_iframe_rpc.types.RPCMessage.html +++ b/types/_near_js_iframe_rpc.types.RPCMessage.html @@ -1 +1 @@ -RPCMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file +RPCMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.BlockHash.html b/types/_near_js_types.provider_protocol.BlockHash.html index 829db52d90..62a2fc2f3d 100644 --- a/types/_near_js_types.provider_protocol.BlockHash.html +++ b/types/_near_js_types.provider_protocol.BlockHash.html @@ -1 +1 @@ -BlockHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.BlockHeight.html b/types/_near_js_types.provider_protocol.BlockHeight.html index 58c1f3cc9e..fe2c5844e5 100644 --- a/types/_near_js_types.provider_protocol.BlockHeight.html +++ b/types/_near_js_types.provider_protocol.BlockHeight.html @@ -1 +1 @@ -BlockHeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockHeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.BlockId.html b/types/_near_js_types.provider_protocol.BlockId.html index 379c38bfd6..f47cec800c 100644 --- a/types/_near_js_types.provider_protocol.BlockId.html +++ b/types/_near_js_types.provider_protocol.BlockId.html @@ -1 +1 @@ -BlockId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.BlockReference.html b/types/_near_js_types.provider_protocol.BlockReference.html index 87ec24962b..cb9dbc5bc0 100644 --- a/types/_near_js_types.provider_protocol.BlockReference.html +++ b/types/_near_js_types.provider_protocol.BlockReference.html @@ -1 +1 @@ -BlockReference | Documentation
      BlockReference: {
          blockId: BlockId;
      } | {
          finality: Finality;
      } | {
          sync_checkpoint: "genesis" | "earliest_available";
      }

      Type declaration

      Type declaration

      Type declaration

      • sync_checkpoint: "genesis" | "earliest_available"

      Generated using TypeDoc

      \ No newline at end of file +BlockReference | Documentation
      BlockReference: {
          blockId: BlockId;
      } | {
          finality: Finality;
      } | {
          sync_checkpoint: "genesis" | "earliest_available";
      }

      Type declaration

      Type declaration

      Type declaration

      • sync_checkpoint: "genesis" | "earliest_available"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.BlockShardId.html b/types/_near_js_types.provider_protocol.BlockShardId.html index 8c3dc8b0ab..2af7002bed 100644 --- a/types/_near_js_types.provider_protocol.BlockShardId.html +++ b/types/_near_js_types.provider_protocol.BlockShardId.html @@ -1 +1 @@ -BlockShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.ChunkHash.html b/types/_near_js_types.provider_protocol.ChunkHash.html index e90dd4d403..8ae88039a3 100644 --- a/types/_near_js_types.provider_protocol.ChunkHash.html +++ b/types/_near_js_types.provider_protocol.ChunkHash.html @@ -1 +1 @@ -ChunkHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file +ChunkHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.ChunkId.html b/types/_near_js_types.provider_protocol.ChunkId.html index 43a6d193c3..939768ae78 100644 --- a/types/_near_js_types.provider_protocol.ChunkId.html +++ b/types/_near_js_types.provider_protocol.ChunkId.html @@ -1 +1 @@ -ChunkId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +ChunkId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.Finality.html b/types/_near_js_types.provider_protocol.Finality.html index c79c69f6d0..ba16e7f41a 100644 --- a/types/_near_js_types.provider_protocol.Finality.html +++ b/types/_near_js_types.provider_protocol.Finality.html @@ -1 +1 @@ -Finality | Documentation

      Generated using TypeDoc

      \ No newline at end of file +Finality | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.MerklePath.html b/types/_near_js_types.provider_protocol.MerklePath.html index 9531ef8fe5..8cf94f5f17 100644 --- a/types/_near_js_types.provider_protocol.MerklePath.html +++ b/types/_near_js_types.provider_protocol.MerklePath.html @@ -1 +1 @@ -MerklePath | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MerklePath | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.ShardId.html b/types/_near_js_types.provider_protocol.ShardId.html index 3dd33ced97..8a8ea1ed74 100644 --- a/types/_near_js_types.provider_protocol.ShardId.html +++ b/types/_near_js_types.provider_protocol.ShardId.html @@ -1 +1 @@ -ShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +ShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.TxExecutionStatus.html b/types/_near_js_types.provider_protocol.TxExecutionStatus.html index a20ff8a485..4bb6a9efe8 100644 --- a/types/_near_js_types.provider_protocol.TxExecutionStatus.html +++ b/types/_near_js_types.provider_protocol.TxExecutionStatus.html @@ -1 +1 @@ -TxExecutionStatus | Documentation

      Generated using TypeDoc

      \ No newline at end of file +TxExecutionStatus | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_request.RpcQueryRequest.html b/types/_near_js_types.provider_request.RpcQueryRequest.html index 6f5151e9d2..0e4ac970fc 100644 --- a/types/_near_js_types.provider_request.RpcQueryRequest.html +++ b/types/_near_js_types.provider_request.RpcQueryRequest.html @@ -1 +1 @@ -RpcQueryRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +RpcQueryRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_utils.logger_interface.LogLevel.html b/types/_near_js_utils.logger_interface.LogLevel.html index c4cd730f72..34be552b76 100644 --- a/types/_near_js_utils.logger_interface.LogLevel.html +++ b/types/_near_js_utils.logger_interface.LogLevel.html @@ -1 +1 @@ -LogLevel | Documentation

      Generated using TypeDoc

      \ No newline at end of file +LogLevel | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.BlockHash.html b/types/near_api_js.providers_provider.BlockHash.html index 99dc72e4ef..c504753cae 100644 --- a/types/near_api_js.providers_provider.BlockHash.html +++ b/types/near_api_js.providers_provider.BlockHash.html @@ -1 +1 @@ -BlockHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.BlockHeight.html b/types/near_api_js.providers_provider.BlockHeight.html index fe8a235725..81edfb2227 100644 --- a/types/near_api_js.providers_provider.BlockHeight.html +++ b/types/near_api_js.providers_provider.BlockHeight.html @@ -1 +1 @@ -BlockHeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockHeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.BlockId.html b/types/near_api_js.providers_provider.BlockId.html index c81f9fb932..12ca363228 100644 --- a/types/near_api_js.providers_provider.BlockId.html +++ b/types/near_api_js.providers_provider.BlockId.html @@ -1 +1 @@ -BlockId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.BlockReference.html b/types/near_api_js.providers_provider.BlockReference.html index 4f221392c9..0d2aec2d27 100644 --- a/types/near_api_js.providers_provider.BlockReference.html +++ b/types/near_api_js.providers_provider.BlockReference.html @@ -1 +1 @@ -BlockReference | Documentation
      BlockReference: {
          blockId: BlockId;
      } | {
          finality: Finality;
      } | {
          sync_checkpoint: "genesis" | "earliest_available";
      }

      Type declaration

      Type declaration

      Type declaration

      • sync_checkpoint: "genesis" | "earliest_available"

      Generated using TypeDoc

      \ No newline at end of file +BlockReference | Documentation
      BlockReference: {
          blockId: BlockId;
      } | {
          finality: Finality;
      } | {
          sync_checkpoint: "genesis" | "earliest_available";
      }

      Type declaration

      Type declaration

      Type declaration

      • sync_checkpoint: "genesis" | "earliest_available"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.BlockShardId.html b/types/near_api_js.providers_provider.BlockShardId.html index d1dfc602c2..ca324e554f 100644 --- a/types/near_api_js.providers_provider.BlockShardId.html +++ b/types/near_api_js.providers_provider.BlockShardId.html @@ -1 +1 @@ -BlockShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.ChunkHash.html b/types/near_api_js.providers_provider.ChunkHash.html index 8586dd479c..faa3eb9bb8 100644 --- a/types/near_api_js.providers_provider.ChunkHash.html +++ b/types/near_api_js.providers_provider.ChunkHash.html @@ -1 +1 @@ -ChunkHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file +ChunkHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.ChunkId.html b/types/near_api_js.providers_provider.ChunkId.html index 2aa7b475ed..809e747d7c 100644 --- a/types/near_api_js.providers_provider.ChunkId.html +++ b/types/near_api_js.providers_provider.ChunkId.html @@ -1 +1 @@ -ChunkId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +ChunkId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.Finality.html b/types/near_api_js.providers_provider.Finality.html index e6bbec4a2b..937319ebde 100644 --- a/types/near_api_js.providers_provider.Finality.html +++ b/types/near_api_js.providers_provider.Finality.html @@ -1 +1 @@ -Finality | Documentation

      Generated using TypeDoc

      \ No newline at end of file +Finality | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.MerklePath.html b/types/near_api_js.providers_provider.MerklePath.html index 8ad6a02729..63742a86f6 100644 --- a/types/near_api_js.providers_provider.MerklePath.html +++ b/types/near_api_js.providers_provider.MerklePath.html @@ -1 +1 @@ -MerklePath | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MerklePath | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.RpcQueryRequest.html b/types/near_api_js.providers_provider.RpcQueryRequest.html index 29a71f019c..52b43c614e 100644 --- a/types/near_api_js.providers_provider.RpcQueryRequest.html +++ b/types/near_api_js.providers_provider.RpcQueryRequest.html @@ -1 +1 @@ -RpcQueryRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +RpcQueryRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.providers_provider.ShardId.html b/types/near_api_js.providers_provider.ShardId.html index ff9d4ae141..236996545c 100644 --- a/types/near_api_js.providers_provider.ShardId.html +++ b/types/near_api_js.providers_provider.ShardId.html @@ -1 +1 @@ -ShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +ShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.utils_key_pair.Arrayish.html b/types/near_api_js.utils_key_pair.Arrayish.html index d93d9d847d..9bff7e9b53 100644 --- a/types/near_api_js.utils_key_pair.Arrayish.html +++ b/types/near_api_js.utils_key_pair.Arrayish.html @@ -1 +1 @@ -Arrayish | Documentation

      Generated using TypeDoc

      \ No newline at end of file +Arrayish | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.utils_serialize.Schema.html b/types/near_api_js.utils_serialize.Schema.html index a9057ab8c3..ed42206221 100644 --- a/types/near_api_js.utils_serialize.Schema.html +++ b/types/near_api_js.utils_serialize.Schema.html @@ -1 +1 @@ -Schema | Documentation

      Generated using TypeDoc

      \ No newline at end of file +Schema | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_ALLOWANCE.html b/variables/_near_js_accounts.constants.MULTISIG_ALLOWANCE.html index 0366b02723..08171c22bf 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_ALLOWANCE.html +++ b/variables/_near_js_accounts.constants.MULTISIG_ALLOWANCE.html @@ -1 +1 @@ -MULTISIG_ALLOWANCE | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_ALLOWANCE | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_CHANGE_METHODS.html b/variables/_near_js_accounts.constants.MULTISIG_CHANGE_METHODS.html index b6e0158f0c..6569624980 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_CHANGE_METHODS.html +++ b/variables/_near_js_accounts.constants.MULTISIG_CHANGE_METHODS.html @@ -1 +1 @@ -MULTISIG_CHANGE_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_CHANGE_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_CONFIRM_METHODS.html b/variables/_near_js_accounts.constants.MULTISIG_CONFIRM_METHODS.html index 258bca3fef..6dc2671715 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_CONFIRM_METHODS.html +++ b/variables/_near_js_accounts.constants.MULTISIG_CONFIRM_METHODS.html @@ -1 +1 @@ -MULTISIG_CONFIRM_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_CONFIRM_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_DEPOSIT.html b/variables/_near_js_accounts.constants.MULTISIG_DEPOSIT.html index cf5ef0127f..4f7a388e8c 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_DEPOSIT.html +++ b/variables/_near_js_accounts.constants.MULTISIG_DEPOSIT.html @@ -1 +1 @@ -MULTISIG_DEPOSIT | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_DEPOSIT | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_GAS.html b/variables/_near_js_accounts.constants.MULTISIG_GAS.html index 9be15d6952..b9462c0dd1 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_GAS.html +++ b/variables/_near_js_accounts.constants.MULTISIG_GAS.html @@ -1 +1 @@ -MULTISIG_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_STORAGE_KEY.html b/variables/_near_js_accounts.constants.MULTISIG_STORAGE_KEY.html index c8d394ced3..b1d46d09c9 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_STORAGE_KEY.html +++ b/variables/_near_js_accounts.constants.MULTISIG_STORAGE_KEY.html @@ -1 +1 @@ -MULTISIG_STORAGE_KEY | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_STORAGE_KEY | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_iframe_rpc.types.windowReceiver.html b/variables/_near_js_iframe_rpc.types.windowReceiver.html index 8ee73600e1..b4552aa309 100644 --- a/variables/_near_js_iframe_rpc.types.windowReceiver.html +++ b/variables/_near_js_iframe_rpc.types.windowReceiver.html @@ -1 +1 @@ -windowReceiver | Documentation

      Generated using TypeDoc

      \ No newline at end of file +windowReceiver | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_transactions.action_creators.actionCreators.html b/variables/_near_js_transactions.action_creators.actionCreators.html index 0970522bf5..f06166c6f4 100644 --- a/variables/_near_js_transactions.action_creators.actionCreators.html +++ b/variables/_near_js_transactions.action_creators.actionCreators.html @@ -40,4 +40,4 @@
    • transfer: ((deposit?) => Action)
        • (deposit?): Action
        • Creates a new action for transferring funds, optionally specifying a deposit amount.

          Parameters

          • deposit: bigint = ...

            The amount to be deposited along with the transfer. Default: 0.

          Returns Action

          A new action for transferring funds.

          -
    • Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_transactions.schema.SCHEMA.html b/variables/_near_js_transactions.schema.SCHEMA.html index 665a1f82bc..2f37e4ec0c 100644 --- a/variables/_near_js_transactions.schema.SCHEMA.html +++ b/variables/_near_js_transactions.schema.SCHEMA.html @@ -1 +1 @@ -SCHEMA | Documentation

      Generated using TypeDoc

      \ No newline at end of file +SCHEMA | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_utils.constants.DEFAULT_FUNCTION_CALL_GAS.html b/variables/_near_js_utils.constants.DEFAULT_FUNCTION_CALL_GAS.html index 87ecdab212..4cd3d88db0 100644 --- a/variables/_near_js_utils.constants.DEFAULT_FUNCTION_CALL_GAS.html +++ b/variables/_near_js_utils.constants.DEFAULT_FUNCTION_CALL_GAS.html @@ -1 +1 @@ -DEFAULT_FUNCTION_CALL_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +DEFAULT_FUNCTION_CALL_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_utils.format.NEAR_NOMINATION.html b/variables/_near_js_utils.format.NEAR_NOMINATION.html index 868f961a53..c5fbbb4a29 100644 --- a/variables/_near_js_utils.format.NEAR_NOMINATION.html +++ b/variables/_near_js_utils.format.NEAR_NOMINATION.html @@ -1,2 +1,2 @@ NEAR_NOMINATION | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_utils.format.NEAR_NOMINATION_EXP.html b/variables/_near_js_utils.format.NEAR_NOMINATION_EXP.html index 16dd82af13..e3803b27d5 100644 --- a/variables/_near_js_utils.format.NEAR_NOMINATION_EXP.html +++ b/variables/_near_js_utils.format.NEAR_NOMINATION_EXP.html @@ -1,2 +1,2 @@ NEAR_NOMINATION_EXP | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/near_api_js.account_multisig.MULTISIG_ALLOWANCE.html b/variables/near_api_js.account_multisig.MULTISIG_ALLOWANCE.html index 7dcb82f189..9084e4dc00 100644 --- a/variables/near_api_js.account_multisig.MULTISIG_ALLOWANCE.html +++ b/variables/near_api_js.account_multisig.MULTISIG_ALLOWANCE.html @@ -1 +1 @@ -MULTISIG_ALLOWANCE | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_ALLOWANCE | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/near_api_js.account_multisig.MULTISIG_CHANGE_METHODS.html b/variables/near_api_js.account_multisig.MULTISIG_CHANGE_METHODS.html index 5754d4a5b7..f1a7da07dc 100644 --- a/variables/near_api_js.account_multisig.MULTISIG_CHANGE_METHODS.html +++ b/variables/near_api_js.account_multisig.MULTISIG_CHANGE_METHODS.html @@ -1 +1 @@ -MULTISIG_CHANGE_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_CHANGE_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/near_api_js.account_multisig.MULTISIG_CONFIRM_METHODS.html b/variables/near_api_js.account_multisig.MULTISIG_CONFIRM_METHODS.html index cfd8a2cd9f..9a150508d5 100644 --- a/variables/near_api_js.account_multisig.MULTISIG_CONFIRM_METHODS.html +++ b/variables/near_api_js.account_multisig.MULTISIG_CONFIRM_METHODS.html @@ -1 +1 @@ -MULTISIG_CONFIRM_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_CONFIRM_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/near_api_js.account_multisig.MULTISIG_DEPOSIT.html b/variables/near_api_js.account_multisig.MULTISIG_DEPOSIT.html index c76f15d9ad..a06bcb32b0 100644 --- a/variables/near_api_js.account_multisig.MULTISIG_DEPOSIT.html +++ b/variables/near_api_js.account_multisig.MULTISIG_DEPOSIT.html @@ -1 +1 @@ -MULTISIG_DEPOSIT | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_DEPOSIT | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/near_api_js.account_multisig.MULTISIG_GAS.html b/variables/near_api_js.account_multisig.MULTISIG_GAS.html index 9c62a1ac86..f2024a863a 100644 --- a/variables/near_api_js.account_multisig.MULTISIG_GAS.html +++ b/variables/near_api_js.account_multisig.MULTISIG_GAS.html @@ -1 +1 @@ -MULTISIG_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/near_api_js.account_multisig.MULTISIG_STORAGE_KEY.html b/variables/near_api_js.account_multisig.MULTISIG_STORAGE_KEY.html index b5cdb19df5..5394d7e33b 100644 --- a/variables/near_api_js.account_multisig.MULTISIG_STORAGE_KEY.html +++ b/variables/near_api_js.account_multisig.MULTISIG_STORAGE_KEY.html @@ -1 +1 @@ -MULTISIG_STORAGE_KEY | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_STORAGE_KEY | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/near_api_js.constants.DEFAULT_FUNCTION_CALL_GAS.html b/variables/near_api_js.constants.DEFAULT_FUNCTION_CALL_GAS.html index 87b18e29b0..fdfbcdd92d 100644 --- a/variables/near_api_js.constants.DEFAULT_FUNCTION_CALL_GAS.html +++ b/variables/near_api_js.constants.DEFAULT_FUNCTION_CALL_GAS.html @@ -1 +1 @@ -DEFAULT_FUNCTION_CALL_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +DEFAULT_FUNCTION_CALL_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/near_api_js.transaction.SCHEMA.html b/variables/near_api_js.transaction.SCHEMA.html index 457f5ded9d..fc3d9bad75 100644 --- a/variables/near_api_js.transaction.SCHEMA.html +++ b/variables/near_api_js.transaction.SCHEMA.html @@ -1 +1 @@ -SCHEMA | Documentation
      SCHEMA: {
          AccessKey: Schema;
          AccessKeyPermission: Schema;
          Action: Schema;
          AddKey: Schema;
          ClassicActions: Schema;
          CreateAccount: Schema;
          DelegateAction: Schema;
          DelegateActionPrefix: Schema;
          DeleteAccount: Schema;
          DeleteKey: Schema;
          DeployContract: Schema;
          FullAccessPermission: Schema;
          FunctionCall: Schema;
          FunctionCallPermission: Schema;
          PublicKey: Schema;
          Signature: Schema;
          SignedDelegate: Schema;
          SignedTransaction: Schema;
          Stake: Schema;
          Transaction: Schema;
          Transfer: Schema;
      }

      Type declaration

      Generated using TypeDoc

      \ No newline at end of file +SCHEMA | Documentation
      SCHEMA: {
          AccessKey: Schema;
          AccessKeyPermission: Schema;
          Action: Schema;
          AddKey: Schema;
          ClassicActions: Schema;
          CreateAccount: Schema;
          DelegateAction: Schema;
          DelegateActionPrefix: Schema;
          DeleteAccount: Schema;
          DeleteKey: Schema;
          DeployContract: Schema;
          FullAccessPermission: Schema;
          FunctionCall: Schema;
          FunctionCallPermission: Schema;
          PublicKey: Schema;
          Signature: Schema;
          SignedDelegate: Schema;
          SignedTransaction: Schema;
          Stake: Schema;
          Transaction: Schema;
          Transfer: Schema;
      }

      Type declaration

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/near_api_js.utils_format.NEAR_NOMINATION.html b/variables/near_api_js.utils_format.NEAR_NOMINATION.html index 3372f40cf1..8753187aef 100644 --- a/variables/near_api_js.utils_format.NEAR_NOMINATION.html +++ b/variables/near_api_js.utils_format.NEAR_NOMINATION.html @@ -1,2 +1,2 @@ NEAR_NOMINATION | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/near_api_js.utils_format.NEAR_NOMINATION_EXP.html b/variables/near_api_js.utils_format.NEAR_NOMINATION_EXP.html index 7e26a60f37..e21c9ba034 100644 --- a/variables/near_api_js.utils_format.NEAR_NOMINATION_EXP.html +++ b/variables/near_api_js.utils_format.NEAR_NOMINATION_EXP.html @@ -1,2 +1,2 @@ NEAR_NOMINATION_EXP | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file