@oceanprotocol/lib 7.0.0-next.1 → 7.0.0-next.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib.cjs +4 -3
- package/dist/lib.module.mjs +4 -3
- package/dist/lib.umd.js +4 -3
- package/dist/types/@types/Compute.d.ts +21 -0
- package/dist/types/@types/Provider.d.ts +39 -0
- package/dist/types/services/providers/BaseProvider.d.ts +34 -32
- package/dist/types/services/providers/HttpProvider.d.ts +4 -2
- package/dist/types/services/providers/P2pProvider.d.ts +38 -32
- package/package.json +27 -21
- package/.mocharc.json +0 -8
- package/.nvmrc +0 -1
- package/CHANGELOG.md +0 -3234
- package/Cheatsheet.md +0 -326
- package/CodeExamples.md +0 -881
- package/ComputeExamples.md +0 -941
- package/dist/lib.cjs.map +0 -1
- package/dist/lib.modern.js +0 -4
- package/dist/lib.modern.js.map +0 -1
- package/dist/lib.module.mjs.map +0 -1
- package/dist/lib.umd.js.map +0 -1
- package/docs/.nojekyll +0 -1
- package/docs/README.md +0 -195
- package/docs/classes/Aquarius.md +0 -175
- package/docs/classes/Config.md +0 -481
- package/docs/classes/ConfigHelper.md +0 -66
- package/docs/classes/Datatoken.md +0 -1123
- package/docs/classes/Dispenser.md +0 -502
- package/docs/classes/Escrow.md +0 -285
- package/docs/classes/FixedRateExchange.md +0 -1068
- package/docs/classes/Logger.md +0 -191
- package/docs/classes/Nft.md +0 -970
- package/docs/classes/NftFactory.md +0 -861
- package/docs/classes/Provider.md +0 -727
- package/docs/classes/Router.md +0 -645
- package/docs/classes/SmartContract.md +0 -193
- package/docs/classes/SmartContractWithAddress.md +0 -268
- package/docs/enums/LogLevel.md +0 -63
- package/docs/interfaces/AbiInput.md +0 -63
- package/docs/interfaces/AbiItem.md +0 -107
- package/docs/interfaces/AbiOutput.md +0 -52
- package/docs/interfaces/Arweave.md +0 -32
- package/docs/interfaces/Asset.md +0 -227
- package/docs/interfaces/AssetDatatoken.md +0 -60
- package/docs/interfaces/AssetLastEvent.md +0 -63
- package/docs/interfaces/AssetNft.md +0 -105
- package/docs/interfaces/AssetPrice.md +0 -47
- package/docs/interfaces/ComputeAlgorithm.md +0 -82
- package/docs/interfaces/ComputeAsset.md +0 -56
- package/docs/interfaces/ComputeEnvFees.md +0 -30
- package/docs/interfaces/ComputeEnvFeesStructure.md +0 -20
- package/docs/interfaces/ComputeEnvironment.md +0 -177
- package/docs/interfaces/ComputeJob.md +0 -173
- package/docs/interfaces/ComputeOutput.md +0 -118
- package/docs/interfaces/ComputeResourcesPricingInfo.md +0 -30
- package/docs/interfaces/ComputeResourcesRequest.md +0 -34
- package/docs/interfaces/ComputeResult.md +0 -52
- package/docs/interfaces/ConsumeMarketFee.md +0 -41
- package/docs/interfaces/Credential.md +0 -30
- package/docs/interfaces/Credentials.md +0 -30
- package/docs/interfaces/DDO.md +0 -137
- package/docs/interfaces/DatatokenCreateParams.md +0 -107
- package/docs/interfaces/DatatokenRoles.md +0 -30
- package/docs/interfaces/DispenserCreationParams.md +0 -63
- package/docs/interfaces/DispenserParams.md +0 -52
- package/docs/interfaces/DispenserToken.md +0 -85
- package/docs/interfaces/DownloadResponse.md +0 -30
- package/docs/interfaces/Event.md +0 -73
- package/docs/interfaces/FeesInfo.md +0 -74
- package/docs/interfaces/FileInfo.md +0 -118
- package/docs/interfaces/Files.md +0 -41
- package/docs/interfaces/FixedPriceExchange.md +0 -162
- package/docs/interfaces/FreCreationParams.md +0 -118
- package/docs/interfaces/FreOrderParams.md +0 -85
- package/docs/interfaces/GraphqlQuery.md +0 -69
- package/docs/interfaces/Ipfs.md +0 -32
- package/docs/interfaces/Metadata.md +0 -193
- package/docs/interfaces/MetadataAlgorithm.md +0 -69
- package/docs/interfaces/MetadataAndTokenURI.md +0 -107
- package/docs/interfaces/MetadataProof.md +0 -52
- package/docs/interfaces/NftCreateData.md +0 -74
- package/docs/interfaces/NftRoles.md +0 -52
- package/docs/interfaces/Operation.md +0 -145
- package/docs/interfaces/OrderParams.md +0 -52
- package/docs/interfaces/PriceAndFees.md +0 -52
- package/docs/interfaces/ProviderComputeInitialize.md +0 -41
- package/docs/interfaces/ProviderComputeInitializeResults.md +0 -43
- package/docs/interfaces/ProviderFees.md +0 -96
- package/docs/interfaces/ProviderInitialize.md +0 -52
- package/docs/interfaces/PublisherTrustedAlgorithm.md +0 -47
- package/docs/interfaces/PublishingMarketFee.md +0 -41
- package/docs/interfaces/Purgatory.md +0 -34
- package/docs/interfaces/RunningPlatform.md +0 -30
- package/docs/interfaces/SearchQuery.md +0 -67
- package/docs/interfaces/Service.md +0 -138
- package/docs/interfaces/ServiceComputeOptions.md +0 -63
- package/docs/interfaces/ServiceEndpoint.md +0 -41
- package/docs/interfaces/Smartcontract-1.md +0 -58
- package/docs/interfaces/Stats.md +0 -47
- package/docs/interfaces/Template.md +0 -30
- package/docs/interfaces/TokenOrder.md +0 -63
- package/docs/interfaces/UrlFile.md +0 -71
- package/docs/interfaces/UserCustomParameters.md +0 -7
- package/docs/interfaces/ValidateMetadata.md +0 -52
- package/docs/modules.md +0 -850
- package/typedoc.json +0 -4
package/dist/lib.modern.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import t from"@oceanprotocol/contracts/addresses/address.json";import e from"fs";import{ethers as r,formatUnits as n,parseUnits as i,EventLog as s,toUtf8Bytes as a,keccak256 as o,hexlify as c,toUtf8String as u,getAddress as l,parseEther as h,getBytes as d,toBeHex as f}from"ethers";import*as g from"@oasisprotocol/sapphire-paratime";import p from"bignumber.js";import w from"decimal.js";import m from"@oceanprotocol/contracts/artifacts/contracts/pools/dispenser/Dispenser.sol/Dispenser.json";import y from"@oceanprotocol/contracts/artifacts/contracts/pools/fixedRate/FixedRateExchange.sol/FixedRateExchange.json";import b from"@oceanprotocol/contracts/artifacts/contracts/pools/FactoryRouter.sol/FactoryRouter.json";import v from"@oceanprotocol/contracts/artifacts/contracts/templates/ERC20Template.sol/ERC20Template.json";import E from"@oceanprotocol/contracts/artifacts/contracts/templates/ERC20TemplateEnterprise.sol/ERC20TemplateEnterprise.json";import S from"@oceanprotocol/contracts/artifacts/contracts/templates/ERC721Template.sol/ERC721Template.json";import A from"@oceanprotocol/contracts/artifacts/contracts/ERC721Factory.sol/ERC721Factory.json";import T from"@oceanprotocol/contracts/artifacts/contracts/interfaces/IERC20Template.sol/IERC20Template.json";import x from"@oceanprotocol/contracts/artifacts/contracts/templates/ERC20Template4.sol/ERC20Template4.json";import k from"@oceanprotocol/contracts/artifacts/contracts/accesslists/AccessList.sol/AccessList.json";import C from"@oceanprotocol/contracts/artifacts/contracts/accesslists/AccessListFactory.sol/AccessListFactory.json";import O from"@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json";import F from"@oceanprotocol/contracts/artifacts/contracts/communityFee/EnterpriseFeeCollector.sol/EnterpriseFeeCollector.json";import D from"cross-fetch";import{DDOManager as I}from"@oceanprotocol/ddo-js";import{allocUnsafe as N,alloc as P}from"uint8arrays/alloc";import{concat as L}from"uint8arrays/concat";import{equals as U}from"uint8arrays/equals";import{fromString as R}from"uint8arrays/from-string";import{toString as M}from"uint8arrays/to-string";import B from"jsonwebtoken";import{PublicKey as _,encrypt as G}from"eciesjs";import{createLibp2p as j}from"libp2p";import{noise as $}from"@chainsafe/libp2p-noise";import{yamux as V}from"@chainsafe/libp2p-yamux";import{webSockets as q}from"@libp2p/websockets";import{tcp as z}from"@libp2p/tcp";import{bootstrap as H}from"@libp2p/bootstrap";import{identify as K}from"@libp2p/identify";import{EventTypes as Z,kadDHT as J}from"@libp2p/kad-dht";import{multiaddr as W}from"@multiformats/multiaddr";import Y from"crypto-js/sha256.js";import{createHash as X}from"crypto";var Q,tt;!function(t){t.URL="url",t.IPFS="ipfs",t.ARWEAVE="arweave",t.S3="s3",t.FTP="ftp"}(Q||(Q={})),function(t){t.AES="AES",t.ECIES="ECIES"}(tt||(tt={}));const et={DOWNLOAD:"download",ENCRYPT:"encrypt",ENCRYPT_FILE:"encryptFile",DECRYPT_DDO:"decryptDDO",GET_DDO:"getDDO",QUERY:"query",NONCE:"nonce",STATUS:"status",DETAILED_STATUS:"detailedStatus",FIND_DDO:"findDDO",GET_FEES:"getFees",FILE_INFO:"fileInfo",VALIDATE_DDO:"validateDDO",COMPUTE_GET_ENVIRONMENTS:"getComputeEnvironments",COMPUTE_START:"startCompute",FREE_COMPUTE_START:"freeStartCompute",COMPUTE_STOP:"stopCompute",COMPUTE_GET_STATUS:"getComputeStatus",COMPUTE_GET_STREAMABLE_LOGS:"getComputeStreamableLogs",COMPUTE_GET_RESULT:"getComputeResult",COMPUTE_INITIALIZE:"initializeCompute",STOP_NODE:"stopNode",REINDEX_TX:"reindexTx",REINDEX_CHAIN:"reindexChain",HANDLE_INDEXING_THREAD:"handleIndexingThread",COLLECT_FEES:"collectFees",POLICY_SERVER_PASSTHROUGH:"PolicyServerPassthrough",GET_P2P_PEER:"getP2PPeer",GET_P2P_PEERS:"getP2PPeers",GET_P2P_NETWORK_STATS:"getP2PNetworkStats",FIND_PEER:"findPeer",CREATE_AUTH_TOKEN:"createAuthToken",INVALIDATE_AUTH_TOKEN:"invalidateAuthToken",FETCH_CONFIG:"fetchConfig",PUSH_CONFIG:"pushConfig",GET_LOGS:"getLogs",JOBS:"jobs"};class rt{constructor(){this.nodeUri=void 0,this.providerAddress=void 0,this.oceanNodeUri=void 0,this.web3Provider=void 0,this.oceanTokenAddress=void 0,this.nftFactoryAddress=void 0,this.routerFactoryAddress=void 0,this.datatokensABI=void 0,this.fixedRateExchangeAddress=void 0,this.fixedRateExchangeAddressABI=void 0,this.dispenserAddress=void 0,this.dispenserABI=void 0,this.opfCommunityFeeCollector=void 0,this.EnterpriseFeeCollector=void 0,this.sideStakingAddress=void 0,this.startBlock=void 0,this.verbose=void 0,this.authMessage=void 0,this.authTokenExpiration=void 0,this.parityUri=void 0,this.threshold=void 0,this.chainId=void 0,this.network=void 0,this.explorerUri=void 0,this.oceanTokenSymbol=void 0,this.transactionBlockTimeout=void 0,this.transactionConfirmationBlocks=void 0,this.transactionPollingTimeout=void 0,this.gasFeeMultiplier=void 0,this.sdk=void 0,this.accessListFactory=void 0,this.escrow=void 0}}function nt(t,e){this.v=t,this.k=e}function it(t){function e(t){if(Object(t)!==t)return Promise.reject(new TypeError(t+" is not an object."));var e=t.done;return Promise.resolve(t.value).then(function(t){return{value:t,done:e}})}return it=function(t){this.s=t,this.n=t.next},it.prototype={s:null,n:null,next:function(){return e(this.n.apply(this.s,arguments))},return:function(t){var r=this.s.return;return void 0===r?Promise.resolve({value:t,done:!0}):e(r.apply(this.s,arguments))},throw:function(t){var r=this.s.return;return void 0===r?Promise.reject(t):e(r.apply(this.s,arguments))}},new it(t)}function st(t){return new nt(t,0)}function at(){return at=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)({}).hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t},at.apply(null,arguments)}function ot(t){return function(){return new ct(t.apply(this,arguments))}}function ct(t){var e,r;function n(e,r){try{var s=t[e](r),a=s.value,o=a instanceof nt;Promise.resolve(o?a.v:a).then(function(r){if(o){var c="return"===e?"return":"next";if(!a.k||r.done)return n(c,r);r=t[c](r).value}i(s.done?"return":"normal",r)},function(t){n("throw",t)})}catch(t){i("throw",t)}}function i(t,i){switch(t){case"return":e.resolve({value:i,done:!0});break;case"throw":e.reject(i);break;default:e.resolve({value:i,done:!1})}(e=e.next)?n(e.key,e.arg):r=null}this._invoke=function(t,i){return new Promise(function(s,a){var o={key:t,arg:i,resolve:s,reject:a,next:null};r?r=r.next=o:(e=r=o,n(t,i))})},"function"!=typeof t.return&&(this.return=void 0)}var ut;ct.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this},ct.prototype.next=function(t){return this._invoke("next",t)},ct.prototype.throw=function(t){return this._invoke("throw",t)},ct.prototype.return=function(t){return this._invoke("return",t)},function(t){t[t.None=-1]="None",t[t.Error=0]="Error",t[t.Warn=1]="Warn",t[t.Log=2]="Log",t[t.Verbose=3]="Verbose"}(ut||(ut={}));class lt{constructor(t){this.logLevel=void 0,this.logLevel=t,this.logLevel=t||ut.Error}setLevel(t){this.logLevel=t}bypass(...t){this.dispatch("log",-Infinity,...t)}debug(...t){this.dispatch("debug",ut.Verbose,...t)}log(...t){this.dispatch("log",ut.Log,...t)}warn(...t){this.dispatch("warn",ut.Warn,...t)}error(...t){this.dispatch("error",ut.Error,...t)}dispatch(t,e,...r){this.logLevel>=e&&console[t](...r)}}const ht=new lt,dt={chainId:null,network:"unknown",nodeUri:"http://127.0.0.1:8545",oceanNodeUri:"http://127.0.0.1:8001",explorerUri:null,oceanTokenAddress:null,oceanTokenSymbol:"OCEAN",fixedRateExchangeAddress:null,dispenserAddress:null,startBlock:0,transactionBlockTimeout:50,transactionConfirmationBlocks:1,transactionPollingTimeout:750,gasFeeMultiplier:1},ft=[at({},dt),at({},dt,{chainId:8996,network:"development",oceanNodeUri:"http://127.0.0.1:8001",sdk:"evm"}),at({},dt,{chainId:11155111,network:"sepolia",nodeUri:"https://sepolia.infura.io/v3",explorerUri:"https://sepolia.etherscan.io",gasFeeMultiplier:1.1,sdk:"evm"}),at({},dt,{chainId:1,network:"mainnet",nodeUri:"https://mainnet.infura.io/v3",explorerUri:"https://etherscan.io",startBlock:11105459,transactionBlockTimeout:150,transactionConfirmationBlocks:5,transactionPollingTimeout:1750,gasFeeMultiplier:1.05,sdk:"evm"}),at({},dt,{chainId:8453,network:"base",nodeUri:"https://mainnet.base.org",explorerUri:"https://etherscan.io",startBlock:30562198,transactionBlockTimeout:150,transactionConfirmationBlocks:5,transactionPollingTimeout:1750,gasFeeMultiplier:1.05,sdk:"evm"}),at({},dt,{chainId:137,network:"polygon",nodeUri:"https://polygon-mainnet.infura.io/v3",explorerUri:"https://polygonscan.com",oceanTokenSymbol:"mOCEAN",gasFeeMultiplier:1.6,sdk:"evm"}),at({},dt,{chainId:2021e3,network:"gaiaxtestnet",nodeUri:"https://rpc.gaiaxtestnet.oceanprotocol.com",explorerUri:"https://blockscout.gaiaxtestnet.oceanprotocol.com",sdk:"evm"}),at({},dt,{chainId:80001,network:"mumbai",nodeUri:"https://polygon-mumbai.infura.io/v3",explorerUri:"https://mumbai.polygonscan.com",gasFeeMultiplier:1.1,sdk:"evm"}),at({},dt,{chainId:56,network:"bsc",nodeUri:"https://bsc-dataseed.binance.org",explorerUri:"https://bscscan.com/",gasFeeMultiplier:1.05,sdk:"evm"}),at({},dt,{chainId:246,network:"energyweb",nodeUri:"https://rpc.energyweb.org",explorerUri:"https://explorer.energyweb.org",gasFeeMultiplier:1.05,sdk:"evm"}),at({},dt,{chainId:1285,network:"moonriver",nodeUri:"https://moonriver.api.onfinality.io/public",explorerUri:"https://moonriver.moonscan.io/",gasFeeMultiplier:1.05,sdk:"evm"}),at({},dt,{chainId:100,network:"gen-x-testnet",nodeUri:"https://rpc.genx.minimal-gaia-x.eu",explorerUri:"https://explorer.genx.minimal-gaia-x.eu/",gasFeeMultiplier:1,sdk:"evm"}),at({},dt,{chainId:10,network:"optimism",nodeUri:"https://mainnet.optimism.io",explorerUri:"https://optimistic.etherscan.io/",gasFeeMultiplier:1.1,sdk:"evm"}),at({},dt,{chainId:11155420,network:"optimism_sepolia",nodeUri:"https://sepolia.optimism.io",explorerUri:"https://sepolia-optimism.etherscan.io/",gasFeeMultiplier:1.1,sdk:"evm"}),at({},dt,{chainId:23294,network:"oasis_sapphire",nodeUri:"https://sapphire.oasis.io",explorerUri:"https://explorer.oasis.io/mainnet/sapphire/",gasFeeMultiplier:1,sdk:"oasis"}),at({},dt,{chainId:23295,network:"oasis_sapphire_testnet",nodeUri:"https://testnet.sapphire.oasis.dev",explorerUri:"https://explorer.oasis.io/testnet/sapphire/",gasFeeMultiplier:1,sdk:"oasis"}),at({},dt,{chainId:32456,network:"pontus-x-devnet",nodeUri:"https://rpc.dev.pontus-x.eu",explorerUri:"https://explorer.dev.pontus-x.eu/testnet/pontusx",sdk:"evm"})],gt=[23294,23295],pt=()=>process.env.NODE_ENDPOINT||process.env.NODE_URL?{oceanNodeUri:process.env.NODE_ENDPOINT||process.env.NODE_URL}:{};class wt{getAddressesFromEnv(e,r){let n;if(r&&r[e]){const{FixedPrice:t,Dispenser:i,ERC721Factory:s,OPFCommunityFeeCollector:a,Ocean:o,chainId:c,startBlock:u,Router:l,AccessListFactory:h,Escrow:d,EnterpriseFeeCollector:f}=r[e];n=at({nftFactoryAddress:s,opfCommunityFeeCollector:a,fixedRateExchangeAddress:t,dispenserAddress:i,oceanTokenAddress:o,routerFactoryAddress:l,chainId:c,startBlock:u,accessListFactory:h,escrow:d,EnterpriseFeeCollector:f},pt())}else if(t[e]){const{FixedPrice:r,Dispenser:i,OPFCommunityFeeCollector:s,ERC721Factory:a,Ocean:o,chainId:c,startBlock:u,Router:l,AccessListFactory:h,Escrow:d,EnterpriseFeeCollector:f}=t[e];n=at({nftFactoryAddress:a,opfCommunityFeeCollector:s,fixedRateExchangeAddress:r,dispenserAddress:i,oceanTokenAddress:o,routerFactoryAddress:l,chainId:c,startBlock:u,accessListFactory:h,escrow:d,EnterpriseFeeCollector:f},pt())}return n}getConfig(t,r){const n="string"==typeof t?"network":"chainId";let i,s=ft.find(e=>e[n]===t);if(!s)return ht.error(`No config found for given network '${t}'`),null;try{i=process.env.ADDRESS_FILE?JSON.parse(e.readFileSync(process.env.ADDRESS_FILE,"utf8")):null}catch(t){console.log(t),i=null}let a=this.getAddressesFromEnv(s.network,i);return!a&>.includes(s.chainId)&&(a=this.getAddressesFromEnv(s.network.replace("sapph","saph"),i)),"sdk"in s&&null!==s.sdk||(s.sdk=gt.includes(s.chainId)?"oasis":"evm"),a&&"accessListFactory"in a&&(s.accessListFactory=a.accessListFactory),s=at({},s,a),at({},s,{nodeUri:r?`${s.nodeUri}/${r}`:s.nodeUri})}}const mt=[{constant:!0,inputs:[],name:"name",outputs:[{name:"",type:"string"}],payable:!1,stateMutability:"view",type:"function"},{constant:!1,inputs:[{name:"_spender",type:"address"},{name:"_value",type:"uint256"}],name:"approve",outputs:[{name:"",type:"bool"}],payable:!1,stateMutability:"nonpayable",type:"function"},{constant:!0,inputs:[],name:"totalSupply",outputs:[{name:"",type:"uint256"}],payable:!1,stateMutability:"view",type:"function"},{constant:!1,inputs:[{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_value",type:"uint256"}],name:"transferFrom",outputs:[{name:"",type:"bool"}],payable:!1,stateMutability:"nonpayable",type:"function"},{constant:!0,inputs:[],name:"decimals",outputs:[{name:"",type:"uint8"}],payable:!1,stateMutability:"view",type:"function"},{constant:!0,inputs:[{name:"_owner",type:"address"}],name:"balanceOf",outputs:[{name:"balance",type:"uint256"}],payable:!1,stateMutability:"view",type:"function"},{constant:!0,inputs:[],name:"symbol",outputs:[{name:"",type:"string"}],payable:!1,stateMutability:"view",type:"function"},{constant:!1,inputs:[{name:"_to",type:"address"},{name:"_value",type:"uint256"}],name:"transfer",outputs:[{name:"",type:"bool"}],payable:!1,stateMutability:"nonpayable",type:"function"},{constant:!0,inputs:[{name:"_owner",type:"address"},{name:"_spender",type:"address"}],name:"allowance",outputs:[{name:"",type:"uint256"}],payable:!1,stateMutability:"view",type:"function"},{payable:!0,stateMutability:"payable",type:"fallback"},{anonymous:!1,inputs:[{indexed:!0,name:"owner",type:"address"},{indexed:!0,name:"spender",type:"address"},{indexed:!1,name:"value",type:"uint256"}],name:"Approval",type:"event"},{anonymous:!1,inputs:[{indexed:!0,name:"from",type:"address"},{indexed:!0,name:"to",type:"address"},{indexed:!1,name:"value",type:"uint256"}],name:"Transfer",type:"event"}],yt=3e10,bt=4e9,vt=1e10,Et=11155111;function St(t,e){return t}async function At(t,e){const r=(await t.provider.getFeeData()).gasPrice,n=BigInt(r.toString());return e?(n*BigInt(e)).toString(10):n.toString()}async function Tt(t,e){return new r.Contract(e,mt,t).decimals()}async function xt(t,e,r,i){let s=i||await Tt(t,e);return"0"===s&&(s=18),n(r,s).toString()}async function kt(t,e,r,n){let s=n||await Tt(t,e);return"0"===s&&(s=18),i(r,s).toString()}function Ct(t,e){if(t&&t.logs)return t.logs.filter(t=>t instanceof s&&t.eventName===e)[0]}async function Ot(t,e,r,n,...i){const{chainId:s}=await e.provider.getNetwork(),a=await e.provider.getFeeData();let o={};if(a.maxPriorityFeePerGas){let t=a.maxPriorityFeePerGas.toString(),e=a.maxFeePerGas.toString();r>1&&(t=Math.round(Number(a.maxPriorityFeePerGas)*r).toString(),e=Math.round(Number(a.maxFeePerGas)*r).toString()),o={maxPriorityFeePerGas:(80001===Number(s)||137===Number(s))&&Number(t)<yt?yt:Number(s)===Et&&Number(t)<bt?bt:gt.includes(Number(s))&&Number(t)<vt?vt:Number(t),maxFeePerGas:(80001===Number(s)||137===Number(s))&&Number(e)<yt?yt:Number(s)===Et&&Number(e)<bt?bt:gt.includes(Number(s))&&Number(e)<vt?vt:Number(e)}}else o={gasPrice:a.gasPrice};o.gasLimit=BigInt(new p(t).plus(20000n).toString());try{const t=await n(...i,o);return await t.wait(),t}catch(t){return ht.error("Send tx error: ",t),null}}class Ft{constructor(t,e,r,n){this.signer=void 0,this.config=void 0,this.abi=void 0,this.signer=t,this.config=r||(new wt).getConfig(e),this.abi=n||this.getDefaultAbi()}getSignerAccordingSdk(){return this.config&&"sdk"in this.config&&"oasis"===this.config.sdk?g.wrap(this.signer):this.signer}async amountToUnits(t,e,r){return kt(this.signer,t,e,r)}async unitsToAmount(t,e,r){return xt(this.signer,t,e,r)}async getFairGasPrice(){var t;return At(this.signer,null==(t=this.config)?void 0:t.gasFeeMultiplier)}getContract(t,e){if(!t)throw new Error("Contract address is required but not provided");return St(new r.Contract(t,new r.Interface(JSON.stringify(e||this.abi)),this.signer))}}class Dt extends Ft{constructor(t,e,r,n,i){super(e,r,n,i),this.address=void 0,this.contract=void 0,this.address=t,this.contract=this.getContract(this.address)}}class It extends Dt{getDefaultAbi(){return m.abi}async status(t){const e=await this.contract.status(t);if(!e)throw new Error("Np dispenser found for the given datatoken address");return{active:e.active,owner:e.owner,isMinter:e.isMinter,maxTokens:await this.unitsToAmount(null,e.maxTokens,18),maxBalance:await this.unitsToAmount(null,e.maxBalance,18),balance:await this.unitsToAmount(null,e.balance,18),allowedSwapper:e.allowedSwapper}}async create(t,e,r,n,i,s){var a;const o=await this.contract.create.estimateGas(t,this.amountToUnits(null,r,18),this.amountToUnits(null,n,18),e,i);return s?o:await Ot(o,this.getSignerAccordingSdk(),null==(a=this.config)?void 0:a.gasFeeMultiplier,this.contract.create,t,this.amountToUnits(null,r,18),this.amountToUnits(null,n,18),e,i)}async activate(t,e,r,n){var i;const s=await this.contract.activate.estimateGas(t,this.amountToUnits(null,e,18),this.amountToUnits(null,r,18));return n?s:await Ot(s,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,this.contract.activate,t,this.amountToUnits(null,e,18),this.amountToUnits(null,r,18))}async deactivate(t,e){var r;const n=await this.contract.deactivate.estimateGas(t);return e?n:await Ot(n,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.deactivate,t)}async setAllowedSwapper(t,e,r){var n;const i=await this.contract.setAllowedSwapper.estimateGas(t,e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.setAllowedSwapper,t,e)}async dispense(t,e="1",r,n){var i;const s=await this.contract.dispense.estimateGas(t,this.amountToUnits(null,e,18),r);return n?s:await Ot(s,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,this.contract.dispense,t,this.amountToUnits(null,e,18),r)}async ownerWithdraw(t,e){var r;const n=await this.contract.ownerWithdraw.estimateGas(t);return e?n:await Ot(n,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.ownerWithdraw,t)}async isDispensable(t,e,r,n="1"){const i=await this.status(t);return!(!i||!1===i.active||new w(await e.balance(t,r)).greaterThanOrEqualTo(i.maxBalance)||new w(String(n)).greaterThan(i.maxTokens)||!new w(i.balance).greaterThanOrEqualTo(n)&&!0!==i.isMinter)}}const Nt="0x0000000000000000000000000000000000000000",Pt=1e6,Lt="115792089237316195423570985008687907853269984665640564039457584007913129639934",Ut="Returned error: Method eth_feeHistory not supported.";class Rt extends Dt{getDefaultAbi(){return y.abi}async generateExchangeId(t,e){return await this.contract.generateExchangeId(t,e)}async buyDatatokens(t,e,r,n=Nt,i="0",s){var a;const o=await this.getExchange(t),c=await this.amountToUnits(null,i,18),u=await this.amountToUnits(o.datatoken,e,Number(o.dtDecimals)),l=await this.amountToUnits(o.baseToken,r,Number(o.btDecimals)),h=await this.contract.buyDT.estimateGas(t,u,l,n,c);return s?h:await Ot(h,this.getSignerAccordingSdk(),null==(a=this.config)?void 0:a.gasFeeMultiplier,this.contract.buyDT,t,u,l,n,c)}async sellDatatokens(t,e,r,n=Nt,i="0",s){var a;const o=await this.getExchange(t),c=await this.amountToUnits(null,i,18),u=await this.amountToUnits(o.datatoken,e,Number(o.dtDecimals)),l=await this.amountToUnits(o.baseToken,r,Number(o.btDecimals)),h=await this.contract.sellDT.estimateGas(t,u,l,n,c);return s?h:await Ot(h,this.getSignerAccordingSdk(),null==(a=this.config)?void 0:a.gasFeeMultiplier,this.contract.sellDT,t,u,l,n,c)}async getNumberOfExchanges(){const t=await this.contract.getNumberOfExchanges();return Number(t)}async setRate(t,e,r){var n;const i=await this.contract.setRate.estimateGas(t,await this.amountToUnits(null,e,18));return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.setRate,t,await this.amountToUnits(null,e,18))}async setAllowedSwapper(t,e,r){var n;const i=await this.contract.setAllowedSwapper.estimateGas(t,e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.setAllowedSwapper,t,e)}async activate(t,e){var r;const n=await this.getExchange(t);if(!n)return null;if(!0===n.active)return null;const i=await this.contract.toggleExchangeState.estimateGas(t);return e?i:await Ot(i,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.toggleExchangeState,t)}async deactivate(t,e){var r;const n=await this.getExchange(t);if(!n)return null;if(!1===n.active)return null;const i=await this.contract.toggleExchangeState.estimateGas(t);return e?i:await Ot(i,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.toggleExchangeState,t)}async getRate(t){const e=await this.contract.getRate(t);return await this.unitsToAmount(null,e,18)}async getDatatokenSupply(t){const e=await this.contract.getDTSupply(t),r=await this.getExchange(t);return await this.unitsToAmount(r.datatoken,e,Number(r.dtDecimals))}async getBasetokenSupply(t){const e=await this.contract.getBTSupply(t),r=await this.getExchange(t);return await this.unitsToAmount(r.baseToken,e,Number(r.btDecimals))}async getAllowedSwapper(t){return await this.contract.getAllowedSwapper(t)}async calcBaseInGivenDatatokensOut(t,e,r="0"){const n=await this.getExchange(t),i=await this.contract.calcBaseInGivenOutDT(t,await this.amountToUnits(n.datatoken,e,Number(n.dtDecimals)),await this.amountToUnits(null,r,18));return{baseTokenAmount:await this.unitsToAmount(n.baseToken,i.baseTokenAmount,Number(n.btDecimals)),marketFeeAmount:await this.unitsToAmount(n.baseToken,i.publishMarketFeeAmount,Number(n.btDecimals)),oceanFeeAmount:await this.unitsToAmount(n.baseToken,i.oceanFeeAmount,Number(n.btDecimals)),consumeMarketFeeAmount:await this.unitsToAmount(n.baseToken,i.consumeMarketFeeAmount,Number(n.btDecimals))}}async getAmountBasetokensOut(t,e,r="0"){const n=await this.getExchange(t),i=await this.contract.calcBaseOutGivenInDT(t,await this.amountToUnits(n.datatoken,e,Number(n.dtDecimals)),await this.amountToUnits(null,r,18));return await this.unitsToAmount(n.baseToken,i[0],Number(n.btDecimals))}async getExchange(t){const e=await this.contract.getExchange(t);return{active:e.active,datatoken:e.datatoken,baseToken:e.baseToken,withMint:e.withMint,exchangeOwner:e.exchangeOwner,allowedSwapper:e.allowedSwapper,dtDecimals:e.dtDecimals.toString(),btDecimals:e.btDecimals.toString(),dtBalance:await this.unitsToAmount(e.datatoken,e.dtBalance,Number(e.dtDecimals)),btBalance:await this.unitsToAmount(e.baseToken,e.btBalance,Number(e.btDecimals)),dtSupply:await this.unitsToAmount(e.datatoken,e.dtSupply,Number(e.dtDecimals)),btSupply:await this.unitsToAmount(e.baseToken,e.btSupply,Number(e.btDecimals)),fixedRate:await this.unitsToAmount(null,e.fixedRate,18),exchangeId:t}}async getFeesInfo(t){const e=await this.contract.getFeesInfo(t),r=await this.getExchange(t);return{opcFee:await this.unitsToAmount(null,e.opcFee.toString(),18),marketFee:await this.unitsToAmount(null,e.marketFee.toString(),18),marketFeeCollector:e.marketFeeCollector,marketFeeAvailable:await this.unitsToAmount(r.baseToken,e.marketFeeAvailable,Number(r.btDecimals)),oceanFeeAvailable:await this.unitsToAmount(r.baseToken,e.oceanFeeAvailable,Number(r.btDecimals)),exchangeId:t}}async getExchanges(){return await this.contract.getExchanges()}async isActive(t){return await this.contract.isActive(t)}async activateMint(t,e){var r;const n=await this.getExchange(t);if(!n)return null;if(!0===n.withMint)return null;const i=await this.contract.toggleMintState.estimateGas(t,!0);return e?i:await Ot(i,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.toggleMintState,t,!0)}async deactivateMint(t,e){var r;const n=await this.getExchange(t);if(!n)return null;if(!1===n.withMint)return null;const i=await this.contract.toggleMintState.estimateGas(t,!1);return e?i:await Ot(i,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.toggleMintState,t,!1)}async collectBasetokens(t,e,r){var n;if(!await this.getExchange(t))return null;const i=await this.contract.getExchange(t),s=await this.amountToUnits(i.baseToken,e,Number(i.btDecimals)),a=await this.contract.collectBT.estimateGas(t,s);return r?a:await Ot(a,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.collectBT,t,s)}async collectDatatokens(t,e,r){var n;if(!await this.getExchange(t))return null;const i=await this.contract.getExchange(t),s=await this.amountToUnits(i.datatoken,e,Number(i.dtDecimals)),a=await this.contract.collectDT.estimateGas(t,s);return r?a:await Ot(a,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.collectDT,t,s)}async collectMarketFee(t,e){var r;if(!await this.getExchange(t))return null;const n=await this.contract.collectMarketFee.estimateGas(t);return e?n:await Ot(n,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.collectMarketFee,t)}async collectOceanFee(t,e){var r;if(!await this.getExchange(t))return null;const n=await this.contract.collectOceanFee.estimateGas(t);return e?n:await Ot(n,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.collectOceanFee,t)}async getOPCCollector(){return await this.contract.opcCollector()}async getRouter(){return await this.contract.router()}async getExchangeOwner(t){return(await this.getExchange(t)).exchangeOwner}async updateMarketFee(t,e,r){var n;const i=await this.contract.updateMarketFee.estimateGas(t,await this.amountToUnits(null,e,18));return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.updateMarketFee,t,await this.amountToUnits(null,e,18))}async updateMarketFeeCollector(t,e,r){var n;const i=await this.contract.updateMarketFeeCollector.estimateGas(t,e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.updateMarketFeeCollector,t,e)}}class Mt extends Dt{getDefaultAbi(){return b.abi}async buyDatatokenBatch(t,e){var r;const n=await this.contract.buyDTBatch.estimateGas(t);return e?n:await Ot(n,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.buyDTBatch,t)}async isApprovedToken(t){return await this.contract.isApprovedToken(t)}async isFixedPrice(t){return await this.contract.isFixedRateContract(t)}async getOwner(){return await this.contract.routerOwner()}async getNFTFactory(){return await this.contract.factory()}async addApprovedToken(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Router Owner");const i=await this.contract.addApprovedToken.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.addApprovedToken,e)}async removeApprovedToken(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Router Owner");const i=await this.contract.removeApprovedToken.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.removeApprovedToken,e)}async addFixedRateContract(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Router Owner");const i=await this.contract.addFixedRateContract.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.addFixedRateContract,e)}async removeFixedRateContract(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Router Owner");const i=await this.contract.removeFixedRateContract.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.removeFixedRateContract,e)}async addDispenserContract(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Router Owner");const i=await this.contract.addDispenserContract.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.addDispenserContract,e)}async removeDispenserContract(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Router Owner");const i=await this.contract.removeDispenserContract.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.removeDispenserContract,e)}async getOPCFee(t){const e=await this.contract.getOPCFee(t);return Number(e)}async getCurrentOPCFee(){const t=await this.contract.swapOceanFee();return Number(t)}async updateOPCFee(t,e,r,n,i,s){var a;if(await this.getOwner()!==t)throw new Error("Caller is not Router Owner");const o=await this.contract.updateOPCFee.estimateGas(e,r,n,i);return s?o:await Ot(o,this.getSignerAccordingSdk(),null==(a=this.config)?void 0:a.gasFeeMultiplier,this.contract.updateOPCFee,e,r,n,i)}}var Bt={nouns:["Crab","Fish","Seal","Octopus","Shark","Seahorse","Walrus","Starfish","Whale","Orca","Penguin","Jellyfish","Squid","Lobster","Pelican","Shrimp","Oyster","Clam","Seagull","Dolphin","Shell","Cormorant","Otter","Anemone","Turtle","Coral","Ray","Barracuda","Krill","Anchovy","Angelfish","Barnacle","Clownfish","Cod","Cuttlefish","Eel","Fugu","Herring","Haddock","Ling","Mackerel","Manatee","Narwhal","Nautilus","Plankton","Porpoise","Prawn","Pufferfish","Swordfish","Tuna"],adjectives:["adamant","adroit","amatory","ambitious","amused","animistic","antic","arcadian","artistic","astonishing","astounding","baleful","bellicose","bilious","blissful","boorish","brave","breathtaking","brilliant","calamitous","caustic","cerulean","clever","charming","comely","competent","concomitant","confident","contumacious","corpulent","crapulous","creative","dazzling","dedicated","defamatory","delighted","delightful","determined","didactic","dilatory","dowdy","efficacious","effulgent","egregious","empowered","endemic","enthusiastic","equanimous","exceptional","execrable","fabulous","fantastic","fastidious","feckless","fecund","friable","fulsome","garrulous","generous","gentle","guileless","gustatory","heuristic","histrionic","hubristic","incendiary","incredible","insidious","insolent","inspired","intransigent","inveterate","invidious","invigorated","irksome","jejune","juicy","jocular","joyful","judicious","kind","lachrymose","limpid","loquacious","lovely","luminous","mannered","marvelous","mendacious","meretricious","minatory","mordant","motivated","munificent","nefarious","noxious","obtuse","optimistic","parsimonious","pendulous","pernicious","pervasive","petulant","passionate","phenomenal","platitudinous","pleasant","powerful","precipitate","propitious","puckish","querulous","quiescent","rebarbative","recalcitant","redolent","rhadamanthine","risible","ruminative","sagacious","salubrious","sartorial","sclerotic","serpentine","smart","spasmodic","strident","stunning","stupendous","taciturn","tactful","tasty","tenacious","tremendous","tremulous","trenchant","turbulent","turgid","ubiquitous","uxorious","verdant","vibrant","voluble","voracious","wheedling","withering","wonderful","zealous"]};function _t(t){const e=t||Bt,r=Math.floor(Math.random()*e.adjectives.length),n=Math.floor(Math.random()*e.nouns.length),i=Math.floor(100*Math.random()),s=e.adjectives[r].replace(/^\w/,t=>t.toUpperCase()),a=e.nouns[n].replace(/^\w/,t=>t.toUpperCase());return{name:`${s} ${a} Token`,symbol:`${(s.substring(0,3)+a.substring(0,3)).toUpperCase()}-${i}`}}class Gt extends Dt{getDefaultAbi(){return A.abi}async createNFT(t,e){if(t.templateIndex||(t.templateIndex=1),!t.name||!t.symbol){const{name:e,symbol:r}=_t();t.name=e,t.symbol=r}if(t.templateIndex>await this.getCurrentNFTTemplateCount())throw new Error("Template index doesnt exist");if(0===t.templateIndex)throw new Error("Template index cannot be ZERO");if(!1===(await this.getNFTTemplate(t.templateIndex)).isActive)throw new Error("Template is not active");const r=await this.contract.deployERC721Contract.estimateGas(t.name,t.symbol,t.templateIndex,Nt,Nt,t.tokenURI,t.transferable,t.owner);if(e)return r;try{var n;const e=await Ot(r,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.deployERC721Contract,t.name,t.symbol,t.templateIndex,Nt,Nt,t.tokenURI,t.transferable,t.owner);if(!e){const t="Tx for deploying new NFT contract does not exist or status is not successful.";throw console.error(t),t}return Ct(await e.wait(),"NFTCreated").args[0]}catch(t){console.error(`Creation of NFT failed: ${t}`)}}async getCurrentNFTCount(){const t=await this.contract.getCurrentNFTCount();return Number(t)}async getCurrentTokenCount(){const t=await this.contract.getCurrentTokenCount();return Number(t)}async getOwner(){return await this.contract.owner()}async getCurrentNFTTemplateCount(){const t=await this.contract.getCurrentNFTTemplateCount();return Number(t)}async getCurrentTokenTemplateCount(){const t=await this.contract.getCurrentTemplateCount();return Number(t)}async getNFTTemplate(t){if(t>await this.getCurrentNFTTemplateCount())throw new Error("Template index doesnt exist");if(0===t)throw new Error("Template index cannot be ZERO");return await this.contract.getNFTTemplate(t)}async getTokenTemplate(t){return await this.contract.getTokenTemplate(t)}async checkDatatoken(t){return await this.contract.erc20List(t)}async checkNFT(t){return await this.contract.erc721List(t)}async addNFTTemplate(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Factory Owner");if(e===Nt)throw new Error("Template cannot be ZERO address");const i=await this.contract.add721TokenTemplate.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.add721TokenTemplate,e)}async disableNFTTemplate(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Factory Owner");if(e>await this.getCurrentNFTTemplateCount())throw new Error("Template index doesnt exist");if(0===e)throw new Error("Template index cannot be ZERO");const i=await this.contract.disable721TokenTemplate.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.disable721TokenTemplate,e)}async reactivateNFTTemplate(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Factory Owner");if(e>await this.getCurrentNFTTemplateCount())throw new Error("Template index doesnt exist");if(0===e)throw new Error("Template index cannot be ZERO");const i=await this.contract.reactivate721TokenTemplate.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.reactivate721TokenTemplate,e)}async addTokenTemplate(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Factory Owner");if(e===Nt)throw new Error("Template cannot be address ZERO");const i=await this.contract.addTokenTemplate.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.addTokenTemplate,e)}async disableTokenTemplate(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Factory Owner");if(e>await this.getCurrentTokenTemplateCount())throw new Error("Template index doesnt exist");if(0===e)throw new Error("Template index cannot be ZERO");if(!1===(await this.getTokenTemplate(e)).isActive)throw new Error("Template is already disabled");const i=await this.contract.disableTokenTemplate.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.disableTokenTemplate,e)}async reactivateTokenTemplate(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Factory Owner");if(e>await this.getCurrentTokenTemplateCount())throw new Error("Template index doesnt exist");if(0===e)throw new Error("Template index cannot be ZERO");if(!0===(await this.getTokenTemplate(e)).isActive)throw new Error("Template is already active");const i=await this.contract.reactivateTokenTemplate.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.reactivateTokenTemplate,e)}async startMultipleTokenOrder(t,e){var r;if(t.length>50)throw new Error("Too many orders");const n=await this.contract.startMultipleTokenOrder.estimateGas(t);return e?n:await Ot(n,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.startMultipleTokenOrder,t)}async createNftWithDatatoken(t,e,r){var n;const i=await this.getErcCreationParams(e),s=await this.contract.createNftWithErc20.estimateGas(t,i);return r?s:await Ot(s,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.createNftWithErc20,t,i)}async createNftWithDatatokenWithFixedRate(t,e,r,n){var i;const s=await this.getErcCreationParams(e),a=await this.getFreCreationParams(r),o=await this.contract.createNftWithErc20WithFixedRate.estimateGas(t,s,a);return n?o:await Ot(o,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,this.contract.createNftWithErc20WithFixedRate,t,s,a)}async createNftWithDatatokenWithDispenser(t,e,r,n){var i;const s=await this.getErcCreationParams(e);r.maxBalance=await this.amountToUnits(null,r.maxBalance,18),r.maxTokens=await this.amountToUnits(null,r.maxTokens,18);const a=await this.contract.createNftWithErc20WithDispenser.estimateGas(t,s,r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,this.contract.createNftWithErc20WithDispenser,t,s,r)}async getErcCreationParams(t){let e,r;t.name&&t.symbol||({name:e,symbol:r}=_t());let n=18;if(t.feeToken!==Nt)try{n=await Tt(this.signer,t.feeToken)}catch(t){ht.error("getTokenDecimals error",t)}const i=[t.minter,t.paymentCollector,t.mpFeeAddress,t.feeToken];return t.filesObject&&(t.accessListFactory&&i.push(t.accessListFactory),t.allowAccessList&&i.push(t.allowAccessList),t.denyAccessList&&i.push(t.denyAccessList)),{templateIndex:t.templateIndex,strings:[t.name||e,t.symbol||r],addresses:i,uints:[await this.amountToUnits(null,t.cap,18),await this.amountToUnits(null,t.feeAmount,n)],bytess:t.filesObject?[a(JSON.stringify(t.filesObject))]:[]}}async getFreCreationParams(t){t.allowedConsumer||(t.allowedConsumer=Nt);const e=!1===t.withMint?0:1;return{fixedPriceAddress:t.fixedRateAddress,addresses:[t.baseTokenAddress,t.owner,t.marketFeeCollector,t.allowedConsumer],uints:[t.baseTokenDecimals,t.datatokenDecimals,await this.amountToUnits(null,t.fixedRate,t.datatokenDecimals),await this.amountToUnits(null,t.marketFee,t.datatokenDecimals),e]}}}function jt(){try{if(process.env.ADDRESS_FILE){const t=e.readFileSync(process.env.ADDRESS_FILE,"utf8");return JSON.parse(t)}return t}catch(e){return t}}function $t(t){try{const e=jt();if(e){const r=Object.keys(e);for(const n of r)if(e[n].chainId===t)return e[n]}}catch(t){console.error(t)}return null}async function Vt(t,e,n,i){const s="number"==typeof n,a=new Gt(e,t,i),o=await a.getCurrentTokenTemplateCount();for(let e=1;e<=o;e++){const i=await a.getTokenTemplate(e),o=new r.Contract(i.templateAddress,T.abi,t);if(s){const t=await o.getId();if(i.isActive&&t.toString()===n.toString())return e}else if(i.isActive&&i.templateAddress===n.toString())return e}return-1}class qt extends Ft{getDefaultAbi(){return S.abi}async createDatatoken(t,e,r,n,i,s,o,c,u,l,h,d,f,g,p,w){var m;if(!0!==(await this.getNftPermissions(t,e)).deployERC20)throw new Error("Caller is not DatatokenDeployer");h||(h=1),u&&l||({name:u,symbol:l}=_t());const y=this.getContract(t);if(!this.signer.provider)throw new Error("Provider is required but not available");const{chainId:b}=await this.signer.provider.getNetwork(),v=$t(Number(b));d&&(h=await Vt(this.signer,v.ERC721Factory,4,Number(b)));const E=await y.createERC20.estimateGas(h,[u,l],[r,n,i,s],[await this.amountToUnits(null,c,18),await this.amountToUnits(null,o,18)],[]);if(w)return E;const S=[r,n,i,s];f&&(S.push(f.toLowerCase()),S.push(g?g.toLowerCase():Nt),S.push(p||Nt));const A=await Ot(E,this.getSignerAccordingSdk(),null==(m=this.config)?void 0:m.gasFeeMultiplier,y.createERC20,h,[u,l],S,[await this.amountToUnits(null,c,18),await this.amountToUnits(null,o,18)],d?[a(d)]:[]),T=Ct(await A.wait(),"TokenCreated");return null==T?void 0:T.args[0]}async addManager(t,e,r,n){var i;const s=this.getContract(t);if(await this.getNftOwner(t)!==e)throw new Error("Caller is not NFT Owner");const a=await s.addManager.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.addManager,r)}async removeManager(t,e,r,n){var i;const s=this.getContract(t);if(await this.getNftOwner(t)!==e)throw new Error("Caller is not NFT Owner");const a=await s.removeManager.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.removeManager,r)}async addDatatokenDeployer(t,e,r,n){var i;const s=this.getContract(t);if(!0!==(await this.getNftPermissions(t,e)).manager)throw new Error("Caller is not Manager");const a=await s.addToCreateERC20List.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.addToCreateERC20List,r)}async removeDatatokenDeployer(t,e,r,n){var i;const s=this.getContract(t);if(!0!==(await this.getNftPermissions(t,e)).manager||e===r&&!0!==(await this.getNftPermissions(t,e)).deployERC20)throw new Error("Caller is not Manager nor DatatokenDeployer");const a=await s.removeFromCreateERC20List.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.removeFromCreateERC20List,r)}async addMetadataUpdater(t,e,r,n){var i;const s=this.getContract(t);if(!0!==(await this.getNftPermissions(t,e)).manager)throw new Error("Caller is not Manager");const a=await s.addToMetadataList.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.addToMetadataList,r)}async removeMetadataUpdater(t,e,r,n){var i;const s=this.getContract(t);if(!0!==(await this.getNftPermissions(t,e)).manager||e!==r&&!0!==(await this.getNftPermissions(t,e)).updateMetadata)throw new Error("Caller is not Manager nor Metadata Updater");const a=await s.removeFromMetadataList.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.removeFromMetadataList,r)}async addStoreUpdater(t,e,r,n){var i;const s=this.getContract(t);if(!0!==(await this.getNftPermissions(t,e)).manager)throw new Error("Caller is not Manager");const a=await s.addTo725StoreList.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.addTo725StoreList,r)}async removeStoreUpdater(t,e,r,n){var i;const s=this.getContract(t);if(!0!==(await this.getNftPermissions(t,e)).manager||e!==r&&!0!==(await this.getNftPermissions(t,e)).store)throw new Error("Caller is not Manager nor storeUpdater");const a=await s.removeFrom725StoreList.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.removeFrom725StoreList,r)}async cleanPermissions(t,e,r){var n;const i=this.getContract(t);if(await this.getNftOwner(t)!==e)throw new Error("Caller is not NFT Owner");const s=await i.cleanPermissions.estimateGas();return r?s:await Ot(s,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,i.cleanPermissions)}async transferNft(t,e,r,n,i){var s;const a=this.getContract(t);if(await this.getNftOwner(t)!==e)throw new Error("Caller is not NFT Owner");const o=n||1,c=await a.transferFrom.estimateGas(e,r,o);return i?c:await Ot(c,this.getSignerAccordingSdk(),null==(s=this.config)?void 0:s.gasFeeMultiplier,a.transferFrom,e,r,o)}async safeTransferNft(t,e,r,n,i){var s;const a=this.getContract(t);if(await this.getNftOwner(t)!==e)throw new Error("Caller is not NFT Owner");const o=n||1,c=await a.safeTransferFrom.estimateGas(e,r,o);return i?c:await Ot(c,this.getSignerAccordingSdk(),null==(s=this.config)?void 0:s.gasFeeMultiplier,a.safeTransferFrom,e,r,o)}async setMetadata(t,e,r,n,i,s,a,o,c,u){var l;const h=this.getContract(t);if(c||(c=[]),!(await this.getNftPermissions(t,e)).updateMetadata)throw new Error("Caller is not Metadata updater");let d=n;if(null!=n&&n.includes("/p2p/")){var f;const t=n.match(/\/p2p\/([^/]+)/);d=null!=(f=null==t?void 0:t[1])?f:n}const g=await h.setMetaData.estimateGas(r,d,i,s,a,o,c);return u?g:await Ot(g,this.signer,null==(l=this.config)?void 0:l.gasFeeMultiplier,h.setMetaData,r,d,i,s,a,o,c)}async setMetadataAndTokenURI(t,e,r,n){var i;const s=this.getContract(t);if(!(await this.getNftPermissions(t,e)).updateMetadata)throw new Error("Caller is not Metadata updater");const a=at({},r,{metadataProofs:r.metadataProofs||[]}),o=await s.setMetaDataAndTokenURI.estimateGas(a);return n?o:await Ot(o,this.signer,null==(i=this.config)?void 0:i.gasFeeMultiplier,s.setMetaDataAndTokenURI,a)}async setMetadataState(t,e,r,n){var i;const s=this.getContract(t);if(!(await this.getNftPermissions(t,e)).updateMetadata)throw new Error("Caller is not Metadata updater");const a=await s.setMetaDataState.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.setMetaDataState,r)}async setTokenURI(t,e,r){var n;const i=this.getContract(t),s=await i.setTokenURI.estimateGas("1",e);return r?s:await Ot(s,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,i.setTokenURI,"1",e)}async getNftOwner(t){const e=this.getContract(t);return await e.ownerOf(1)}async getNftPermissions(t,e){const r=this.getContract(t);return await r.getPermissions(e)}async getMetadata(t){const e=this.getContract(t);return await e.getMetaData()}async isDatatokenDeployer(t,e){const r=this.getContract(t);return await r.isERC20Deployer(e)}async setData(t,e,r,n,i){var s;if(!0!==(await this.getNftPermissions(t,e)).store)throw new Error("User is not ERC20 store updater");const u=this.getContract(t),l=o(r),h=c(a(n)),d=await u.setNewData.estimateGas(l,h);return i?d:await Ot(d,this.getSignerAccordingSdk(),null==(s=this.config)?void 0:s.gasFeeMultiplier,u.setNewData,l,h)}async getData(t,e){const r=this.getContract(t),n=o(e),i=await r.getData(n);return i?u(i):null}async getTokenURI(t,e){const r=this.getContract(t);return await r.tokenURI(e)}async isDatatokenDeployed(t,e){const r=this.getContract(t);return await r.isDeployed(e)}}class zt extends Ft{getDefaultAbi(){return v.abi}constructor(t,e,r,n,i){super(t,e,r,n),this.abiEnterprise=void 0,this.nft=void 0,this.abiEnterprise=i||E.abi,this.nft=new qt(this.signer,e)}async approve(t,e,r,n){var i;const s=this.getContract(t),a=await s.approve.estimateGas(e,kt(null,null,r,18));return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.approve,e,kt(null,null,r,18))}async createFixedRate(t,e,r,n){var i;const s=this.getContract(t);if(!await this.isDatatokenDeployer(t,e))throw new Error("User is not Datatoken Deployer");r.allowedConsumer||(r.allowedConsumer=Nt);const a=!1===r.withMint?0:1,o=await s.createFixedRate.estimateGas(r.fixedRateAddress,[r.baseTokenAddress,r.owner,r.marketFeeCollector,r.allowedConsumer],[r.baseTokenDecimals,r.datatokenDecimals,r.fixedRate,r.marketFee,a]);return n?o:await Ot(o,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.createFixedRate,r.fixedRateAddress,[r.baseTokenAddress,r.owner,r.marketFeeCollector,r.allowedConsumer],[r.baseTokenDecimals,r.datatokenDecimals,r.fixedRate,r.marketFee,a])}async createDispenser(t,e,r,n,i){var s;if(!await this.isDatatokenDeployer(t,e))throw new Error("User is not Datatoken Deployer");const a=this.getContract(t);n.allowedSwapper||(n.allowedSwapper=Nt),n.withMint=!1!==n.withMint;const o=await a.createDispenser.estimateGas(r,n.maxTokens,n.maxBalance,n.withMint,n.allowedSwapper);return i?o:await Ot(o,this.getSignerAccordingSdk(),null==(s=this.config)?void 0:s.gasFeeMultiplier,a.createDispenser,r,n.maxTokens,n.maxBalance,n.withMint,n.allowedSwapper)}async mint(t,e,r,n,i){const s=this.getContract(t);if(!0!==(await this.getPermissions(t,e)).minter)throw new Error("Caller is not Minter");const a=await this.getCap(t);if(new w(a).gte(r)){var o;const t=await s.mint.estimateGas(n||e,kt(null,null,r,18));return i?t:await Ot(t,this.getSignerAccordingSdk(),null==(o=this.config)?void 0:o.gasFeeMultiplier,s.mint,n||e,kt(null,null,r,18))}throw new Error("Mint amount exceeds cap available")}async addMinter(t,e,r,n){var i;const s=this.getContract(t);if(!0!==await this.isDatatokenDeployer(t,e))throw new Error("Caller is not DatatokenDeployer");const a=await s.addMinter.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.addMinter,r)}async removeMinter(t,e,r,n){var i;const s=this.getContract(t);if(!0!==await this.isDatatokenDeployer(t,e))throw new Error("Caller is not DatatokenDeployer");const a=await s.removeMinter.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.removeMinter,r)}async addPaymentManager(t,e,r,n){var i;const s=this.getContract(t);if(!0!==await this.isDatatokenDeployer(t,e))throw new Error("Caller is not DatatokenDeployer");const a=await s.addPaymentManager.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.addPaymentManager,r)}async removePaymentManager(t,e,r,n){var i;const s=this.getContract(t);if(!0!==await this.isDatatokenDeployer(t,e))throw new Error("Caller is not DatatokenDeployer");const a=await s.removePaymentManager.estimateGas(r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.removePaymentManager,r)}async setPaymentCollector(t,e,r,n){var i;const s=this.getContract(t),a=(await this.getPermissions(t,e)).paymentManager,o=!a&&await this.getNFTAddress(t),c=o&&await this.nft.getNftOwner(o)===e,u=o&&!c&&await this.nft.getNftPermissions(o,e);if(!a&&!c&&!(null==u?void 0:u.deployERC20))throw new Error("Caller is not Fee Manager, owner or Datatoken Deployer");const l=await s.setPaymentCollector.estimateGas(r);return n?l:await Ot(l,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.setPaymentCollector,r)}async getPaymentCollector(t){const e=this.getContract(t);return await e.getPaymentCollector()}async transfer(t,e,r,n){return this.transferWei(t,e,await kt(null,null,r,18),n)}async transferWei(t,e,r,n){var i;const s=this.getContract(t),a=await s.transfer.estimateGas(e,r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.transfer,e,r)}async startOrder(t,e,r,n,i,s){var a;const o=this.getContract(t,this.abi);i||(i={consumeMarketFeeAddress:Nt,consumeMarketFeeToken:Nt,consumeMarketFeeAmount:"0"});const c=await o.startOrder.estimateGas(e,r,n,i);return s?c:await Ot(c,this.getSignerAccordingSdk(),null==(a=this.config)?void 0:a.gasFeeMultiplier,o.startOrder,e,r,n,i)}async reuseOrder(t,e,r,n){var i;const s=this.getContract(t),a=await s.reuseOrder.estimateGas(e,r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.reuseOrder,e,r)}async buyFromFreAndOrder(t,e,r,n){var i;const s=this.getContract(t,this.abiEnterprise),a=await this.getFreOrderParams(r),o=await s.buyFromFreAndOrder.estimateGas(e,a);return n?o:await Ot(o,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.buyFromFreAndOrder,e,a)}async buyFromDispenserAndOrder(t,e,r,n){var i;const s=this.getContract(t,this.abiEnterprise),a=await s.buyFromDispenserAndOrder.estimateGas(e,r);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.buyFromDispenserAndOrder,e,r)}async setData(t,e,r,n){var i;if(!await this.isDatatokenDeployer(t,e))throw new Error("User is not Datatoken Deployer");const s=this.getContract(t),o=c(a(r)),u=await s.setData.estimateGas(o);return n?u:await Ot(u,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.setData,o)}async cleanPermissions(t,e,r){var n;if(await this.nft.getNftOwner(await this.getNFTAddress(t))!==e)throw new Error("Caller is NOT Nft Owner");const i=this.getContract(t),s=await i.cleanPermissions.estimateGas();return r?s:await Ot(s,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,i.cleanPermissions)}async getPermissions(t,e){const r=this.getContract(t);return await r.permissions(e)}async getCap(t){const e=this.getContract(t),r=await e.cap();return await this.unitsToAmount(null,r,18)}async getDecimals(t){const e=this.getContract(t),r=await e.decimals();return Number(r)}async getId(t){const e=this.getContract(t),r=await e.getId();return Number(r)}async getSymbol(t){const e=this.getContract(t);return await e.symbol()}async getName(t){const e=this.getContract(t);return await e.name()}async getNFTAddress(t){const e=this.getContract(t);return await e.getERC721Address()}async getFixedRates(t){const e=this.getContract(t);return await e.getFixedRates()}async getDispensers(t){const e=this.getContract(t);return await e.getDispensers()}async isDatatokenDeployer(t,e){const r=this.getContract(t);return await r.isERC20Deployer(e)}async balance(t,e){const r=this.getContract(t),n=await r.balanceOf(e);return await this.unitsToAmount(null,n,18)}async allowance(t,e,r,n=18){const i=this.getContract(t),s=await i.allowance(e,r);return await this.unitsToAmount(null,s,n)}async setPublishingMarketFee(t,e,r,n,i,s){var a;const o=this.getContract(t);if((await o.getPublishingMarketFee())[0]!==i)throw new Error("Caller is not the Publishing Market Fee Address");const c=await o.setPublishingMarketFee.estimateGas(e,r,n);return s?c:await Ot(c,this.getSignerAccordingSdk(),null==(a=this.config)?void 0:a.gasFeeMultiplier,o.setPublishingMarketFee,e,r,n)}async getPublishingMarketFee(t){const e=this.getContract(t),r=await e.getPublishingMarketFee();return{publishMarketFeeAddress:r[0],publishMarketFeeToken:r[1],publishMarketFeeAmount:r[2].toString()}}async getFreOrderParams(t){return{exchangeContract:t.exchangeContract,exchangeId:t.exchangeId,maxBaseTokenAmount:await kt(this.signer,t.baseTokenAddress,t.maxBaseTokenAmount,t.baseTokenDecimals),swapMarketFee:await kt(this.signer,t.baseTokenAddress,t.swapMarketFee,t.baseTokenDecimals),marketFeeAddress:t.marketFeeAddress}}}class Ht extends zt{getDefaultAbi(){return x.abi}constructor(t,e,r,n,i){super(t,r,n,i),this.accessList=void 0,this.fileObject=void 0,this.abi=this.getDefaultAbi(),this.fileObject=e}setFileObj(t){this.fileObject=t}async getAllowlistContract(t){const e=this.getContract(t,this.getDefaultAbi());return await e.getAllowListContract()}async getDenylistContract(t){const e=this.getContract(t,this.getDefaultAbi());return await e.getDenyListContract()}async setAllowListContract(t,e,r,n){var i;if(!await this.isDatatokenDeployer(t,r))throw new Error("User is not Datatoken Deployer");const s=this.getContract(t),a=await s.setAllowListContract.estimateGas(e);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.setAllowListContract,e)}async setDenyListContract(t,e,r,n){var i;if(!await this.isDatatokenDeployer(t,r))throw new Error("User is not Datatoken Deployer");const s=this.getContract(t),a=await s.setDenyListContract.estimateGas(e);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,s.setDenyListContract,e)}async setFileObject(t,e,r){var n;if(!await this.isDatatokenDeployer(t,e))throw new Error("User is not Datatoken Deployer");const i=this.getContract(t),s=await i.setFilesObject.estimateGas(this.fileObject);return r?s:await Ot(s,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,i.setFilesObject,this.fileObject)}async getFileObject(t,e,r,n,i,s,a){const o=this.getContract(t,this.getDefaultAbi());return await o.getFileObject(e,r,n,i,s,a)}}class Kt extends Dt{getDefaultAbi(){return k.abi}constructor(t,e,r,n,i){super(t,e,r,n,i),this.abiEnterprise=void 0,this.abi=i||this.getDefaultAbi()}async getTokenUri(t){return await this.contract.tokenURI(t)}async getOwner(){return await this.contract.owner()}async getId(){const t=await this.contract.getId();return Number(t)}async getName(){return await this.contract.name()}async getSymbol(){return await this.contract.symbol()}async balance(t){const e=await this.contract.balanceOf(t);return await this.unitsToAmount(null,e,18)}async mint(t,e,r){var n;const i=await this.contract.mint.estimateGas(t,e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.mint,t,e)}async batchMint(t,e,r){var n;const i=await this.contract.batchMint.estimateGas(t,e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.batchMint,t,e)}async burn(t,e){var r;const n=await this.contract.burn.estimateGas(t);return e?n:await Ot(n,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.burn,t)}async transferOwnership(t,e){var r;const n=await this.contract.transferOwnership.estimateGas(t);return e?n:await Ot(n,this.getSignerAccordingSdk(),null==(r=this.config)?void 0:r.gasFeeMultiplier,this.contract.transferOwnership,t)}async renounceOwnership(t){var e;const r=await this.contract.renounceOwnership.estimateGas();return t?r:await Ot(r,this.getSignerAccordingSdk(),null==(e=this.config)?void 0:e.gasFeeMultiplier,this.contract.renounceOwnership)}}class Zt extends Dt{getDefaultAbi(){return C.abi}constructor(t,e,r,n,i){super(t,e,r,n,i),this.abi=i||this.getDefaultAbi()}async deployAccessListContract(t,e,r,n=!1,i,s,a){if(!t||!e){const{name:r,symbol:n}=_t();t=r,e=n}const o=await this.contract.deployAccessListContract.estimateGas(t,e,n,i,s,r);if(a)return o;try{var c;const a=await Ot(o,this.getSignerAccordingSdk(),null==(c=this.config)?void 0:c.gasFeeMultiplier,this.contract.deployAccessListContract,t,e,n,i,s,r);if(!a){const t="Tx for deploying new access list was not processed on chain.";throw console.error(t),t}return Ct(await a.wait(),"NewAccessList").args[0]}catch(t){console.error(`Creation of AccessList failed: ${t}`)}}async getOwner(){return await this.contract.owner()}async isSoulbound(t){return await this.contract.isSoulBound(t)}async isDeployed(t){return await this.contract.isDeployed(t)}async changeTemplateAddress(t,e,r){var n;if(await this.getOwner()!==t)throw new Error("Caller is not Factory Owner");if(e===Nt)throw new Error("Template address cannot be ZERO address");const i=await this.contract.changeTemplateAddress.estimateGas(e);return r?i:await Ot(i,this.getSignerAccordingSdk(),null==(n=this.config)?void 0:n.gasFeeMultiplier,this.contract.changeTemplateAddress,e)}}class Jt extends Dt{getDefaultAbi(){return O.abi}constructor(t,e,r,n,i){super(t,e,r,n,i),this.abiEnterprise=void 0,this.abi=i||this.getDefaultAbi()}async getFunds(t){return await this.contract.getFunds(t)}async getUserFunds(t,e){return await this.contract.getUserFunds(t,e)}async getUserTokens(t){return await this.contract.getUserTokens(t)}async getLocks(t,e,r){return await this.contract.getLocks(t,e,r)}async getAuthorizations(t,e,r){return await this.contract.getAuthorizations(t,e,r)}async verifyFundsForEscrowPayment(t,e,r,n,i,s,a){var o;const c=await(null==(o=this.signer.provider)?void 0:o.getBalance(l(e)));if(new p(c).isZero())return{isValid:!1,message:"Native token balance is 0. Please add funds"};const u=new zt(this.signer),d=await u.allowance(t,await this.signer.getAddress(),this.contract.target.toString(),a);new p(await this.amountToUnits(t,d,18)).isLessThan(new p(n))&&await u.approve(l(t),l(this.contract.target.toString()),n);const f=await u.balance(t,await this.signer.getAddress());if(new p(f).isZero())return{isValid:!1,message:"Payment token balance is 0. Please add funds"};const g=await this.getAuthorizations(t,await this.signer.getAddress(),e),w=await this.getUserFunds(await this.signer.getAddress(),t);return new p(w[0]).isZero()&&(r&&new p(h(f)).isLessThanOrEqualTo(new p(h(r)))&&new p(h(r)).isGreaterThan(new p(n))?await this.deposit(t,r,a):new p(h(f)).isLessThanOrEqualTo(new p(h(n)))?await this.deposit(t,await this.unitsToAmount(t,n,a),a):await this.deposit(t,f,a)),0===g.length&&await this.authorize(l(t),l(e),(Number(n)/2).toString(),i,s),{isValid:!0,message:""}}async deposit(t,e,r,n){var i;const s=await this.amountToUnits(t,e,r),a=await this.contract.deposit.estimateGas(t,s);return n?a:await Ot(a,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,this.contract.deposit,t,s)}async withdraw(t,e,r,n){var i;const s=[],a=[];if(t.length!==e.length)throw new Error("Tokens and amounts arrays must have the same length");const o=await this.signer.getAddress();for(let r=0;r<t.length;r++){const n=t[r],i=new p(e[r]),c=await this.getUserFunds(o,n),u=new p(c[0]);i.isGreaterThan(0)&&i.isLessThanOrEqualTo(u)?(s.push(n),a.push(e[r])):console.log(`Insufficient funds for token ${n}`)}const c=await Promise.all(a.map((t,e)=>this.amountToUnits(s[e],t,r))),u=await this.contract.withdraw.estimateGas(t,c);return n?u:await Ot(u,this.getSignerAccordingSdk(),null==(i=this.config)?void 0:i.gasFeeMultiplier,this.contract.withdraw,s,c)}async authorize(t,e,r,n,i,s,a){var o;if(0!==(await this.getAuthorizations(t,await this.signer.getAddress(),e)).length)return console.log(`Payee ${e} already authorized`),null;const c=await this.amountToUnits(t,r,s),u=await this.amountToUnits(t,n,s),l=await this.amountToUnits(t,i,s),h=await this.contract.authorize.estimateGas(t,e,c,u,l);return a?h:await Ot(h,this.getSignerAccordingSdk(),null==(o=this.config)?void 0:o.gasFeeMultiplier,this.contract.authorize,t,e,c,u,l)}async cancelExpiredLocks(t,e,r,n,i){var s;const a=await this.contract.cancelExpiredLocks.estimateGas(t,e,r,n);return i?a:await Ot(a,this.getSignerAccordingSdk(),null==(s=this.config)?void 0:s.gasFeeMultiplier,this.contract.cancelExpiredLocks,t,e,r,n)}}class Wt extends Dt{getDefaultAbi(){return F.abi}constructor(t,e,r,n,i){super(t,e,r,n,i),this.abi=i||this.getDefaultAbi()}async isTokenAllowed(t){return await this.contract.isTokenAllowed(t)}async getToken(t){return await this.contract.getToken(t)}async calculateFee(t,e,r){const n=this.amountToUnits(t,e.toString(),r),i=await this.contract.calculateFee(t,n);return this.unitsToAmount(t,i,r)}}async function Yt(t){return new Promise(e=>{setTimeout(e,t)})}function Xt(t){return null!=t}async function Qt(t,e){const r=d(e);let n=await t._legacySignMessage(r);n=n.substr(2);const i="0x"+n.slice(0,64),s="0x"+n.slice(64,128);let a="0x"+n.slice(128,130);return"0x00"===a&&(a="0x1b"),"0x01"===a&&(a="0x1c"),{v:a,r:i,s}}async function te(t,e){const n=r.solidityPackedKeccak256(["bytes"],[r.hexlify(r.toUtf8Bytes(e))]),i=r.toBeArray(n);try{return await t.signMessage(i)}catch(e){const r=await t.provider.getNetwork(),n=Number(r.chainId);if(8996===Number(n))return console.log("Signing message with _legacySignMessage"),await t._legacySignMessage(i)}}class ee extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}}class re extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}}class ne extends Error{static name="InvalidCIDError";constructor(t="Invalid CID"){super(t),this.name="InvalidCIDError"}}class ie extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}}class se extends Error{static name="ProtocolError";constructor(t="Protocol error"){super(t),this.name="ProtocolError"}}class ae extends Error{static name="TimeoutError";constructor(t="Timed out"){super(t),this.name="TimeoutError"}}class oe extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}}const ce=Symbol.for("@libp2p/peer-id"),ue=Symbol.for("@libp2p/service-capabilities");function le(t){if(t instanceof Uint8Array&&"Uint8Array"===t.constructor.name)return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")}class he{name;prefix;baseEncode;constructor(t,e,r){this.name=t,this.prefix=e,this.baseEncode=r}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}}class de{name;prefix;baseDecode;prefixCodePoint;constructor(t,e,r){this.name=t,this.prefix=e;const n=e.codePointAt(0);if(void 0===n)throw new Error("Invalid prefix character");this.prefixCodePoint=n,this.baseDecode=r}decode(t){if("string"==typeof t){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}throw Error("Can only multibase decode strings")}or(t){return ge(this,t)}}class fe{decoders;constructor(t){this.decoders=t}or(t){return ge(this,t)}decode(t){const e=this.decoders[t[0]];if(null!=e)return e.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}function ge(t,e){return new fe({...t.decoders??{[t.prefix]:t},...e.decoders??{[e.prefix]:e}})}class pe{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,e,r,n){this.name=t,this.prefix=e,this.baseEncode=r,this.baseDecode=n,this.encoder=new he(t,e,r),this.decoder=new de(t,e,n)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}}function we({name:t,prefix:e,encode:r,decode:n}){return new pe(t,e,r,n)}function me({name:t,prefix:e,alphabet:r}){const{encode:n,decode:i}=function(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<t.length;i++){var s=t.charAt(i),a=s.charCodeAt(0);if(255!==r[a])throw new TypeError(s+" is ambiguous");r[a]=i}var o=t.length,c=t.charAt(0),u=Math.log(o)/Math.log(256),l=Math.log(256)/Math.log(o);function h(t){if("string"!=typeof t)throw new TypeError("Expected String");if(0===t.length)return new Uint8Array;var e=0;if(" "!==t[e]){for(var n=0,i=0;t[e]===c;)n++,e++;for(var s=(t.length-e)*u+1>>>0,a=new Uint8Array(s);t[e];){var l=r[t.charCodeAt(e)];if(255===l)return;for(var h=0,d=s-1;(0!==l||h<i)&&-1!==d;d--,h++)a[d]=(l+=o*a[d]>>>0)%256>>>0,l=l/256>>>0;if(0!==l)throw new Error("Non-zero carry");i=h,e++}if(" "!==t[e]){for(var f=s-i;f!==s&&0===a[f];)f++;for(var g=new Uint8Array(n+(s-f)),p=n;f!==s;)g[p++]=a[f++];return g}}}return{encode:function(e){if(e instanceof Uint8Array||(ArrayBuffer.isView(e)?e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength):Array.isArray(e)&&(e=Uint8Array.from(e))),!(e instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(0===e.length)return"";for(var r=0,n=0,i=0,s=e.length;i!==s&&0===e[i];)i++,r++;for(var a=(s-i)*l+1>>>0,u=new Uint8Array(a);i!==s;){for(var h=e[i],d=0,f=a-1;(0!==h||d<n)&&-1!==f;f--,d++)u[f]=(h+=256*u[f]>>>0)%o>>>0,h=h/o>>>0;if(0!==h)throw new Error("Non-zero carry");n=d,i++}for(var g=a-n;g!==a&&0===u[g];)g++;for(var p=c.repeat(r);g<a;++g)p+=t.charAt(u[g]);return p},decodeUnsafe:h,decode:function(t){var r=h(t);if(r)return r;throw new Error(`Non-${e} character`)}}}(r,t);return we({prefix:e,name:t,encode:n,decode:t=>le(i(t))})}function ye({name:t,prefix:e,bitsPerChar:r,alphabet:n}){const i=function(t){const e={};for(let r=0;r<t.length;++r)e[t[r]]=r;return e}(n);return we({prefix:e,name:t,encode:t=>function(t,e,r){const n="="===e[e.length-1],i=(1<<r)-1;let s="",a=0,o=0;for(let n=0;n<t.length;++n)for(o=o<<8|t[n],a+=8;a>r;)a-=r,s+=e[i&o>>a];if(0!==a&&(s+=e[i&o<<r-a]),n)for(;s.length*r&7;)s+="=";return s}(t,n,r),decode:e=>function(t,e,r,n){let i=t.length;for(;"="===t[i-1];)--i;const s=new Uint8Array(i*r/8|0);let a=0,o=0,c=0;for(let u=0;u<i;++u){const i=e[t[u]];if(void 0===i)throw new SyntaxError(`Non-${n} character`);o=o<<r|i,a+=r,a>=8&&(a-=8,s[c++]=255&o>>a)}if(a>=r||255&o<<8-a)throw new SyntaxError("Unexpected end of data");return s}(e,i,r,t)})}const be=me({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"});me({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});const ve=ye({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5});ye({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),ye({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),ye({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),ye({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),ye({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ye({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),ye({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),ye({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});const Ee=me({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"});me({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Se=Math.pow(2,31),Ae=Math.pow(2,7),Te=Math.pow(2,14),xe=Math.pow(2,21),ke=Math.pow(2,28),Ce=Math.pow(2,35),Oe=Math.pow(2,42),Fe=Math.pow(2,49),De=Math.pow(2,56),Ie=Math.pow(2,63),Ne={encode:function t(e,r,n){r=r||[];for(var i=n=n||0;e>=Se;)r[n++]=255&e|128,e/=128;for(;-128&e;)r[n++]=255&e|128,e>>>=7;return r[n]=0|e,t.bytes=n-i+1,r},decode:function t(e,r){var n,i=0,s=0,a=r=r||0,o=e.length;do{if(a>=o)throw t.bytes=0,new RangeError("Could not decode varint");n=e[a++],i+=s<28?(127&n)<<s:(127&n)*Math.pow(2,s),s+=7}while(n>=128);return t.bytes=a-r,i},encodingLength:function(t){return t<Ae?1:t<Te?2:t<xe?3:t<ke?4:t<Ce?5:t<Oe?6:t<Fe?7:t<De?8:t<Ie?9:10}};function Pe(t,e=0){return[Ne.decode(t,e),Ne.decode.bytes]}function Le(t,e,r=0){return Ne.encode(t,e,r),e}function Ue(t){return Ne.encodingLength(t)}function Re(t,e){const r=e.byteLength,n=Ue(t),i=n+Ue(r),s=new Uint8Array(i+r);return Le(t,s,0),Le(r,s,n),s.set(e,i),new Be(t,r,e,s)}function Me(t){const e=le(t),[r,n]=Pe(e),[i,s]=Pe(e.subarray(n)),a=e.subarray(n+s);if(a.byteLength!==i)throw new Error("Incorrect length");return new Be(r,i,a,e)}class Be{code;size;digest;bytes;constructor(t,e,r,n){this.code=t,this.size=e,this.digest=r,this.bytes=n}}function _e(t,e){const{bytes:r,version:n}=t;return 0===n?function(t,e,r){const{prefix:n}=r;if(n!==be.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);const i=e.get(n);if(null==i){const i=r.encode(t).slice(1);return e.set(n,i),i}return i}(r,je(t),e??be.encoder):function(t,e,r){const{prefix:n}=r,i=e.get(n);if(null==i){const i=r.encode(t);return e.set(n,i),i}return i}(r,je(t),e??ve.encoder)}const Ge=new WeakMap;function je(t){const e=Ge.get(t);if(null==e){const e=new Map;return Ge.set(t,e),e}return e}class $e{code;version;multihash;bytes;"/";constructor(t,e,r,n){this.code=e,this.version=t,this.multihash=r,this.bytes=n,this["/"]=n}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{const{code:t,multihash:e}=this;if(t!==Ve)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==qe)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return $e.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{const{code:t,digest:e}=this.multihash,r=Re(t,e);return $e.createV1(this.code,r)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return $e.equals(this,t)}static equals(t,e){return null!=e&&t.code===e.code&&t.version===e.version&&((r=t.multihash)===(n=e.multihash)||r.code===n.code&&r.size===n.size&&n.bytes instanceof Uint8Array&&function(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}(r.bytes,n.bytes));var r,n}toString(t){return _e(this,t)}toJSON(){return{"/":_e(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(null==t)return null;const e=t;if(e instanceof $e)return e;if(null!=e["/"]&&e["/"]===e.bytes||e.asCID===e){const{version:t,code:r,multihash:n,bytes:i}=e;return new $e(t,r,n,i??ze(t,r,n.bytes))}if(!0===e[He]){const{version:t,multihash:r,code:n}=e,i=Me(r);return $e.create(t,n,i)}return null}static create(t,e,r){if("number"!=typeof e)throw new Error("String codecs are no longer supported");if(!(r.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:if(e!==Ve)throw new Error(`Version 0 CID must use dag-pb (code: ${Ve}) block encoding`);return new $e(t,e,r,r.bytes);case 1:{const n=ze(t,e,r.bytes);return new $e(t,e,r,n)}default:throw new Error("Invalid version")}}static createV0(t){return $e.create(0,Ve,t)}static createV1(t,e){return $e.create(1,t,e)}static decode(t){const[e,r]=$e.decodeFirst(t);if(0!==r.length)throw new Error("Incorrect length");return e}static decodeFirst(t){const e=$e.inspectBytes(t),r=e.size-e.multihashSize,n=le(t.subarray(r,r+e.multihashSize));if(n.byteLength!==e.multihashSize)throw new Error("Incorrect length");const i=n.subarray(e.multihashSize-e.digestSize),s=new Be(e.multihashCode,e.digestSize,i,n);return[0===e.version?$e.createV0(s):$e.createV1(e.codec,s),t.subarray(e.size)]}static inspectBytes(t){let e=0;const r=()=>{const[r,n]=Pe(t.subarray(e));return e+=n,r};let n=r(),i=Ve;if(18===n?(n=0,e=0):i=r(),0!==n&&1!==n)throw new RangeError(`Invalid CID version ${n}`);const s=e,a=r(),o=r(),c=e+o;return{version:n,codec:i,multihashCode:a,digestSize:o,multihashSize:c-s,size:c}}static parse(t,e){const[r,n]=function(t,e){switch(t[0]){case"Q":return[be.prefix,(e??be).decode(`${be.prefix}${t}`)];case be.prefix:return[be.prefix,(e??be).decode(t)];case ve.prefix:return[ve.prefix,(e??ve).decode(t)];case Ee.prefix:return[Ee.prefix,(e??Ee).decode(t)];default:if(null==e)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[t[0],e.decode(t)]}}(t,e),i=$e.decode(n);if(0===i.version&&"Q"!==t[0])throw Error("Version 0 CID string must not include multibase prefix");return je(i).set(r,t),i}}const Ve=112,qe=18;function ze(t,e,r){const n=Ue(t),i=n+Ue(e),s=new Uint8Array(i+r.byteLength);return Le(t,s,0),Le(e,s,n),s.set(r,i),s}const He=Symbol.for("@ipld/js-cid/CID"),Ke=le,Ze=function(t,e){if(null!=e?.truncate&&e.truncate!==t.byteLength){if(e.truncate<0||e.truncate>t.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${t.byteLength}`);t=t.subarray(0,e.truncate)}return Re(0,Ke(t))},Je=Symbol.for("@achingbrain/uint8arraylist");function We(t,e){if(null==e||e<0)throw new RangeError("index is out of bounds");let r=0;for(const n of t){const t=r+n.byteLength;if(e<t)return{buf:n,index:e-r};r=t}throw new RangeError("index is out of bounds")}function Ye(t){return Boolean(t?.[Je])}class Xe{bufs;length;[Je]=!0;constructor(...t){this.bufs=[],this.length=0,t.length>0&&this.appendAll(t)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...t){this.appendAll(t)}appendAll(t){let e=0;for(const r of t)if(r instanceof Uint8Array)e+=r.byteLength,this.bufs.push(r);else{if(!Ye(r))throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");e+=r.byteLength,this.bufs.push(...r.bufs)}this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(const r of t.reverse())if(r instanceof Uint8Array)e+=r.byteLength,this.bufs.unshift(r);else{if(!Ye(r))throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");e+=r.byteLength,this.bufs.unshift(...r.bufs)}this.length+=e}get(t){const e=We(this.bufs,t);return e.buf[e.index]}set(t,e){const r=We(this.bufs,t);r.buf[r.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let r=0;r<t.length;r++)this.set(e+r,t[r]);else{if(!Ye(t))throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList");for(let r=0;r<t.length;r++)this.set(e+r,t.get(r))}}consume(t){if(t=Math.trunc(t),!(Number.isNaN(t)||t<=0)){if(t===this.byteLength)return this.bufs=[],void(this.length=0);for(;this.bufs.length>0;){if(!(t>=this.bufs[0].byteLength)){this.bufs[0]=this.bufs[0].subarray(t),this.length-=t;break}t-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift()}}}slice(t,e){const{bufs:r,length:n}=this._subList(t,e);return L(r,n)}subarray(t,e){const{bufs:r,length:n}=this._subList(t,e);return 1===r.length?r[0]:L(r,n)}sublist(t,e){const{bufs:r,length:n}=this._subList(t,e),i=new Xe;return i.length=n,i.bufs=[...r],i}_subList(t,e){if((t=t??0)<0&&(t=this.length+t),(e=e??this.length)<0&&(e=this.length+e),t<0||e>this.length)throw new RangeError("index is out of bounds");if(t===e)return{bufs:[],length:0};if(0===t&&e===this.length)return{bufs:this.bufs,length:this.length};const r=[];let n=0;for(let i=0;i<this.bufs.length;i++){const s=this.bufs[i],a=n,o=a+s.byteLength;if(n=o,t>=o)continue;const c=t>=a&&t<o,u=e>a&&e<=o;if(c&&u){if(t===a&&e===o){r.push(s);break}const n=t-a;r.push(s.subarray(n,n+(e-t)));break}if(c){if(0===t){r.push(s);continue}r.push(s.subarray(t-a))}else{if(u){if(e===o){r.push(s);break}r.push(s.subarray(0,e-a));break}r.push(s)}}return{bufs:r,length:e-t}}indexOf(t,e=0){if(!(Ye(t)||t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');const r=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),0===t.length)return e>this.length?this.length:e;const n=r.byteLength;if(0===n)throw new TypeError("search must be at least 1 byte long");const i=new Int32Array(256);for(let t=0;t<256;t++)i[t]=-1;for(let t=0;t<n;t++)i[r[t]]=t;const s=i,a=this.byteLength-r.byteLength,o=r.byteLength-1;let c;for(let t=e;t<=a;t+=c){c=0;for(let e=o;e>=0;e--){const n=this.get(t+e);if(r[e]!==n){c=Math.max(1,e-s[n]);break}}if(0===c)return t}return-1}getInt8(t){const e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){const r=N(1);new DataView(r.buffer,r.byteOffset,r.byteLength).setInt8(0,e),this.write(r,t)}getInt16(t,e){const r=this.subarray(t,t+2);return new DataView(r.buffer,r.byteOffset,r.byteLength).getInt16(0,e)}setInt16(t,e,r){const n=P(2);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt16(0,e,r),this.write(n,t)}getInt32(t,e){const r=this.subarray(t,t+4);return new DataView(r.buffer,r.byteOffset,r.byteLength).getInt32(0,e)}setInt32(t,e,r){const n=P(4);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt32(0,e,r),this.write(n,t)}getBigInt64(t,e){const r=this.subarray(t,t+8);return new DataView(r.buffer,r.byteOffset,r.byteLength).getBigInt64(0,e)}setBigInt64(t,e,r){const n=P(8);new DataView(n.buffer,n.byteOffset,n.byteLength).setBigInt64(0,e,r),this.write(n,t)}getUint8(t){const e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0)}setUint8(t,e){const r=N(1);new DataView(r.buffer,r.byteOffset,r.byteLength).setUint8(0,e),this.write(r,t)}getUint16(t,e){const r=this.subarray(t,t+2);return new DataView(r.buffer,r.byteOffset,r.byteLength).getUint16(0,e)}setUint16(t,e,r){const n=P(2);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint16(0,e,r),this.write(n,t)}getUint32(t,e){const r=this.subarray(t,t+4);return new DataView(r.buffer,r.byteOffset,r.byteLength).getUint32(0,e)}setUint32(t,e,r){const n=P(4);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint32(0,e,r),this.write(n,t)}getBigUint64(t,e){const r=this.subarray(t,t+8);return new DataView(r.buffer,r.byteOffset,r.byteLength).getBigUint64(0,e)}setBigUint64(t,e,r){const n=P(8);new DataView(n.buffer,n.byteOffset,n.byteLength).setBigUint64(0,e,r),this.write(n,t)}getFloat32(t,e){const r=this.subarray(t,t+4);return new DataView(r.buffer,r.byteOffset,r.byteLength).getFloat32(0,e)}setFloat32(t,e,r){const n=P(4);new DataView(n.buffer,n.byteOffset,n.byteLength).setFloat32(0,e,r),this.write(n,t)}getFloat64(t,e){const r=this.subarray(t,t+8);return new DataView(r.buffer,r.byteOffset,r.byteLength).getFloat64(0,e)}setFloat64(t,e,r){const n=P(8);new DataView(n.buffer,n.byteOffset,n.byteLength).setFloat64(0,e,r),this.write(n,t)}equals(t){if(null==t)return!1;if(!(t instanceof Xe))return!1;if(t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!U(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){const r=new Xe;return r.bufs=t,null==e&&(e=t.reduce((t,e)=>t+e.byteLength,0)),r.length=e,r}}const Qe=parseInt("11111",2),tr=parseInt("10000000",2),er=parseInt("01111111",2),rr={0:sr,1:sr,2:function(t,e){const r=ir(t,e),n=e.offset,i=e.offset+r,s=[];for(let e=n;e<i;e++)e===n&&0===t[e]||s.push(t[e]);return e.offset+=r,Uint8Array.from(s)},3:function(t,e){const r=ir(t,e),n=t[e.offset];e.offset++;const i=t.subarray(e.offset,e.offset+r-1);if(e.offset+=r,0!==n)throw new Error("Unused bits in bit string is unimplemented");return i},4:function(t,e){const r=ir(t,e),n=t.subarray(e.offset,e.offset+r);return e.offset+=r,n},5:function(t,e){return e.offset++,null},6:function(t,e){const r=ir(t,e),n=e.offset+r,i=t[e.offset];e.offset++;let s=0,a=0;i<40?(s=0,a=i):i<80?(s=1,a=i-40):(s=2,a=i-80);let o=`${s}.${a}`,c=[];for(;e.offset<n;){const r=t[e.offset];if(e.offset++,c.push(127&r),r<128){c.reverse();let t=0;for(let e=0;e<c.length;e++)t+=c[e]<<7*e;o+=`.${t}`,c=[]}}return o},16:sr,22:sr,48:sr};function nr(t,e={offset:0}){const r=t[e.offset]&Qe;if(e.offset++,null!=rr[r])return rr[r](t,e);throw new Error("No decoder for tag "+r)}function ir(t,e){let r=0;if((t[e.offset]&tr)===tr){const n=t[e.offset]&er;let i="0x";e.offset++;for(let r=0;r<n;r++,e.offset++)i+=t[e.offset].toString(16).padStart(2,"0");r=parseInt(i,16)}else r=t[e.offset],e.offset++;return r}function sr(t,e){ir(t,e);const r=[];for(;!(e.offset>=t.byteLength);){const n=nr(t,e);if(null===n)break;r.push(n)}return r}function ar(t){if(t.byteLength<128)return Uint8Array.from([t.byteLength]);const e=function(t){let e=t.toString(16);e.length%2==1&&(e="0"+e);const r=new Xe;for(let t=0;t<e.length;t+=2)r.append(Uint8Array.from([parseInt(`${e[t]}${e[t+1]}`,16)]));return r}(t.byteLength);return new Xe(Uint8Array.from([e.byteLength|tr]),e)}function or(t){const e=new Xe;return!(128&~t.subarray()[0])&&e.append(Uint8Array.from([0])),e.append(t),new Xe(Uint8Array.from([2]),ar(e),e)}function cr(t){const e=Uint8Array.from([0]),r=new Xe(e,t);return new Xe(Uint8Array.from([3]),ar(r),r)}function ur(t,e=48){const r=new Xe;for(const e of t)r.append(e);return new Xe(Uint8Array.from([e]),ar(r),r)}const lr=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),hr=Uint8Array.from([6,5,43,129,4,0,34]),dr=Uint8Array.from([6,5,43,129,4,0,35]),fr={ext:!0,kty:"EC",crv:"P-256"},gr={ext:!0,kty:"EC",crv:"P-384"},pr={ext:!0,kty:"EC",crv:"P-521"};function wr(t){if("P-256"===t)return lr;if("P-384"===t)return hr;if("P-521"===t)return dr;throw new ee(`Invalid curve ${t}`)}class mr{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){var t;return null==this._raw&&(this._raw=(t=this.jwk,ur([or(Uint8Array.from([1])),ur([wr(t.crv)],160),ur([cr(new Xe(Uint8Array.from([4]),R(t.x??"","base64url"),R(t.y??"","base64url")))],161)]).subarray())),this._raw}toMultihash(){return Ze(la(this))}toCID(){return $e.createV1(114,this.toMultihash())}toString(){return be.encode(this.toMultihash().bytes).substring(1)}equals(t){return null!=t&&t.raw instanceof Uint8Array&&U(this.raw,t.raw)}async verify(t,e,r){return async function(t,e,r,n){const i=await crypto.subtle.importKey("jwk",t,{name:"ECDSA",namedCurve:t.crv??"P-256"},!1,["verify"]);n?.signal?.throwIfAborted();const s=await crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},i,e,r.subarray());return n?.signal?.throwIfAborted(),s}(this.jwk,e,t,r)}}function yr(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&"Uint8Array"===t.constructor.name}function br(t,e=""){if(!Number.isSafeInteger(t)||t<0)throw new Error(`${e&&`"${e}" `}expected integer >= 0, got ${t}`)}function vr(t,e,r=""){const n=yr(t),i=t?.length,s=void 0!==e;if(!n||s&&i!==e)throw new Error((r&&`"${r}" `)+"expected Uint8Array"+(s?` of length ${e}`:"")+", got "+(n?`length=${i}`:"type="+typeof t));return t}function Er(t){if("function"!=typeof t||"function"!=typeof t.create)throw new Error("Hash must wrapped by utils.createHasher");br(t.outputLen),br(t.blockLen)}function Sr(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function Ar(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function Tr(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function xr(t,e){return t<<32-e|t>>>e}const kr=/* @__PURE__ */(()=>"function"==typeof Uint8Array.from([]).toHex&&"function"==typeof Uint8Array.fromHex)(),Cr=/* @__PURE__ */Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Or(t){if(vr(t),kr)return t.toHex();let e="";for(let r=0;r<t.length;r++)e+=Cr[t[r]];return e}function Fr(t){return t>=48&&t<=57?t-48:t>=65&&t<=70?t-55:t>=97&&t<=102?t-87:void 0}function Dr(t){if("string"!=typeof t)throw new Error("hex string expected, got "+typeof t);if(kr)return Uint8Array.fromHex(t);const e=t.length,r=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const n=new Uint8Array(r);for(let e=0,i=0;e<r;e++,i+=2){const r=Fr(t.charCodeAt(i)),s=Fr(t.charCodeAt(i+1));if(void 0===r||void 0===s)throw new Error('hex string expected, got non-hex character "'+(t[i]+t[i+1])+'" at index '+i);n[e]=16*r+s}return n}function Ir(...t){let e=0;for(let r=0;r<t.length;r++){const n=t[r];vr(n),e+=n.length}const r=new Uint8Array(e);for(let e=0,n=0;e<t.length;e++){const i=t[e];r.set(i,n),n+=i.length}return r}function Nr(t,e={}){const r=(e,r)=>t(r).update(e).digest(),n=t(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.create=e=>t(e),Object.assign(r,e),Object.freeze(r)}function Pr(t=32){const e="object"==typeof globalThis?globalThis.crypto:null;if("function"!=typeof e?.getRandomValues)throw new Error("crypto.getRandomValues must be defined");return e.getRandomValues(new Uint8Array(t))}const Lr=t=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,t])});function Ur(t,e,r){return t&e^t&r^e&r}class Rr{blockLen;outputLen;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(t,e,r,n){this.blockLen=t,this.outputLen=e,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(t),this.view=Tr(this.buffer)}update(t){Sr(this),vr(t);const{view:e,buffer:r,blockLen:n}=this,i=t.length;for(let s=0;s<i;){const a=Math.min(n-this.pos,i-s);if(a!==n)r.set(t.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===n&&(this.process(e,0),this.pos=0);else{const e=Tr(t);for(;n<=i-s;s+=n)this.process(e,s)}}return this.length+=t.length,this.roundClean(),this}digestInto(t){Sr(this),function(t,e){vr(t,void 0,"digestInto() output");const r=e.outputLen;if(t.length<r)throw new Error('"digestInto() output" expected to be of length >='+r)}(t,this),this.finished=!0;const{buffer:e,view:r,blockLen:n,isLE:i}=this;let{pos:s}=this;e[s++]=128,Ar(this.buffer.subarray(s)),this.padOffset>n-s&&(this.process(r,0),s=0);for(let t=s;t<n;t++)e[t]=0;r.setBigUint64(n-8,BigInt(8*this.length),i),this.process(r,0);const a=Tr(t),o=this.outputLen;if(o%4)throw new Error("_sha2: outputLen must be aligned to 32bit");const c=o/4,u=this.get();if(c>u.length)throw new Error("_sha2: outputLen bigger than state");for(let t=0;t<c;t++)a.setUint32(4*t,u[t],i)}digest(){const{buffer:t,outputLen:e}=this;this.digestInto(t);const r=t.slice(0,e);return this.destroy(),r}_cloneInto(t){t||=new this.constructor,t.set(...this.get());const{blockLen:e,buffer:r,length:n,finished:i,destroyed:s,pos:a}=this;return t.destroyed=s,t.finished=i,t.length=n,t.pos=a,n%e&&t.buffer.set(r),t}clone(){return this._cloneInto()}}const Mr=/* @__PURE__ */Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Br=/* @__PURE__ */Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),_r=/* @__PURE__ */BigInt(2**32-1),Gr=/* @__PURE__ */BigInt(32);function jr(t,e=!1){return e?{h:Number(t&_r),l:Number(t>>Gr&_r)}:{h:0|Number(t>>Gr&_r),l:0|Number(t&_r)}}const $r=(t,e,r)=>t>>>r,Vr=(t,e,r)=>t<<32-r|e>>>r,qr=(t,e,r)=>t>>>r|e<<32-r,zr=(t,e,r)=>t<<32-r|e>>>r,Hr=(t,e,r)=>t<<64-r|e>>>r-32,Kr=(t,e,r)=>t>>>r-32|e<<64-r;function Zr(t,e,r,n){const i=(e>>>0)+(n>>>0);return{h:t+r+(i/2**32|0)|0,l:0|i}}const Jr=(t,e,r)=>(t>>>0)+(e>>>0)+(r>>>0),Wr=(t,e,r,n)=>e+r+n+(t/2**32|0)|0,Yr=(t,e,r,n)=>(t>>>0)+(e>>>0)+(r>>>0)+(n>>>0),Xr=(t,e,r,n,i)=>e+r+n+i+(t/2**32|0)|0,Qr=(t,e,r,n,i)=>(t>>>0)+(e>>>0)+(r>>>0)+(n>>>0)+(i>>>0),tn=(t,e,r,n,i,s)=>e+r+n+i+s+(t/2**32|0)|0,en=/* @__PURE__ */Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),rn=/* @__PURE__ */new Uint32Array(64);class nn extends Rr{constructor(t){super(64,t,8,!1)}get(){const{A:t,B:e,C:r,D:n,E:i,F:s,G:a,H:o}=this;return[t,e,r,n,i,s,a,o]}set(t,e,r,n,i,s,a,o){this.A=0|t,this.B=0|e,this.C=0|r,this.D=0|n,this.E=0|i,this.F=0|s,this.G=0|a,this.H=0|o}process(t,e){for(let r=0;r<16;r++,e+=4)rn[r]=t.getUint32(e,!1);for(let t=16;t<64;t++){const e=rn[t-15],r=rn[t-2],n=xr(e,7)^xr(e,18)^e>>>3,i=xr(r,17)^xr(r,19)^r>>>10;rn[t]=i+rn[t-7]+n+rn[t-16]|0}let{A:r,B:n,C:i,D:s,E:a,F:o,G:c,H:u}=this;for(let t=0;t<64;t++){const e=u+(xr(a,6)^xr(a,11)^xr(a,25))+((l=a)&o^~l&c)+en[t]+rn[t]|0,h=(xr(r,2)^xr(r,13)^xr(r,22))+Ur(r,n,i)|0;u=c,c=o,o=a,a=s+e|0,s=i,i=n,n=r,r=e+h|0}var l;r=r+this.A|0,n=n+this.B|0,i=i+this.C|0,s=s+this.D|0,a=a+this.E|0,o=o+this.F|0,c=c+this.G|0,u=u+this.H|0,this.set(r,n,i,s,a,o,c,u)}roundClean(){Ar(rn)}destroy(){this.set(0,0,0,0,0,0,0,0),Ar(this.buffer)}}class sn extends nn{A=0|Mr[0];B=0|Mr[1];C=0|Mr[2];D=0|Mr[3];E=0|Mr[4];F=0|Mr[5];G=0|Mr[6];H=0|Mr[7];constructor(){super(32)}}const an=/* @__PURE__ */(()=>function(t,e=!1){const r=t.length;let n=new Uint32Array(r),i=new Uint32Array(r);for(let s=0;s<r;s++){const{h:r,l:a}=jr(t[s],e);[n[s],i[s]]=[r,a]}return[n,i]}(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(t=>BigInt(t))))(),on=/* @__PURE__ */(()=>an[0])(),cn=/* @__PURE__ */(()=>an[1])(),un=/* @__PURE__ */new Uint32Array(80),ln=/* @__PURE__ */new Uint32Array(80);class hn extends Rr{constructor(t){super(128,t,16,!1)}get(){const{Ah:t,Al:e,Bh:r,Bl:n,Ch:i,Cl:s,Dh:a,Dl:o,Eh:c,El:u,Fh:l,Fl:h,Gh:d,Gl:f,Hh:g,Hl:p}=this;return[t,e,r,n,i,s,a,o,c,u,l,h,d,f,g,p]}set(t,e,r,n,i,s,a,o,c,u,l,h,d,f,g,p){this.Ah=0|t,this.Al=0|e,this.Bh=0|r,this.Bl=0|n,this.Ch=0|i,this.Cl=0|s,this.Dh=0|a,this.Dl=0|o,this.Eh=0|c,this.El=0|u,this.Fh=0|l,this.Fl=0|h,this.Gh=0|d,this.Gl=0|f,this.Hh=0|g,this.Hl=0|p}process(t,e){for(let r=0;r<16;r++,e+=4)un[r]=t.getUint32(e),ln[r]=t.getUint32(e+=4);for(let t=16;t<80;t++){const e=0|un[t-15],r=0|ln[t-15],n=qr(e,r,1)^qr(e,r,8)^$r(e,0,7),i=zr(e,r,1)^zr(e,r,8)^Vr(e,r,7),s=0|un[t-2],a=0|ln[t-2],o=qr(s,a,19)^Hr(s,a,61)^$r(s,0,6),c=zr(s,a,19)^Kr(s,a,61)^Vr(s,a,6),u=Yr(i,c,ln[t-7],ln[t-16]),l=Xr(u,n,o,un[t-7],un[t-16]);un[t]=0|l,ln[t]=0|u}let{Ah:r,Al:n,Bh:i,Bl:s,Ch:a,Cl:o,Dh:c,Dl:u,Eh:l,El:h,Fh:d,Fl:f,Gh:g,Gl:p,Hh:w,Hl:m}=this;for(let t=0;t<80;t++){const e=qr(l,h,14)^qr(l,h,18)^Hr(l,h,41),y=zr(l,h,14)^zr(l,h,18)^Kr(l,h,41),b=l&d^~l&g,v=Qr(m,y,h&f^~h&p,cn[t],ln[t]),E=tn(v,w,e,b,on[t],un[t]),S=0|v,A=qr(r,n,28)^Hr(r,n,34)^Hr(r,n,39),T=zr(r,n,28)^Kr(r,n,34)^Kr(r,n,39),x=r&i^r&a^i&a,k=n&s^n&o^s&o;w=0|g,m=0|p,g=0|d,p=0|f,d=0|l,f=0|h,({h:l,l:h}=Zr(0|c,0|u,0|E,0|S)),c=0|a,u=0|o,a=0|i,o=0|s,i=0|r,s=0|n;const C=Jr(S,T,k);r=Wr(C,E,A,x),n=0|C}({h:r,l:n}=Zr(0|this.Ah,0|this.Al,0|r,0|n)),({h:i,l:s}=Zr(0|this.Bh,0|this.Bl,0|i,0|s)),({h:a,l:o}=Zr(0|this.Ch,0|this.Cl,0|a,0|o)),({h:c,l:u}=Zr(0|this.Dh,0|this.Dl,0|c,0|u)),({h:l,l:h}=Zr(0|this.Eh,0|this.El,0|l,0|h)),({h:d,l:f}=Zr(0|this.Fh,0|this.Fl,0|d,0|f)),({h:g,l:p}=Zr(0|this.Gh,0|this.Gl,0|g,0|p)),({h:w,l:m}=Zr(0|this.Hh,0|this.Hl,0|w,0|m)),this.set(r,n,i,s,a,o,c,u,l,h,d,f,g,p,w,m)}roundClean(){Ar(un,ln)}destroy(){Ar(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}class dn extends hn{Ah=0|Br[0];Al=0|Br[1];Bh=0|Br[2];Bl=0|Br[3];Ch=0|Br[4];Cl=0|Br[5];Dh=0|Br[6];Dl=0|Br[7];Eh=0|Br[8];El=0|Br[9];Fh=0|Br[10];Fl=0|Br[11];Gh=0|Br[12];Gl=0|Br[13];Hh=0|Br[14];Hl=0|Br[15];constructor(){super(64)}}const fn=/* @__PURE__ */Nr(()=>new sn
|
|
2
|
-
/* @__PURE__ */,Lr(1)),gn=/* @__PURE__ */Nr(()=>new dn
|
|
3
|
-
/* @__PURE__ */,Lr(3)),pn=/* @__PURE__ */BigInt(0),wn=/* @__PURE__ */BigInt(1);function mn(t,e=""){if("boolean"!=typeof t)throw new Error((e&&`"${e}" `)+"expected boolean, got type="+typeof t);return t}function yn(t){if("bigint"==typeof t){if(!kn(t))throw new Error("positive bigint expected, got "+t)}else br(t);return t}function bn(t){const e=yn(t).toString(16);return 1&e.length?"0"+e:e}function vn(t){if("string"!=typeof t)throw new Error("hex string expected, got "+typeof t);return""===t?pn:BigInt("0x"+t)}function En(t){return vn(Or(t))}function Sn(t){return vn(Or(xn(vr(t)).reverse()))}function An(t,e){br(e);const r=Dr((t=yn(t)).toString(16).padStart(2*e,"0"));if(r.length!==e)throw new Error("number too large");return r}function Tn(t,e){return An(t,e).reverse()}function xn(t){return Uint8Array.from(t)}const kn=t=>"bigint"==typeof t&&pn<=t;function Cn(t,e,r,n){if(!function(t,e,r){return kn(t)&&kn(e)&&kn(r)&&e<=t&&t<r}(e,r,n))throw new Error("expected valid "+t+": "+r+" <= n < "+n+", got "+e)}const On=t=>(wn<<BigInt(t))-wn;function Fn(t,e={},r={}){if(!t||"object"!=typeof t)throw new Error("expected valid options object");const n=(e,r)=>Object.entries(e).forEach(([e,n])=>function(e,r,n){const i=t[e];if(n&&void 0===i)return;const s=typeof i;if(s!==r||null===i)throw new Error(`param "${e}" is invalid: expected ${r}, got ${s}`)}(e,n,r));n(e,!1),n(r,!0)}function Dn(t){const e=new WeakMap;return(r,...n)=>{const i=e.get(r);if(void 0!==i)return i;const s=t(r,...n);return e.set(r,s),s}}const In=/* @__PURE__ */BigInt(0),Nn=/* @__PURE__ */BigInt(1),Pn=/* @__PURE__ */BigInt(2),Ln=/* @__PURE__ */BigInt(3),Un=/* @__PURE__ */BigInt(4),Rn=/* @__PURE__ */BigInt(5),Mn=/* @__PURE__ */BigInt(7),Bn=/* @__PURE__ */BigInt(8),_n=/* @__PURE__ */BigInt(9),Gn=/* @__PURE__ */BigInt(16);function jn(t,e){const r=t%e;return r>=In?r:e+r}function $n(t,e,r){let n=t;for(;e-- >In;)n*=n,n%=r;return n}function Vn(t,e){if(t===In)throw new Error("invert: expected non-zero number");if(e<=In)throw new Error("invert: expected positive modulus, got "+e);let r=jn(t,e),n=e,i=In,s=Nn;for(;r!==In;){const t=n%r,e=i-s*(n/r);n=r,r=t,i=s,s=e}if(n!==Nn)throw new Error("invert: does not exist");return jn(i,e)}function qn(t,e,r){if(!t.eql(t.sqr(e),r))throw new Error("Cannot find square root")}function zn(t,e){const r=t.pow(e,(t.ORDER+Nn)/Un);return qn(t,r,e),r}function Hn(t,e){const r=(t.ORDER-Rn)/Bn,n=t.mul(e,Pn),i=t.pow(n,r),s=t.mul(e,i),a=t.mul(t.mul(s,Pn),i),o=t.mul(s,t.sub(a,t.ONE));return qn(t,o,e),o}function Kn(t){if(t<Ln)throw new Error("sqrt is not defined for small field");let e=t-Nn,r=0;for(;e%Pn===In;)e/=Pn,r++;let n=Pn;const i=Xn(t);for(;1===Wn(i,n);)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(1===r)return zn;let s=i.pow(n,e);const a=(e+Nn)/Pn;return function(t,n){if(t.is0(n))return n;if(1!==Wn(t,n))throw new Error("Cannot find square root");let i=r,o=t.mul(t.ONE,s),c=t.pow(n,e),u=t.pow(n,a);for(;!t.eql(c,t.ONE);){if(t.is0(c))return t.ZERO;let e=1,r=t.sqr(c);for(;!t.eql(r,t.ONE);)if(e++,r=t.sqr(r),e===i)throw new Error("Cannot find square root");const n=Nn<<BigInt(i-e-1),s=t.pow(o,n);i=e,o=t.sqr(s),c=t.mul(c,o),u=t.mul(u,s)}return u}}const Zn=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Jn(t,e,r=!1){const n=new Array(e.length).fill(r?t.ZERO:void 0),i=e.reduce((e,r,i)=>t.is0(r)?e:(n[i]=e,t.mul(e,r)),t.ONE),s=t.inv(i);return e.reduceRight((e,r,i)=>t.is0(r)?e:(n[i]=t.mul(e,n[i]),t.mul(e,r)),s),n}function Wn(t,e){const r=t.pow(e,(t.ORDER-Nn)/Pn),n=t.eql(r,t.ONE),i=t.eql(r,t.ZERO),s=t.eql(r,t.neg(t.ONE));if(!n&&!i&&!s)throw new Error("invalid Legendre symbol result");return n?1:i?0:-1}class Yn{ORDER;BITS;BYTES;isLE;ZERO=In;ONE=Nn;_lengths;_sqrt;_mod;constructor(t,e={}){if(t<=In)throw new Error("invalid field: expected ORDER > 0, got "+t);let r;this.isLE=!1,null!=e&&"object"==typeof e&&("number"==typeof e.BITS&&(r=e.BITS),"function"==typeof e.sqrt&&(this.sqrt=e.sqrt),"boolean"==typeof e.isLE&&(this.isLE=e.isLE),e.allowedLengths&&(this._lengths=e.allowedLengths?.slice()),"boolean"==typeof e.modFromBytes&&(this._mod=e.modFromBytes));const{nBitLength:n,nByteLength:i}=function(t,e){void 0!==e&&br(e);const r=void 0!==e?e:t.toString(2).length;return{nBitLength:r,nByteLength:Math.ceil(r/8)}}(t,r);if(i>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");this.ORDER=t,this.BITS=n,this.BYTES=i,this._sqrt=void 0,Object.preventExtensions(this)}create(t){return jn(t,this.ORDER)}isValid(t){if("bigint"!=typeof t)throw new Error("invalid field element: expected bigint, got "+typeof t);return In<=t&&t<this.ORDER}is0(t){return t===In}isValidNot0(t){return!this.is0(t)&&this.isValid(t)}isOdd(t){return(t&Nn)===Nn}neg(t){return jn(-t,this.ORDER)}eql(t,e){return t===e}sqr(t){return jn(t*t,this.ORDER)}add(t,e){return jn(t+e,this.ORDER)}sub(t,e){return jn(t-e,this.ORDER)}mul(t,e){return jn(t*e,this.ORDER)}pow(t,e){return function(t,e,r){if(r<In)throw new Error("invalid exponent, negatives unsupported");if(r===In)return t.ONE;if(r===Nn)return e;let n=t.ONE,i=e;for(;r>In;)r&Nn&&(n=t.mul(n,i)),i=t.sqr(i),r>>=Nn;return n}(this,t,e)}div(t,e){return jn(t*Vn(e,this.ORDER),this.ORDER)}sqrN(t){return t*t}addN(t,e){return t+e}subN(t,e){return t-e}mulN(t,e){return t*e}inv(t){return Vn(t,this.ORDER)}sqrt(t){return this._sqrt||(this._sqrt=(e=this.ORDER)%Un===Ln?zn:e%Bn===Rn?Hn:e%Gn===_n?function(t){const e=Xn(t),r=Kn(t),n=r(e,e.neg(e.ONE)),i=r(e,n),s=r(e,e.neg(n)),a=(t+Mn)/Gn;return(t,e)=>{let r=t.pow(e,a),o=t.mul(r,n);const c=t.mul(r,i),u=t.mul(r,s),l=t.eql(t.sqr(o),e),h=t.eql(t.sqr(c),e);r=t.cmov(r,o,l),o=t.cmov(u,c,h);const d=t.eql(t.sqr(o),e),f=t.cmov(r,o,d);return qn(t,f,e),f}}(e):Kn(e)),this._sqrt(this,t);var e}toBytes(t){return this.isLE?Tn(t,this.BYTES):An(t,this.BYTES)}fromBytes(t,e=!1){vr(t);const{_lengths:r,BYTES:n,isLE:i,ORDER:s,_mod:a}=this;if(r){if(!r.includes(t.length)||t.length>n)throw new Error("Field.fromBytes: expected "+r+" bytes, got "+t.length);const e=new Uint8Array(n);e.set(t,i?0:e.length-t.length),t=e}if(t.length!==n)throw new Error("Field.fromBytes: expected "+n+" bytes, got "+t.length);let o=i?Sn(t):En(t);if(a&&(o=jn(o,s)),!e&&!this.isValid(o))throw new Error("invalid field element: outside of range 0..ORDER");return o}invertBatch(t){return Jn(this,t)}cmov(t,e,r){return r?e:t}}function Xn(t,e={}){return new Yn(t,e)}function Qn(t){if("bigint"!=typeof t)throw new Error("field order must be bigint");const e=t.toString(2).length;return Math.ceil(e/8)}function ti(t){const e=Qn(t);return e+Math.ceil(e/2)}const ei=/* @__PURE__ */BigInt(0),ri=/* @__PURE__ */BigInt(1);function ni(t,e){const r=e.negate();return t?r:e}function ii(t,e){const r=Jn(t.Fp,e.map(t=>t.Z));return e.map((e,n)=>t.fromAffine(e.toAffine(r[n])))}function si(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function ai(t,e){si(t,e);const r=2**t;return{windows:Math.ceil(e/t)+1,windowSize:2**(t-1),mask:On(t),maxNumber:r,shiftBy:BigInt(t)}}function oi(t,e,r){const{windowSize:n,mask:i,maxNumber:s,shiftBy:a}=r;let o=Number(t&i),c=t>>a;o>n&&(o-=s,c+=ri);const u=e*n;return{nextN:c,offset:u+Math.abs(o)-1,isZero:0===o,isNeg:o<0,isNegF:e%2!=0,offsetF:u}}const ci=new WeakMap,ui=new WeakMap;function li(t){return ui.get(t)||1}function hi(t){if(t!==ei)throw new Error("invalid wNAF")}class di{BASE;ZERO;Fn;bits;constructor(t,e){this.BASE=t.BASE,this.ZERO=t.ZERO,this.Fn=t.Fn,this.bits=e}_unsafeLadder(t,e,r=this.ZERO){let n=t;for(;e>ei;)e&ri&&(r=r.add(n)),n=n.double(),e>>=ri;return r}precomputeWindow(t,e){const{windows:r,windowSize:n}=ai(e,this.bits),i=[];let s=t,a=s;for(let t=0;t<r;t++){a=s,i.push(a);for(let t=1;t<n;t++)a=a.add(s),i.push(a);s=a.double()}return i}wNAF(t,e,r){if(!this.Fn.isValid(r))throw new Error("invalid scalar");let n=this.ZERO,i=this.BASE;const s=ai(t,this.bits);for(let t=0;t<s.windows;t++){const{nextN:a,offset:o,isZero:c,isNeg:u,isNegF:l,offsetF:h}=oi(r,t,s);r=a,c?i=i.add(ni(l,e[h])):n=n.add(ni(u,e[o]))}return hi(r),{p:n,f:i}}wNAFUnsafe(t,e,r,n=this.ZERO){const i=ai(t,this.bits);for(let t=0;t<i.windows&&r!==ei;t++){const{nextN:s,offset:a,isZero:o,isNeg:c}=oi(r,t,i);if(r=s,!o){const t=e[a];n=n.add(c?t.negate():t)}}return hi(r),n}getPrecomputes(t,e,r){let n=ci.get(e);return n||(n=this.precomputeWindow(e,t),1!==t&&("function"==typeof r&&(n=r(n)),ci.set(e,n))),n}cached(t,e,r){const n=li(t);return this.wNAF(n,this.getPrecomputes(n,t,r),e)}unsafe(t,e,r,n){const i=li(t);return 1===i?this._unsafeLadder(t,e,n):this.wNAFUnsafe(i,this.getPrecomputes(i,t,r),e,n)}createCache(t,e){si(e,this.bits),ui.set(t,e),ci.delete(t)}hasCache(t){return 1!==li(t)}}function fi(t,e,r){if(e){if(e.ORDER!==t)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return function(t){Fn(t,Zn.reduce((t,e)=>(t[e]="function",t),{ORDER:"bigint",BYTES:"number",BITS:"number"}))}(e),e}return Xn(t,{isLE:r})}function gi(t,e,r={},n){if(void 0===n&&(n="edwards"===t),!e||"object"!=typeof e)throw new Error(`expected valid ${t} CURVE object`);for(const t of["p","n","h"]){const r=e[t];if(!("bigint"==typeof r&&r>ei))throw new Error(`CURVE.${t} must be positive bigint`)}const i=fi(e.p,r.Fp,n),s=fi(e.n,r.Fn,n),a=["Gx","Gy","a","weierstrass"===t?"b":"d"];for(const t of a)if(!i.isValid(e[t]))throw new Error(`CURVE.${t} must be valid field element of CURVE.Fp`);return{CURVE:e=Object.freeze(Object.assign({},e)),Fp:i,Fn:s}}function pi(t,e){return function(r){const n=t(r);return{secretKey:n,publicKey:e(n)}}}const wi=BigInt(0),mi=BigInt(1),yi=BigInt(2),bi=BigInt(8);function vi(t,e={}){const r=gi("edwards",t,e,e.FpFnLE),{Fp:n,Fn:i}=r;let s=r.CURVE;const{h:a}=s;Fn(e,{},{uvRatio:"function"});const o=yi<<BigInt(8*i.BYTES)-mi,c=t=>n.create(t),u=e.uvRatio||((t,e)=>{try{return{isValid:!0,value:n.sqrt(n.div(t,e))}}catch(t){return{isValid:!1,value:wi}}});if(!function(t,e,r,n){const i=t.sqr(r),s=t.sqr(n),a=t.add(t.mul(e.a,i),s),o=t.add(t.ONE,t.mul(e.d,t.mul(i,s)));return t.eql(a,o)}(n,s,s.Gx,s.Gy))throw new Error("bad curve params: generator point");function l(t,e,r=!1){return Cn("coordinate "+t,e,r?mi:wi,o),e}function h(t){if(!(t instanceof g))throw new Error("EdwardsPoint expected")}const d=Dn((t,e)=>{const{X:r,Y:i,Z:s}=t,a=t.is0();null==e&&(e=a?bi:n.inv(s));const o=c(r*e),u=c(i*e),l=n.mul(s,e);if(a)return{x:wi,y:mi};if(l!==mi)throw new Error("invZ was invalid");return{x:o,y:u}}),f=Dn(t=>{const{a:e,d:r}=s;if(t.is0())throw new Error("bad point: ZERO");const{X:n,Y:i,Z:a,T:o}=t,u=c(n*n),l=c(i*i),h=c(a*a),d=c(h*h),f=c(u*e);if(c(h*c(f+l))!==c(d+c(r*c(u*l))))throw new Error("bad point: equation left != right (1)");if(c(n*i)!==c(a*o))throw new Error("bad point: equation left != right (2)");return!0});class g{static BASE=new g(s.Gx,s.Gy,mi,c(s.Gx*s.Gy));static ZERO=new g(wi,mi,mi,wi);static Fp=n;static Fn=i;X;Y;Z;T;constructor(t,e,r,n){this.X=l("x",t),this.Y=l("y",e),this.Z=l("z",r,!0),this.T=l("t",n),Object.freeze(this)}static CURVE(){return s}static fromAffine(t){if(t instanceof g)throw new Error("extended point not allowed");const{x:e,y:r}=t||{};return l("x",e),l("y",r),new g(e,r,mi,c(e*r))}static fromBytes(t,e=!1){const r=n.BYTES,{a:i,d:a}=s;t=xn(vr(t,r,"point")),mn(e,"zip215");const l=xn(t),h=t[r-1];l[r-1]=-129&h;const d=Sn(l);Cn("point.y",d,wi,e?o:n.ORDER);const f=c(d*d),p=c(f-mi),w=c(a*f-i);let{isValid:m,value:y}=u(p,w);if(!m)throw new Error("bad point: invalid y coordinate");const b=(y&mi)===mi,v=!!(128&h);if(!e&&y===wi&&v)throw new Error("bad point: x=0 and x_0=1");return v!==b&&(y=c(-y)),g.fromAffine({x:y,y:d})}static fromHex(t,e=!1){return g.fromBytes(Dr(t),e)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(t=8,e=!0){return p.createCache(this,t),e||this.multiply(yi),this}assertValidity(){f(this)}equals(t){h(t);const{X:e,Y:r,Z:n}=this,{X:i,Y:s,Z:a}=t,o=c(e*a),u=c(i*n),l=c(r*a),d=c(s*n);return o===u&&l===d}is0(){return this.equals(g.ZERO)}negate(){return new g(c(-this.X),this.Y,this.Z,c(-this.T))}double(){const{a:t}=s,{X:e,Y:r,Z:n}=this,i=c(e*e),a=c(r*r),o=c(yi*c(n*n)),u=c(t*i),l=e+r,h=c(c(l*l)-i-a),d=u+a,f=d-o,p=u-a,w=c(h*f),m=c(d*p),y=c(h*p),b=c(f*d);return new g(w,m,b,y)}add(t){h(t);const{a:e,d:r}=s,{X:n,Y:i,Z:a,T:o}=this,{X:u,Y:l,Z:d,T:f}=t,p=c(n*u),w=c(i*l),m=c(o*r*f),y=c(a*d),b=c((n+i)*(u+l)-p-w),v=y-m,E=y+m,S=c(w-e*p),A=c(b*v),T=c(E*S),x=c(b*S),k=c(v*E);return new g(A,T,k,x)}subtract(t){return this.add(t.negate())}multiply(t){if(!i.isValidNot0(t))throw new Error("invalid scalar: expected 1 <= sc < curve.n");const{p:e,f:r}=p.cached(this,t,t=>ii(g,t));return ii(g,[e,r])[0]}multiplyUnsafe(t,e=g.ZERO){if(!i.isValid(t))throw new Error("invalid scalar: expected 0 <= sc < curve.n");return t===wi?g.ZERO:this.is0()||t===mi?this:p.unsafe(this,t,t=>ii(g,t),e)}isSmallOrder(){return this.multiplyUnsafe(a).is0()}isTorsionFree(){return p.unsafe(this,s.n).is0()}toAffine(t){return d(this,t)}clearCofactor(){return a===mi?this:this.multiplyUnsafe(a)}toBytes(){const{x:t,y:e}=this.toAffine(),r=n.toBytes(e);return r[r.length-1]|=t&mi?128:0,r}toHex(){return Or(this.toBytes())}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}const p=new di(g,i.BITS);return g.BASE.precompute(8),g}const Ei=BigInt(1),Si=BigInt(2),Ai=BigInt(5),Ti=BigInt(8),xi=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed"),ki=/* @__PURE__ */(()=>({p:xi,n:BigInt("0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3ed"),h:Ti,a:BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec"),d:BigInt("0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3"),Gx:BigInt("0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a"),Gy:BigInt("0x6666666666666666666666666666666666666666666666666666666666666658")}))();function Ci(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}const Oi=/* @__PURE__ */BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),Fi=/* @__PURE__ */vi(ki,{uvRatio:function(t,e){const r=xi,n=jn(e*e*e,r),i=function(t){const e=BigInt(10),r=BigInt(20),n=BigInt(40),i=BigInt(80),s=xi,a=t*t%s*t%s,o=$n(a,Si,s)*a%s,c=$n(o,Ei,s)*t%s,u=$n(c,Ai,s)*c%s,l=$n(u,e,s)*u%s,h=$n(l,r,s)*l%s,d=$n(h,n,s)*h%s,f=$n(d,i,s)*d%s,g=$n(f,i,s)*d%s,p=$n(g,e,s)*u%s;return{pow_p_5_8:$n(p,Si,s)*t%s,b2:a}}(t*jn(n*n*e,r)).pow_p_5_8;let s=jn(t*n*i,r);const a=jn(e*s*s,r),o=s,c=jn(s*Oi,r),u=a===t,l=a===jn(-t,r),h=a===jn(-t*Oi,r);return u&&(s=o),(l||h)&&(s=c),(jn(s,r)&Nn)===Nn&&(s=jn(-s,r)),{isValid:u||l,value:s}}});function Di(t){return function(t,e,r={}){if("function"!=typeof e)throw new Error('"hash" function param is required');Fn(r,{},{adjustScalarBytes:"function",randomBytes:"function",domain:"function",prehash:"function",mapToCurve:"function"});const{prehash:n}=r,{BASE:i,Fp:s,Fn:a}=t,o=r.randomBytes||Pr,c=r.adjustScalarBytes||(t=>t),u=r.domain||((t,e,r)=>{if(mn(r,"phflag"),e.length||r)throw new Error("Contexts/pre-hash are not supported");return t});function l(t){return a.create(Sn(t))}function h(t){const{head:r,prefix:n,scalar:s}=function(t){const r=w.secretKey;vr(t,w.secretKey,"secretKey");const n=vr(e(t),2*r,"hashedSecretKey"),i=c(n.slice(0,r));return{head:i,prefix:n.slice(r,2*r),scalar:l(i)}}(t),a=i.multiply(s),o=a.toBytes();return{head:r,prefix:n,scalar:s,point:a,pointBytes:o}}function d(t){return h(t).pointBytes}function f(t=Uint8Array.of(),...r){const i=Ir(...r);return l(e(u(i,vr(t,void 0,"context"),!!n)))}const g={zip215:!0},p=s.BYTES,w={secretKey:p,publicKey:p,signature:2*p,seed:p};function m(t=o(w.seed)){return vr(t,w.seed,"seed")}const y={getExtendedPublicKey:h,randomSecretKey:m,isValidSecretKey:function(t){return yr(t)&&t.length===a.BYTES},isValidPublicKey:function(e,r){try{return!!t.fromBytes(e,r)}catch(t){return!1}},toMontgomery(e){const{y:r}=t.fromBytes(e),n=w.publicKey,i=32===n;if(!i&&57!==n)throw new Error("only defined for 25519 and 448");const a=i?s.div(mi+r,mi-r):s.div(r-mi,r+mi);return s.toBytes(a)},toMontgomerySecret(t){const r=w.secretKey;vr(t,r);const n=e(t.subarray(0,r));return c(n).subarray(0,r)}};return Object.freeze({keygen:pi(m,d),getPublicKey:d,sign:function(t,e,r={}){t=vr(t,void 0,"message"),n&&(t=n(t));const{prefix:s,scalar:o,pointBytes:c}=h(e),u=f(r.context,s,t),l=i.multiply(u).toBytes(),d=f(r.context,l,c,t),g=a.create(u+d*o);if(!a.isValid(g))throw new Error("sign failed: invalid s");return vr(Ir(l,a.toBytes(g)),w.signature,"result")},verify:function(e,r,s,a=g){const{context:o,zip215:c}=a,u=w.signature;e=vr(e,u,"signature"),r=vr(r,void 0,"message"),s=vr(s,w.publicKey,"publicKey"),void 0!==c&&mn(c,"zip215"),n&&(r=n(r));const l=u/2,h=e.subarray(0,l),d=Sn(e.subarray(l,u));let p,m,y;try{p=t.fromBytes(s,c),m=t.fromBytes(h,c),y=i.multiplyUnsafe(d)}catch(t){return!1}if(!c&&p.isSmallOrder())return!1;const b=f(o,m.toBytes(),p.toBytes(),r);return m.add(p.multiplyUnsafe(b)).subtract(y).clearCofactor().is0()},utils:y,Point:t,lengths:w})}(Fi,gn,Object.assign({adjustScalarBytes:Ci},t))}const Ii=/* @__PURE__ */Di({});class Ni extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}}class Pi extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}}var Li={get(t=globalThis){const e=t.crypto;if(null==e?.subtle)throw new Pi("Missing Web Crypto API. The most likely cause of this error is that this page is being accessed from an insecure context (i.e. not HTTPS). For more information and possible resolutions see https://github.com/libp2p/js-libp2p/blob/main/packages/crypto/README.md#web-crypto-api");return e}};let Ui;const Ri=(async()=>{try{return await Li.get().subtle.generateKey({name:"Ed25519"},!0,["sign","verify"]),!0}catch{return!1}})();function Mi(t){return null!=t&&"function"==typeof t.then&&"function"==typeof t.catch&&"function"==typeof t.finally}class Bi{type="Ed25519";raw;constructor(t){this.raw=_i(t,32)}toMultihash(){return Ze(la(this))}toCID(){return $e.createV1(114,this.toMultihash())}toString(){return be.encode(this.toMultihash().bytes).substring(1)}equals(t){return null!=t&&t.raw instanceof Uint8Array&&U(this.raw,t.raw)}verify(t,e,r){r?.signal?.throwIfAborted();const n=async function(t,e,r){return null==Ui&&(Ui=await Ri),Ui?async function(t,e,r){if(t.buffer instanceof ArrayBuffer){const n=await Li.get().subtle.importKey("raw",t.buffer,{name:"Ed25519"},!1,["verify"]);return await Li.get().subtle.verify({name:"Ed25519"},n,e,r instanceof Uint8Array?r:r.subarray())}throw new TypeError("WebCrypto does not support SharedArrayBuffer for Ed25519 keys")}(t,e,r):function(t,e,r){return Ii.verify(e,r instanceof Uint8Array?r:r.subarray(),t)}(t,e,r)}(this.raw,e,t);return Mi(n)?n.then(t=>(r?.signal?.throwIfAborted(),t)):n}}function _i(t,e){if((t=Uint8Array.from(t??[])).length!==e)throw new ee(`Key must be a Uint8Array of length ${e}, got ${t.length}`);return t}const Gi=Math.pow(2,7),ji=Math.pow(2,14),$i=Math.pow(2,21),Vi=Math.pow(2,28),qi=Math.pow(2,35),zi=Math.pow(2,42),Hi=Math.pow(2,49),Ki=128,Zi=127;function Ji(t){if(t<Gi)return 1;if(t<ji)return 2;if(t<$i)return 3;if(t<Vi)return 4;if(t<qi)return 5;if(t<zi)return 6;if(t<Hi)return 7;if(null!=Number.MAX_SAFE_INTEGER&&t>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Wi(t,e,r=0){switch(Ji(t)){case 8:e[r++]=255&t|Ki,t/=128;case 7:e[r++]=255&t|Ki,t/=128;case 6:e[r++]=255&t|Ki,t/=128;case 5:e[r++]=255&t|Ki,t/=128;case 4:e[r++]=255&t|Ki,t>>>=7;case 3:e[r++]=255&t|Ki,t>>>=7;case 2:e[r++]=255&t|Ki,t>>>=7;case 1:e[r++]=255&t,t>>>=7;break;default:throw new Error("unreachable")}return e}function Yi(t,e){let r=t[e],n=0;if(n+=r&Zi,r<Ki)return n;if(r=t[e+1],n+=(r&Zi)<<7,r<Ki)return n;if(r=t[e+2],n+=(r&Zi)<<14,r<Ki)return n;if(r=t[e+3],n+=(r&Zi)<<21,r<Ki)return n;if(r=t[e+4],n+=(r&Zi)*Vi,r<Ki)return n;if(r=t[e+5],n+=(r&Zi)*qi,r<Ki)return n;if(r=t[e+6],n+=(r&Zi)*zi,r<Ki)return n;if(r=t[e+7],n+=(r&Zi)*Hi,r<Ki)return n;throw new RangeError("Could not decode varint")}function Xi(t,e,r=0){return null==e&&(e=N(Ji(t))),e instanceof Uint8Array?Wi(t,e,r):function(t,e,r=0){switch(Ji(t)){case 8:e.set(r++,255&t|Ki),t/=128;case 7:e.set(r++,255&t|Ki),t/=128;case 6:e.set(r++,255&t|Ki),t/=128;case 5:e.set(r++,255&t|Ki),t/=128;case 4:e.set(r++,255&t|Ki),t>>>=7;case 3:e.set(r++,255&t|Ki),t>>>=7;case 2:e.set(r++,255&t|Ki),t>>>=7;case 1:e.set(r++,255&t),t>>>=7;break;default:throw new Error("unreachable")}return e}(t,e,r)}function Qi(t,e=0){return t instanceof Uint8Array?Yi(t,e):function(t,e){let r=t.get(e),n=0;if(n+=r&Zi,r<Ki)return n;if(r=t.get(e+1),n+=(r&Zi)<<7,r<Ki)return n;if(r=t.get(e+2),n+=(r&Zi)<<14,r<Ki)return n;if(r=t.get(e+3),n+=(r&Zi)<<21,r<Ki)return n;if(r=t.get(e+4),n+=(r&Zi)*Vi,r<Ki)return n;if(r=t.get(e+5),n+=(r&Zi)*qi,r<Ki)return n;if(r=t.get(e+6),n+=(r&Zi)*zi,r<Ki)return n;if(r=t.get(e+7),n+=(r&Zi)*Hi,r<Ki)return n;throw new RangeError("Could not decode varint")}(t,e)}const ts=new Float32Array([-0]),es=new Uint8Array(ts.buffer);function rs(t,e,r){ts[0]=t,e[r]=es[0],e[r+1]=es[1],e[r+2]=es[2],e[r+3]=es[3]}const ns=new Float64Array([-0]),is=new Uint8Array(ns.buffer);function ss(t,e,r){ns[0]=t,e[r]=is[0],e[r+1]=is[1],e[r+2]=is[2],e[r+3]=is[3],e[r+4]=is[4],e[r+5]=is[5],e[r+6]=is[6],e[r+7]=is[7]}const as=BigInt(Number.MAX_SAFE_INTEGER),os=BigInt(Number.MIN_SAFE_INTEGER);class cs{lo;hi;constructor(t,e){this.lo=0|t,this.hi=0|e}toNumber(t=!1){if(!t&&this.hi>>>31>0){const t=1+~this.lo>>>0;let e=~this.hi>>>0;return 0===t&&(e=e+1>>>0),-(t+4294967296*e)}return this.lo+4294967296*this.hi}toBigInt(t=!1){if(t)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31!=0){const t=1+~this.lo>>>0;let e=~this.hi>>>0;return 0===t&&(e=e+1>>>0),-(BigInt(t)+(BigInt(e)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(t=!1){return this.toBigInt(t).toString()}zzEncode(){const t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this}zzDecode(){const t=-(1&this.lo);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this}length(){const t=this.lo,e=(this.lo>>>28|this.hi<<4)>>>0,r=this.hi>>>24;return 0===r?0===e?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:r<128?9:10}static fromBigInt(t){if(0n===t)return us;if(t<as&&t>os)return this.fromNumber(Number(t));const e=t<0n;e&&(t=-t);let r=t>>32n,n=t-(r<<32n);return e&&(r=0n|~r,n=0n|~n,++n>ls&&(n=0n,++r>ls&&(r=0n))),new cs(Number(n),Number(r))}static fromNumber(t){if(0===t)return us;const e=t<0;e&&(t=-t);let r=t>>>0,n=(t-r)/4294967296>>>0;return e&&(n=~n>>>0,r=~r>>>0,++r>4294967295&&(r=0,++n>4294967295&&(n=0))),new cs(r,n)}static from(t){return"number"==typeof t?cs.fromNumber(t):"bigint"==typeof t?cs.fromBigInt(t):"string"==typeof t?cs.fromBigInt(BigInt(t)):null!=t.low||null!=t.high?new cs(t.low>>>0,t.high>>>0):us}}const us=new cs(0,0);us.toBigInt=function(){return 0n},us.zzEncode=us.zzDecode=function(){return this},us.length=function(){return 1};const ls=4294967296n;function hs(t,e,r){const n=r;let i,s;for(let n=0;n<t.length;++n)i=t.charCodeAt(n),i<128?e[r++]=i:i<2048?(e[r++]=i>>6|192,e[r++]=63&i|128):55296==(64512&i)&&56320==(64512&(s=t.charCodeAt(n+1)))?(i=65536+((1023&i)<<10)+(1023&s),++n,e[r++]=i>>18|240,e[r++]=i>>12&63|128,e[r++]=i>>6&63|128,e[r++]=63&i|128):(e[r++]=i>>12|224,e[r++]=i>>6&63|128,e[r++]=63&i|128);return r-n}function ds(t,e){return RangeError(`index out of range: ${t.pos} + ${e??1} > ${t.len}`)}function fs(t,e){return(t[e-4]|t[e-3]<<8|t[e-2]<<16|t[e-1]<<24)>>>0}class gs{buf;pos;len;_slice=Uint8Array.prototype.subarray;constructor(t){this.buf=t,this.pos=0,this.len=t.length}uint32(){let t=4294967295;if(t=(127&this.buf[this.pos])>>>0,this.buf[this.pos++]<128)return t;if(t=(t|(127&this.buf[this.pos])<<7)>>>0,this.buf[this.pos++]<128)return t;if(t=(t|(127&this.buf[this.pos])<<14)>>>0,this.buf[this.pos++]<128)return t;if(t=(t|(127&this.buf[this.pos])<<21)>>>0,this.buf[this.pos++]<128)return t;if(t=(t|(15&this.buf[this.pos])<<28)>>>0,this.buf[this.pos++]<128)return t;if((this.pos+=5)>this.len)throw this.pos=this.len,ds(this,10);return t}int32(){return 0|this.uint32()}sint32(){const t=this.uint32();return t>>>1^-(1&t)}bool(){return 0!==this.uint32()}fixed32(){if(this.pos+4>this.len)throw ds(this,4);return fs(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw ds(this,4);return 0|fs(this.buf,this.pos+=4)}float(){if(this.pos+4>this.len)throw ds(this,4);const t=(es[0]=(e=this.buf)[r=this.pos],es[1]=e[r+1],es[2]=e[r+2],es[3]=e[r+3],ts[0]);var e,r;return this.pos+=4,t}double(){if(this.pos+8>this.len)throw ds(this,4);const t=(is[0]=(e=this.buf)[r=this.pos],is[1]=e[r+1],is[2]=e[r+2],is[3]=e[r+3],is[4]=e[r+4],is[5]=e[r+5],is[6]=e[r+6],is[7]=e[r+7],ns[0]);var e,r;return this.pos+=8,t}bytes(){const t=this.uint32(),e=this.pos,r=this.pos+t;if(r>this.len)throw ds(this,t);return this.pos+=t,e===r?new Uint8Array(0):this.buf.subarray(e,r)}string(){const t=this.bytes();return function(t,e,r){if(r-e<1)return"";let n;const i=[];let s,a=0;for(;e<r;)s=t[e++],s<128?i[a++]=s:s>191&&s<224?i[a++]=(31&s)<<6|63&t[e++]:s>239&&s<365?(s=((7&s)<<18|(63&t[e++])<<12|(63&t[e++])<<6|63&t[e++])-65536,i[a++]=55296+(s>>10),i[a++]=56320+(1023&s)):i[a++]=(15&s)<<12|(63&t[e++])<<6|63&t[e++],a>8191&&((n??(n=[])).push(String.fromCharCode.apply(String,i)),a=0);return null!=n?(a>0&&n.push(String.fromCharCode.apply(String,i.slice(0,a))),n.join("")):String.fromCharCode.apply(String,i.slice(0,a))}(t,0,t.length)}skip(t){if("number"==typeof t){if(this.pos+t>this.len)throw ds(this,t);this.pos+=t}else do{if(this.pos>=this.len)throw ds(this)}while(128&this.buf[this.pos++]);return this}skipType(t){switch(t){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;4!=(t=7&this.uint32());)this.skipType(t);break;case 5:this.skip(4);break;default:throw Error(`invalid wire type ${t} at offset ${this.pos}`)}return this}readLongVarint(){const t=new cs(0,0);let e=0;if(!(this.len-this.pos>4)){for(;e<3;++e){if(this.pos>=this.len)throw ds(this);if(t.lo=(t.lo|(127&this.buf[this.pos])<<7*e)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(127&this.buf[this.pos++])<<7*e)>>>0,t}for(;e<4;++e)if(t.lo=(t.lo|(127&this.buf[this.pos])<<7*e)>>>0,this.buf[this.pos++]<128)return t;if(t.lo=(t.lo|(127&this.buf[this.pos])<<28)>>>0,t.hi=(t.hi|(127&this.buf[this.pos])>>4)>>>0,this.buf[this.pos++]<128)return t;if(e=0,this.len-this.pos>4){for(;e<5;++e)if(t.hi=(t.hi|(127&this.buf[this.pos])<<7*e+3)>>>0,this.buf[this.pos++]<128)return t}else for(;e<5;++e){if(this.pos>=this.len)throw ds(this);if(t.hi=(t.hi|(127&this.buf[this.pos])<<7*e+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw ds(this,8);const t=fs(this.buf,this.pos+=4),e=fs(this.buf,this.pos+=4);return new cs(t,e)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){const t=Yi(this.buf,this.pos);return this.pos+=Ji(t),t}uint64String(){return this.readLongVarint().toString(!0)}sint64(){return this.readLongVarint().zzDecode().toBigInt()}sint64Number(){return this.readLongVarint().zzDecode().toNumber()}sint64String(){return this.readLongVarint().zzDecode().toString()}fixed64(){return this.readFixed64().toBigInt()}fixed64Number(){return this.readFixed64().toNumber()}fixed64String(){return this.readFixed64().toString()}sfixed64(){return this.readFixed64().toBigInt()}sfixed64Number(){return this.readFixed64().toNumber()}sfixed64String(){return this.readFixed64().toString()}}function ps(t,e,r){const n=function(t){return new gs(t instanceof Uint8Array?t:t.subarray())}(t);return e.decode(n,void 0,r)}class ws{fn;len;next;val;constructor(t,e,r){this.fn=t,this.len=e,this.next=void 0,this.val=r}}function ms(){}class ys{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}}const bs=function(){const t=8192;let e,r=t;return function(n){if(n<1||n>4096)return N(n);r+n>t&&(e=N(t),r=0);const i=e.subarray(r,r+=n);return 7&r&&(r=1+(7|r)),i}}();class vs{len;head;tail;states;constructor(){this.len=0,this.head=new ws(ms,0,0),this.tail=this.head,this.states=null}_push(t,e,r){return this.tail=this.tail.next=new ws(t,e,r),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new As((t>>>=0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this}int32(t){return t<0?this._push(Ts,10,cs.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){const e=cs.fromBigInt(t);return this._push(Ts,e.length(),e)}uint64Number(t){return this._push(Wi,Ji(t),t)}uint64String(t){return this.uint64(BigInt(t))}int64(t){return this.uint64(t)}int64Number(t){return this.uint64Number(t)}int64String(t){return this.uint64String(t)}sint64(t){const e=cs.fromBigInt(t).zzEncode();return this._push(Ts,e.length(),e)}sint64Number(t){const e=cs.fromNumber(t).zzEncode();return this._push(Ts,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(Es,1,t?1:0)}fixed32(t){return this._push(xs,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){const e=cs.fromBigInt(t);return this._push(xs,4,e.lo)._push(xs,4,e.hi)}fixed64Number(t){const e=cs.fromNumber(t);return this._push(xs,4,e.lo)._push(xs,4,e.hi)}fixed64String(t){return this.fixed64(BigInt(t))}sfixed64(t){return this.fixed64(t)}sfixed64Number(t){return this.fixed64Number(t)}sfixed64String(t){return this.fixed64String(t)}float(t){return this._push(rs,4,t)}double(t){return this._push(ss,8,t)}bytes(t){const e=t.length>>>0;return 0===e?this._push(Es,1,0):this.uint32(e)._push(ks,e,t)}string(t){const e=function(t){let e=0,r=0;for(let n=0;n<t.length;++n)r=t.charCodeAt(n),r<128?e+=1:r<2048?e+=2:55296==(64512&r)&&56320==(64512&t.charCodeAt(n+1))?(++n,e+=4):e+=3;return e}(t);return 0!==e?this.uint32(e)._push(hs,e,t):this._push(Es,1,0)}fork(){return this.states=new ys(this),this.head=this.tail=new ws(ms,0,0),this.len=0,this}reset(){return null!=this.states?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new ws(ms,0,0),this.len=0),this}ldelim(){const t=this.head,e=this.tail,r=this.len;return this.reset().uint32(r),0!==r&&(this.tail.next=t.next,this.tail=e,this.len+=r),this}finish(){let t=this.head.next;const e=(r=this.len,null!=globalThis.Buffer?N(r):bs(r));var r;let n=0;for(;null!=t;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e}}function Es(t,e,r){e[r]=255&t}function Ss(t,e,r){for(;t>127;)e[r++]=127&t|128,t>>>=7;e[r]=t}class As extends ws{next;constructor(t,e){super(Ss,t,e),this.next=void 0}}function Ts(t,e,r){for(;0!==t.hi;)e[r++]=127&t.lo|128,t.lo=(t.lo>>>7|t.hi<<25)>>>0,t.hi>>>=7;for(;t.lo>127;)e[r++]=127&t.lo|128,t.lo=t.lo>>>7;e[r++]=t.lo}function xs(t,e,r){e[r]=255&t,e[r+1]=t>>>8&255,e[r+2]=t>>>16&255,e[r+3]=t>>>24}function ks(t,e,r){e.set(t,r)}function Cs(t,e,r){e.set(t,r)}function Os(t,e,r){t.length<40?hs(t,e,r):null!=e.utf8Write?e.utf8Write(t,r):e.set(R(t),r)}function Fs(t,e){const r=new vs;return e.encode(t,r,{lengthDelimited:!1}),r.finish()}var Ds,Is,Ns,Ps,Ls;function Us(t,e,r,n){return{name:t,type:e,encode:r,decode:n}}function Rs(t,e){return Us("message",Ds.LENGTH_DELIMITED,t,e)}null!=globalThis.Buffer&&(vs.prototype.bytes=function(t){const e=t.length>>>0;return this.uint32(e),e>0&&this._push(Cs,e,t),this},vs.prototype.string=function(t){const e=globalThis.Buffer.byteLength(t);return this.uint32(e),e>0&&this._push(Os,e,t),this}),function(t){t[t.VARINT=0]="VARINT",t[t.BIT64=1]="BIT64",t[t.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",t[t.START_GROUP=3]="START_GROUP",t[t.END_GROUP=4]="END_GROUP",t[t.BIT32=5]="BIT32"}(Ds||(Ds={})),function(t){t.RSA="RSA",t.Ed25519="Ed25519",t.secp256k1="secp256k1",t.ECDSA="ECDSA"}(Is||(Is={})),function(t){t[t.RSA=0]="RSA",t[t.Ed25519=1]="Ed25519",t[t.secp256k1=2]="secp256k1",t[t.ECDSA=3]="ECDSA"}(Ns||(Ns={})),function(t){t.codec=()=>function(t){function e(e){if(null==t[e.toString()])throw new Error("Invalid enum value");return t[e]}return Us("enum",Ds.VARINT,function(t,r){const n=e(t);r.int32(n)},function(t){return e(t.int32())})}(Ns)}(Is||(Is={})),function(t){let e;t.codec=()=>(null==e&&(e=Rs((t,e,r={})=>{!1!==r.lengthDelimited&&e.fork(),null!=t.Type&&(e.uint32(8),Is.codec().encode(t.Type,e)),null!=t.Data&&(e.uint32(18),e.bytes(t.Data)),!1!==r.lengthDelimited&&e.ldelim()},(t,e,r={})=>{const n={},i=null==e?t.len:t.pos+e;for(;t.pos<i;){const e=t.uint32();switch(e>>>3){case 1:n.Type=Is.codec().decode(t);break;case 2:n.Data=t.bytes();break;default:t.skipType(7&e)}}return n})),e),t.encode=e=>Fs(e,t.codec()),t.decode=(e,r)=>ps(e,t.codec(),r)}(Ps||(Ps={})),function(t){let e;t.codec=()=>(null==e&&(e=Rs((t,e,r={})=>{!1!==r.lengthDelimited&&e.fork(),null!=t.Type&&(e.uint32(8),Is.codec().encode(t.Type,e)),null!=t.Data&&(e.uint32(18),e.bytes(t.Data)),!1!==r.lengthDelimited&&e.ldelim()},(t,e,r={})=>{const n={},i=null==e?t.len:t.pos+e;for(;t.pos<i;){const e=t.uint32();switch(e>>>3){case 1:n.Type=Is.codec().decode(t);break;case 2:n.Data=t.bytes();break;default:t.skipType(7&e)}}return n})),e),t.encode=e=>Fs(e,t.codec()),t.decode=(e,r)=>ps(e,t.codec(),r)}(Ls||(Ls={}));class Ms{oHash;iHash;blockLen;outputLen;finished=!1;destroyed=!1;constructor(t,e){if(Er(t),vr(e,void 0,"key"),this.iHash=t.create(),"function"!=typeof this.iHash.update)throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const r=this.blockLen,n=new Uint8Array(r);n.set(e.length>r?t.create().update(e).digest():e);for(let t=0;t<n.length;t++)n[t]^=54;this.iHash.update(n),this.oHash=t.create();for(let t=0;t<n.length;t++)n[t]^=106;this.oHash.update(n),Ar(n)}update(t){return Sr(this),this.iHash.update(t),this}digestInto(t){Sr(this),vr(t,this.outputLen,"output"),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){const t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||=Object.create(Object.getPrototypeOf(this),{});const{oHash:e,iHash:r,finished:n,destroyed:i,blockLen:s,outputLen:a}=this;return t.finished=n,t.destroyed=i,t.blockLen=s,t.outputLen=a,t.oHash=e._cloneInto(t.oHash),t.iHash=r._cloneInto(t.iHash),t}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const Bs=(t,e,r)=>new Ms(t,e).update(r).digest();Bs.create=(t,e)=>new Ms(t,e);const _s=(t,e)=>(t+(t>=0?e:-e)/Hs)/e;function Gs(t){if(!["compact","recovered","der"].includes(t))throw new Error('Signature format must be "compact", "recovered", or "der"');return t}function js(t,e){const r={};for(let n of Object.keys(e))r[n]=void 0===t[n]?e[n]:t[n];return mn(r.lowS,"lowS"),mn(r.prehash,"prehash"),void 0!==r.format&&Gs(r.format),r}class $s extends Error{constructor(t=""){super(t)}}const Vs={Err:$s,_tlv:{encode:(t,e)=>{const{Err:r}=Vs;if(t<0||t>256)throw new r("tlv.encode: wrong tag");if(1&e.length)throw new r("tlv.encode: unpadded data");const n=e.length/2,i=bn(n);if(i.length/2&128)throw new r("tlv.encode: long form length too big");const s=n>127?bn(i.length/2|128):"";return bn(t)+s+i+e},decode(t,e){const{Err:r}=Vs;let n=0;if(t<0||t>256)throw new r("tlv.encode: wrong tag");if(e.length<2||e[n++]!==t)throw new r("tlv.decode: wrong tlv");const i=e[n++];let s=0;if(128&i){const t=127&i;if(!t)throw new r("tlv.decode(long): indefinite length not supported");if(t>4)throw new r("tlv.decode(long): byte length is too big");const a=e.subarray(n,n+t);if(a.length!==t)throw new r("tlv.decode: length bytes not complete");if(0===a[0])throw new r("tlv.decode(long): zero leftmost byte");for(const t of a)s=s<<8|t;if(n+=t,s<128)throw new r("tlv.decode(long): not minimal encoding")}else s=i;const a=e.subarray(n,n+s);if(a.length!==s)throw new r("tlv.decode: wrong value length");return{v:a,l:e.subarray(n+s)}}},_int:{encode(t){const{Err:e}=Vs;if(t<qs)throw new e("integer: negative integers are not allowed");let r=bn(t);if(8&Number.parseInt(r[0],16)&&(r="00"+r),1&r.length)throw new e("unexpected DER parsing assertion: unpadded hex");return r},decode(t){const{Err:e}=Vs;if(128&t[0])throw new e("invalid signature integer: negative");if(0===t[0]&&!(128&t[1]))throw new e("invalid signature integer: unnecessary leading zero");return En(t)}},toSig(t){const{Err:e,_int:r,_tlv:n}=Vs,i=vr(t,void 0,"signature"),{v:s,l:a}=n.decode(48,i);if(a.length)throw new e("invalid signature: left bytes after parsing");const{v:o,l:c}=n.decode(2,s),{v:u,l}=n.decode(2,c);if(l.length)throw new e("invalid signature: left bytes after parsing");return{r:r.decode(o),s:r.decode(u)}},hexFromSig(t){const{_tlv:e,_int:r}=Vs,n=e.encode(2,r.encode(t.r)),i=e.encode(2,r.encode(t.s));return e.encode(48,n+i)}},qs=BigInt(0),zs=BigInt(1),Hs=BigInt(2),Ks=BigInt(3),Zs=BigInt(4);function Js(t,e={}){const r=gi("weierstrass",t,e),{Fp:n,Fn:i}=r;let s=r.CURVE;const{h:a,n:o}=s;Fn(e,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object"});const{endo:c}=e;if(c&&(!n.is0(s.a)||"bigint"!=typeof c.beta||!Array.isArray(c.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');const u=Ys(n,i);function l(){if(!n.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}const h=e.toBytes||function(t,e,r){const{x:i,y:s}=e.toAffine(),a=n.toBytes(i);return mn(r,"isCompressed"),r?(l(),Ir(Ws(!n.isOdd(s)),a)):Ir(Uint8Array.of(4),a,n.toBytes(s))},d=e.fromBytes||function(t){vr(t,void 0,"Point");const{publicKey:e,publicKeyUncompressed:r}=u,i=t.length,s=t[0],a=t.subarray(1);if(i!==e||2!==s&&3!==s){if(i===r&&4===s){const t=n.BYTES,e=n.fromBytes(a.subarray(0,t)),r=n.fromBytes(a.subarray(t,2*t));if(!g(e,r))throw new Error("bad point: is not on curve");return{x:e,y:r}}throw new Error(`bad point: got length ${i}, expected compressed=${e} or uncompressed=${r}`)}{const t=n.fromBytes(a);if(!n.isValid(t))throw new Error("bad point: is not on curve, wrong x");const e=f(t);let r;try{r=n.sqrt(e)}catch(t){const e=t instanceof Error?": "+t.message:"";throw new Error("bad point: is not on curve, sqrt error"+e)}return l(),!(1&~s)!==n.isOdd(r)&&(r=n.neg(r)),{x:t,y:r}}};function f(t){const e=n.sqr(t),r=n.mul(e,t);return n.add(n.add(r,n.mul(t,s.a)),s.b)}function g(t,e){const r=n.sqr(e),i=f(t);return n.eql(r,i)}if(!g(s.Gx,s.Gy))throw new Error("bad curve params: generator point");const p=n.mul(n.pow(s.a,Ks),Zs),w=n.mul(n.sqr(s.b),BigInt(27));if(n.is0(n.add(p,w)))throw new Error("bad curve params: a or b");function m(t,e,r=!1){if(!n.isValid(e)||r&&n.is0(e))throw new Error(`bad point coordinate ${t}`);return e}function y(t){if(!(t instanceof A))throw new Error("Weierstrass Point expected")}function b(t){if(!c||!c.basises)throw new Error("no endo");return function(t,e,r){const[[n,i],[s,a]]=e,o=_s(a*t,r),c=_s(-i*t,r);let u=t-o*n-c*s,l=-o*i-c*a;const h=u<qs,d=l<qs;h&&(u=-u),d&&(l=-l);const f=On(Math.ceil(function(t){let e;for(e=0;t>pn;t>>=wn,e+=1);return e}(r)/2))+zs;if(u<qs||u>=f||l<qs||l>=f)throw new Error("splitScalar (endomorphism): failed, k="+t);return{k1neg:h,k1:u,k2neg:d,k2:l}}(t,c.basises,i.ORDER)}const v=Dn((t,e)=>{const{X:r,Y:i,Z:s}=t;if(n.eql(s,n.ONE))return{x:r,y:i};const a=t.is0();null==e&&(e=a?n.ONE:n.inv(s));const o=n.mul(r,e),c=n.mul(i,e),u=n.mul(s,e);if(a)return{x:n.ZERO,y:n.ZERO};if(!n.eql(u,n.ONE))throw new Error("invZ was invalid");return{x:o,y:c}}),E=Dn(t=>{if(t.is0()){if(e.allowInfinityPoint&&!n.is0(t.Y))return;throw new Error("bad point: ZERO")}const{x:r,y:i}=t.toAffine();if(!n.isValid(r)||!n.isValid(i))throw new Error("bad point: x or y not field elements");if(!g(r,i))throw new Error("bad point: equation left != right");if(!t.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function S(t,e,r,i,s){return r=new A(n.mul(r.X,t),r.Y,r.Z),e=ni(i,e),r=ni(s,r),e.add(r)}class A{static BASE=new A(s.Gx,s.Gy,n.ONE);static ZERO=new A(n.ZERO,n.ONE,n.ZERO);static Fp=n;static Fn=i;X;Y;Z;constructor(t,e,r){this.X=m("x",t),this.Y=m("y",e,!0),this.Z=m("z",r),Object.freeze(this)}static CURVE(){return s}static fromAffine(t){const{x:e,y:r}=t||{};if(!t||!n.isValid(e)||!n.isValid(r))throw new Error("invalid affine point");if(t instanceof A)throw new Error("projective point not allowed");return n.is0(e)&&n.is0(r)?A.ZERO:new A(e,r,n.ONE)}static fromBytes(t){const e=A.fromAffine(d(vr(t,void 0,"point")));return e.assertValidity(),e}static fromHex(t){return A.fromBytes(Dr(t))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(t=8,e=!0){return x.createCache(this,t),e||this.multiply(Ks),this}assertValidity(){E(this)}hasEvenY(){const{y:t}=this.toAffine();if(!n.isOdd)throw new Error("Field doesn't support isOdd");return!n.isOdd(t)}equals(t){y(t);const{X:e,Y:r,Z:i}=this,{X:s,Y:a,Z:o}=t,c=n.eql(n.mul(e,o),n.mul(s,i)),u=n.eql(n.mul(r,o),n.mul(a,i));return c&&u}negate(){return new A(this.X,n.neg(this.Y),this.Z)}double(){const{a:t,b:e}=s,r=n.mul(e,Ks),{X:i,Y:a,Z:o}=this;let c=n.ZERO,u=n.ZERO,l=n.ZERO,h=n.mul(i,i),d=n.mul(a,a),f=n.mul(o,o),g=n.mul(i,a);return g=n.add(g,g),l=n.mul(i,o),l=n.add(l,l),c=n.mul(t,l),u=n.mul(r,f),u=n.add(c,u),c=n.sub(d,u),u=n.add(d,u),u=n.mul(c,u),c=n.mul(g,c),l=n.mul(r,l),f=n.mul(t,f),g=n.sub(h,f),g=n.mul(t,g),g=n.add(g,l),l=n.add(h,h),h=n.add(l,h),h=n.add(h,f),h=n.mul(h,g),u=n.add(u,h),f=n.mul(a,o),f=n.add(f,f),h=n.mul(f,g),c=n.sub(c,h),l=n.mul(f,d),l=n.add(l,l),l=n.add(l,l),new A(c,u,l)}add(t){y(t);const{X:e,Y:r,Z:i}=this,{X:a,Y:o,Z:c}=t;let u=n.ZERO,l=n.ZERO,h=n.ZERO;const d=s.a,f=n.mul(s.b,Ks);let g=n.mul(e,a),p=n.mul(r,o),w=n.mul(i,c),m=n.add(e,r),b=n.add(a,o);m=n.mul(m,b),b=n.add(g,p),m=n.sub(m,b),b=n.add(e,i);let v=n.add(a,c);return b=n.mul(b,v),v=n.add(g,w),b=n.sub(b,v),v=n.add(r,i),u=n.add(o,c),v=n.mul(v,u),u=n.add(p,w),v=n.sub(v,u),h=n.mul(d,b),u=n.mul(f,w),h=n.add(u,h),u=n.sub(p,h),h=n.add(p,h),l=n.mul(u,h),p=n.add(g,g),p=n.add(p,g),w=n.mul(d,w),b=n.mul(f,b),p=n.add(p,w),w=n.sub(g,w),w=n.mul(d,w),b=n.add(b,w),g=n.mul(p,b),l=n.add(l,g),g=n.mul(v,b),u=n.mul(m,u),u=n.sub(u,g),g=n.mul(m,p),h=n.mul(v,h),h=n.add(h,g),new A(u,l,h)}subtract(t){return this.add(t.negate())}is0(){return this.equals(A.ZERO)}multiply(t){const{endo:r}=e;if(!i.isValidNot0(t))throw new Error("invalid scalar: out of range");let n,s;const a=t=>x.cached(this,t,t=>ii(A,t));if(r){const{k1neg:e,k1:i,k2neg:o,k2:c}=b(t),{p:u,f:l}=a(i),{p:h,f:d}=a(c);s=l.add(d),n=S(r.beta,u,h,e,o)}else{const{p:e,f:r}=a(t);n=e,s=r}return ii(A,[n,s])[0]}multiplyUnsafe(t){const{endo:r}=e,n=this;if(!i.isValid(t))throw new Error("invalid scalar: out of range");if(t===qs||n.is0())return A.ZERO;if(t===zs)return n;if(x.hasCache(this))return this.multiply(t);if(r){const{k1neg:e,k1:i,k2neg:s,k2:a}=b(t),{p1:o,p2:c}=function(t,e,r,n){let i=e,s=t.ZERO,a=t.ZERO;for(;r>ei||n>ei;)r&ri&&(s=s.add(i)),n&ri&&(a=a.add(i)),i=i.double(),r>>=ri,n>>=ri;return{p1:s,p2:a}}(A,n,i,a);return S(r.beta,o,c,e,s)}return x.unsafe(n,t)}toAffine(t){return v(this,t)}isTorsionFree(){const{isTorsionFree:t}=e;return a===zs||(t?t(A,this):x.unsafe(this,o).is0())}clearCofactor(){const{clearCofactor:t}=e;return a===zs?this:t?t(A,this):this.multiplyUnsafe(a)}isSmallOrder(){return this.multiplyUnsafe(a).is0()}toBytes(t=!0){return mn(t,"isCompressed"),this.assertValidity(),h(A,this,t)}toHex(t=!0){return Or(this.toBytes(t))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}const T=i.BITS,x=new di(A,e.endo?Math.ceil(T/2):T);return A.BASE.precompute(8),A}function Ws(t){return Uint8Array.of(t?2:3)}function Ys(t,e){return{secretKey:e.BYTES,publicKey:1+t.BYTES,publicKeyUncompressed:1+2*t.BYTES,publicKeyHasPrefix:!0,signature:2*e.BYTES}}function Xs(t,e,r={}){Er(e),Fn(r,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"});const n=(r=Object.assign({},r)).randomBytes||Pr,i=r.hmac||((t,r)=>Bs(e,t,r)),{Fp:s,Fn:a}=t,{ORDER:o,BITS:c}=a,{keygen:u,getPublicKey:l,getSharedSecret:h,utils:d,lengths:f}=function(t,e={}){const{Fn:r}=t,n=e.randomBytes||Pr,i=Object.assign(Ys(t.Fp,r),{seed:ti(r.ORDER)});function s(t=n(i.seed)){return function(t,e,r=!1){vr(t);const n=t.length,i=Qn(e),s=ti(e);if(n<16||n<s||n>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+n);const a=jn(r?Sn(t):En(t),e-Nn)+Nn;return r?Tn(a,i):An(a,i)}(vr(t,i.seed,"seed"),r.ORDER)}function a(e,n=!0){return t.BASE.multiply(r.fromBytes(e)).toBytes(n)}function o(t){const{secretKey:e,publicKey:n,publicKeyUncompressed:s}=i;if(!yr(t))return;if("_lengths"in r&&r._lengths||e===n)return;const a=vr(t,void 0,"key").length;return a===n||a===s}const c={isValidSecretKey:function(t){try{const e=r.fromBytes(t);return r.isValidNot0(e)}catch(t){return!1}},isValidPublicKey:function(e,r){const{publicKey:n,publicKeyUncompressed:s}=i;try{const i=e.length;return!(!0===r&&i!==n||!1===r&&i!==s||!t.fromBytes(e))}catch(t){return!1}},randomSecretKey:s},u=pi(s,a);return Object.freeze({getPublicKey:a,getSharedSecret:function(e,n,i=!0){if(!0===o(e))throw new Error("first arg must be private key");if(!1===o(n))throw new Error("second arg must be public key");const s=r.fromBytes(e);return t.fromBytes(n).multiply(s).toBytes(i)},keygen:u,Point:t,utils:c,lengths:i})}(t,r),g={prehash:!0,lowS:"boolean"!=typeof r.lowS||r.lowS,format:"compact",extraEntropy:!1},p=o*Hs<s.ORDER;function w(t){return t>o>>zs}function m(t,e){if(!a.isValidNot0(e))throw new Error(`invalid signature ${t}: out of range 1..Point.Fn.ORDER`);return e}function y(){if(p)throw new Error('"recovered" sig type is not supported for cofactor >2 curves')}function b(t,e){Gs(e);const r=f.signature;return vr(t,"compact"===e?r:"recovered"===e?r+1:void 0)}class v{r;s;recovery;constructor(t,e,r){if(this.r=m("r",t),this.s=m("s",e),null!=r){if(y(),![0,1,2,3].includes(r))throw new Error("invalid recovery id");this.recovery=r}Object.freeze(this)}static fromBytes(t,e=g.format){let r;if(b(t,e),"der"===e){const{r:e,s:r}=Vs.toSig(vr(t));return new v(e,r)}"recovered"===e&&(r=t[0],e="compact",t=t.subarray(1));const n=f.signature/2,i=t.subarray(0,n),s=t.subarray(n,2*n);return new v(a.fromBytes(i),a.fromBytes(s),r)}static fromHex(t,e){return this.fromBytes(Dr(t),e)}assertRecovery(){const{recovery:t}=this;if(null==t)throw new Error("invalid recovery id: must be present");return t}addRecoveryBit(t){return new v(this.r,this.s,t)}recoverPublicKey(e){const{r,s:n}=this,i=this.assertRecovery(),c=2===i||3===i?r+o:r;if(!s.isValid(c))throw new Error("invalid recovery id: sig.r+curve.n != R.x");const u=s.toBytes(c),l=t.fromBytes(Ir(Ws(!(1&i)),u)),h=a.inv(c),d=S(vr(e,void 0,"msgHash")),f=a.create(-d*h),g=a.create(n*h),p=t.BASE.multiplyUnsafe(f).add(l.multiplyUnsafe(g));if(p.is0())throw new Error("invalid recovery: point at infinify");return p.assertValidity(),p}hasHighS(){return w(this.s)}toBytes(t=g.format){if(Gs(t),"der"===t)return Dr(Vs.hexFromSig(this));const{r:e,s:r}=this,n=a.toBytes(e),i=a.toBytes(r);return"recovered"===t?(y(),Ir(Uint8Array.of(this.assertRecovery()),n,i)):Ir(n,i)}toHex(t){return Or(this.toBytes(t))}}const E=r.bits2int||function(t){if(t.length>8192)throw new Error("input is too large");const e=En(t),r=8*t.length-c;return r>0?e>>BigInt(r):e},S=r.bits2int_modN||function(t){return a.create(E(t))},A=On(c);function T(t){return Cn("num < 2^"+c,t,qs,A),a.toBytes(t)}function x(t,r){return vr(t,void 0,"message"),r?vr(e(t),void 0,"prehashed message"):t}return Object.freeze({keygen:u,getPublicKey:l,getSharedSecret:h,utils:d,lengths:f,Point:t,sign:function(r,s,o={}){const{seed:c,k2sig:u}=function(e,r,i){const{lowS:s,prehash:o,extraEntropy:c}=js(i,g);e=x(e,o);const u=S(e),l=a.fromBytes(r);if(!a.isValidNot0(l))throw new Error("invalid private key");const h=[T(l),T(u)];if(null!=c&&!1!==c){const t=!0===c?n(f.secretKey):c;h.push(vr(t,void 0,"extraEntropy"))}const d=Ir(...h),m=u;return{seed:d,k2sig:function(e){const r=E(e);if(!a.isValidNot0(r))return;const n=a.inv(r),i=t.BASE.multiply(r).toAffine(),o=a.create(i.x);if(o===qs)return;const c=a.create(n*a.create(m+o*l));if(c===qs)return;let u=(i.x===o?0:2)|Number(i.y&zs),h=c;return s&&w(c)&&(h=a.neg(c),u^=1),new v(o,h,p?void 0:u)}}}(r,s,o);return function(t,e,r){if(br(t,"hashLen"),br(e,"qByteLen"),"function"!=typeof r)throw new Error("hmacFn must be a function");const n=t=>new Uint8Array(t),i=Uint8Array.of(),s=Uint8Array.of(0),a=Uint8Array.of(1);let o=n(t),c=n(t),u=0;const l=()=>{o.fill(1),c.fill(0),u=0},h=(...t)=>r(c,Ir(o,...t)),d=(t=i)=>{c=h(s,t),o=h(),0!==t.length&&(c=h(a,t),o=h())},f=()=>{if(u++>=1e3)throw new Error("drbg: tried max amount of iterations");let t=0;const r=[];for(;t<e;){o=h();const e=o.slice();r.push(e),t+=o.length}return Ir(...r)};return(t,e)=>{let r;for(l(),d(t);!(r=e(f()));)d();return l(),r}}(e.outputLen,a.BYTES,i)(c,u).toBytes(o.format)},verify:function(e,r,n,i={}){const{lowS:s,prehash:o,format:c}=js(i,g);if(n=vr(n,void 0,"publicKey"),r=x(r,o),!yr(e))throw new Error("verify expects Uint8Array signature"+(e instanceof v?", use sig.toBytes()":""));b(e,c);try{const i=v.fromBytes(e,c),o=t.fromBytes(n);if(s&&i.hasHighS())return!1;const{r:u,s:l}=i,h=S(r),d=a.inv(l),f=a.create(h*d),g=a.create(u*d),p=t.BASE.multiplyUnsafe(f).add(o.multiplyUnsafe(g));return!p.is0()&&a.create(p.x)===u}catch(t){return!1}},recoverPublicKey:function(t,e,r={}){const{prehash:n}=js(r,g);return e=x(e,n),v.fromBytes(t,"recovered").recoverPublicKey(e).toBytes()},Signature:v,hash:e})}const Qs={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},ta={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]},ea=/* @__PURE__ */BigInt(2),ra=Xn(Qs.p,{sqrt:function(t){const e=Qs.p,r=BigInt(3),n=BigInt(6),i=BigInt(11),s=BigInt(22),a=BigInt(23),o=BigInt(44),c=BigInt(88),u=t*t*t%e,l=u*u*t%e,h=$n(l,r,e)*l%e,d=$n(h,r,e)*l%e,f=$n(d,ea,e)*u%e,g=$n(f,i,e)*f%e,p=$n(g,s,e)*g%e,w=$n(p,o,e)*p%e,m=$n(w,c,e)*w%e,y=$n(m,o,e)*p%e,b=$n(y,r,e)*l%e,v=$n(b,a,e)*g%e,E=$n(v,n,e)*u%e,S=$n(E,ea,e);if(!ra.eql(ra.sqr(S),t))throw new Error("Cannot find square root");return S}}),na=/* @__PURE__ */Xs(/* @__PURE__ */Js(Qs,{Fp:ra,endo:ta}),fn);function ia({name:t,code:e,encode:r,minDigestLength:n,maxDigestLength:i}){return new sa(t,e,r,n,i)}class sa{name;code;encode;minDigestLength;maxDigestLength;constructor(t,e,r,n,i){this.name=t,this.code=e,this.encode=r,this.minDigestLength=n??20,this.maxDigestLength=i}digest(t,e){if(null!=e?.truncate){if(e.truncate<this.minDigestLength)throw new Error(`Invalid truncate option, must be greater than or equal to ${this.minDigestLength}`);if(null!=this.maxDigestLength&&e.truncate>this.maxDigestLength)throw new Error(`Invalid truncate option, must be less than or equal to ${this.maxDigestLength}`)}if(t instanceof Uint8Array){const r=this.encode(t);return r instanceof Uint8Array?aa(r,this.code,e?.truncate):r.then(t=>aa(t,this.code,e?.truncate))}throw Error("Unknown type, must be binary type")}}function aa(t,e,r){if(null!=r&&r!==t.byteLength){if(r>t.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${t.byteLength}`);t=t.subarray(0,r)}return Re(e,t)}function oa(t){return async e=>new Uint8Array(await crypto.subtle.digest(t,e))}const ca=ia({name:"sha2-256",code:18,encode:oa("SHA-256")});ia({name:"sha2-512",code:19,encode:oa("SHA-512")});class ua{type="secp256k1";raw;_key;constructor(t){this._key=function(t){try{return na.Point.fromBytes(t),t}catch(t){throw new re(String(t))}}(t),this.raw=function(t){return na.Point.fromBytes(t).toBytes()}(this._key)}toMultihash(){return Ze(la(this))}toCID(){return $e.createV1(114,this.toMultihash())}toString(){return be.encode(this.toMultihash().bytes).substring(1)}equals(t){return null!=t&&t.raw instanceof Uint8Array&&U(this.raw,t.raw)}verify(t,e,r){return function(t,e,r,n){const i=ca.digest(r instanceof Uint8Array?r:r.subarray());if(Mi(i))return i.then(({digest:r})=>(n?.signal?.throwIfAborted(),na.verify(e,r,t,{prehash:!1,format:"der"}))).catch(t=>{if("AbortError"===t.name)throw t;throw new Ni(String(t))});try{return n?.signal?.throwIfAborted(),na.verify(e,i.digest,t,{prehash:!1,format:"der"})}catch(t){throw new Ni(String(t))}}(this._key,e,t,r)}}function la(t){return Ps.encode({Type:Is[t.type],Data:t.raw})}const ha=Symbol.for("nodejs.util.inspect.custom");class da{type;multihash;publicKey;string;constructor(t){this.type=t.type,this.multihash=t.multihash,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[ce]=!0;toString(){return null==this.string&&(this.string=be.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return $e.createV1(114,this.multihash)}toJSON(){return this.toString()}equals(t){if(null==t)return!1;if(t instanceof Uint8Array)return U(this.multihash.bytes,t);if("string"==typeof t)return this.toString()===t;if(null!=t?.toMultihash()?.bytes)return U(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[ha](){return`PeerId(${this.toString()})`}}class fa extends da{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}}class ga extends da{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}}class pa extends da{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}}class wa{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=Ze(R(this.url))}[ha](){return`PeerId(${this.url})`}[ce]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return $e.createV1(2336,this.toMultihash())}toJSON(){return this.toString()}equals(t){return null!=t&&(t instanceof Uint8Array&&(t=M(t)),t.toString()===this.toString())}}function ma(t,e){let r;if("1"===t.charAt(0)||"Q"===t.charAt(0))r=Me(be.decode(`z${t}`));else{if(t.startsWith("k51qzi5uqu5")||t.startsWith("kzwfwjn5ji4")||t.startsWith("k2k4r8")||t.startsWith("bafz"))return function(t){if(null==t?.multihash||null==t.version||1===t.version&&114!==t.code&&2336!==t.code)throw new ne("Supplied PeerID CID is invalid");if(2336===t.code){const e=M(t.multihash.digest);return new wa(new URL(e))}return ya(t.multihash)}($e.parse(t));if(null==e)throw new ee('Please pass a multibase decoder for strings that do not start with "1" or "Q"');r=Me(e.decode(t))}return ya(r)}function ya(t){if(function(t){return t.code===ca.code}(t))return new fa({multihash:t});if(function(t){return 0===t.code}(t))try{const e=function(t){const{Type:e,Data:r}=Ps.decode(t.digest),n=r??new Uint8Array;switch(e){case Is.Ed25519:return i=_i(i=n,32),new Bi(i);case Is.secp256k1:return function(t){return new ua(t)}(n);case Is.ECDSA:return function(t){return function(t){const e=t[1][1][0];let r,n;if(65===e.byteLength)return r=M(e.subarray(1,33),"base64url"),n=M(e.subarray(33),"base64url"),new mr({...fr,key_ops:["verify"],x:r,y:n});if(97===e.byteLength)return r=M(e.subarray(1,49),"base64url"),n=M(e.subarray(49),"base64url"),new mr({...gr,key_ops:["verify"],x:r,y:n});if(133===e.byteLength)return r=M(e.subarray(1,67),"base64url"),n=M(e.subarray(67),"base64url"),new mr({...pr,key_ops:["verify"],x:r,y:n});throw new ee(`coordinates were wrong length, got ${e.byteLength}, expected 65, 97 or 133`)}(nr(t))}(n);default:throw new oe}var i}(t);if("Ed25519"===e.type)return new ga({multihash:t,publicKey:e});if("secp256k1"===e.type)return new pa({multihash:t,publicKey:e})}catch(e){const r=M(t.digest);return new wa(new URL(r))}throw new ie("Supplied PeerID Multihash is invalid")}function ba(t,e){const r=_.fromHex(function(t){if("string"==typeof t)return t.startsWith("0x")?t:`0x${t}`;const e=t instanceof Uint8Array?t:Array.isArray(t)?Uint8Array.from(t):Uint8Array.from(Object.keys(t).sort((t,e)=>Number(t)-Number(e)).map(e=>t[Number(e)]));return`0x${Buffer.from(e).toString("hex")}`}(t)),n=G(r.toHex(),Buffer.from(e));return Buffer.from(n).toString("hex")}class va{getConsumerAddress(t){return Ba(t)}getSignature(t,e,r){return _a(t,e,r)}getAuthorization(t){return Ga(t)}async getEndpoints(t,e){try{const r=await this.getData(t,e);return await r.json()}catch(t){throw ht.error("Finding the service endpoints failed:",t),new Error("HTTP request failed calling Provider")}}async getNodePublicKey(t){return(await this.getEndpoints(t)).nodePublicKey}getEndpointURL(t,e){return t?t.find(t=>t.serviceName.toLowerCase()===e.toLowerCase()):null}async getServiceEndpoints(t,e){const r=[];for(const n in e.serviceEndpoints){const i={serviceName:n,method:e.serviceEndpoints[n][0],urlPath:t.replace(/\/+$/,"")+"/"+e.serviceEndpoints[n][1].replace(/^\/+/,"")};r.push(i)}return r}async getNonce(t,e,r,n,i){n||(n=await this.getEndpoints(t)),i||(i=await this.getServiceEndpoints(t,n));const s=this.getEndpointURL(i,"nonce")?this.getEndpointURL(i,"nonce").urlPath:null;if(!s)return null;try{const t=await D(s+`?userAddress=${e}`,{method:"GET",headers:{"Content-Type":"application/json"},signal:r}),{nonce:n}=await t.json();return n&&null!==n?Number(n):0}catch(t){throw ht.error(t),new Error(t.message)}}async encrypt(t,e,r,n,i,s){const a=await this.getEndpoints(r),o=await this.getServiceEndpoints(r,a),c=await this.getConsumerAddress(n),u=(await this.getNonce(r,c,s,a,o)+1).toString(),l=await this.getSignature(n,u,et.ENCRYPT);let h=(this.getEndpointURL(o,"encrypt")?this.getEndpointURL(o,"encrypt").urlPath:null)+`?chainId=${e}`;if(!h)return null;h+=`&nonce=${u}`,h+=`&consumerAddress=${c}`,h+=`&signature=${l}`;try{const e=await D(h,{method:"POST",body:JSON.stringify(t),headers:{"Content-Type":"application/octet-stream"},signal:s});return await e.text()}catch(t){throw ht.error(t),new Error("HTTP request failed calling Provider")}}async checkDidFiles(t,e,r,n=!1,i){var s;const a=await this.getEndpoints(r),o=await this.getServiceEndpoints(r,a),c={did:t,serviceId:e,checksum:n},u=[],l=this.getEndpointURL(o,"fileinfo")?this.getEndpointURL(o,"fileinfo").urlPath:null;if(!l)return null;let h;try{h=await D(l,{method:"POST",body:JSON.stringify(c),headers:{"Content-Type":"application/json"},signal:i})}catch(t){throw ht.error("File info call failed: "),ht.error(t),new Error(t)}if(null!=(s=h)&&s.ok){const t=await h.json();for(const e of t)u.push(e);return u}const d=await h.json();throw ht.error("File info call failed: ",h.status,h.statusText,d),new Error(JSON.stringify(d))}async getFileInfo(t,e,r=!1,n){var i;const s=await this.getEndpoints(e),a=await this.getServiceEndpoints(e,s),o=at({},t,{checksum:r}),c=[],u=this.getEndpointURL(a,"fileinfo")?this.getEndpointURL(a,"fileinfo").urlPath:null;if(!u)return null;let l;try{l=await D(u,{method:"POST",body:JSON.stringify(o),headers:{"Content-Type":"application/json"},signal:n})}catch(t){throw ht.error("File info call failed: "),ht.error(t),new Error(t)}if(null!=(i=l)&&i.ok){const t=await l.json();for(const e of t)c.push(e);return c}const h=await l.json();throw ht.error("File info call failed: ",l.status,l.statusText,h),new Error(JSON.stringify(h))}async getComputeEnvironments(t,e){var r,n;const i=await this.getEndpoints(t),s=await this.getServiceEndpoints(t,i),a=null==(r=this.getEndpointURL(s,"computeEnvironments"))?void 0:r.urlPath;if(!a)return null;let o;try{o=await D(a,{method:"GET",headers:{"Content-Type":"application/json"},signal:e})}catch(t){throw ht.error("Fetch compute env failed: "),ht.error(t),new Error(t)}if(null!=(n=o)&&n.ok)return o.json();const c=await o.json();throw ht.error("Fetch compute env failed: ",o.status,o.statusText,c),new Error(JSON.stringify(c))}async initialize(t,e,r,n,i,s,a,o,c){var u;const l=await this.getEndpoints(i),h=await this.getServiceEndpoints(i,l);let d,f=this.getEndpointURL(h,"initialize")?this.getEndpointURL(h,"initialize").urlPath:null;if(!f)return null;f+=`?documentId=${t}`,f+=`&serviceId=${e}`,f+=`&fileIndex=${r}`,f+=`&consumerAddress=${n}`,a&&(f+="&userdata="+encodeURI(JSON.stringify(a))),o&&(f+="&environment="+encodeURI(o)),c&&(f+="&validUntil="+c);try{d=await D(f,{method:"GET",headers:{"Content-Type":"application/json"},signal:s})}catch(t){throw ht.error("Provider initialized failed: "),ht.error(t),new Error(`Provider initialize failed url: ${f} `)}if(200===(null==(u=d)?void 0:u.status))return await d.json();const g=await d.json();throw ht.error("Provider initialized failed: ",d.status,d.statusText,g),new Error(JSON.stringify(g))}async initializeCompute(t,e,r,n,i,s,a,o,c,u,l,h,d){var f;const g=await this.getEndpoints(s),p=await this.getServiceEndpoints(s,g),w=this.getEndpointURL(p,"initializeCompute")?this.getEndpointURL(p,"initializeCompute").urlPath:null;if(!w)return null;const m=await this.getConsumerAddress(a),y=(await this.getNonce(s,m,l,g,p)+1).toString();let b;if("string"!=typeof a){var v;let e=m;e+=null==(v=t[0])?void 0:v.documentId,e+=y,b=await te(a,e)}const E={datasets:t,algorithm:e,environment:r,payment:{chainId:c,token:n,resources:o},maxJobDuration:i,consumerAddress:m,signature:b};if(d){const t=await this.getNodePublicKey(s);t&&(E.dockerRegistryAuth=ba(t,JSON.stringify(d)))}if(u&&(E.policyServer=u),h){const t=await this.getNodePublicKey(s);t&&(E.output=ba(t,JSON.stringify(h)))}let S;try{if(S=await D(w,{method:"POST",body:JSON.stringify(E),headers:{"Content-Type":"application/json",Authorization:this.getAuthorization(a)},signal:l}),!S.ok){const t=await S.text();throw new Error(`${t}`)}}catch(t){throw ht.error("Initialize compute failed: "),ht.error(t),new Error(`ComputeJob cannot be initialized: ${t.message}.`)}if(null!=(f=S)&&f.ok)return await S.json();const A=await S.json();throw ht.error("Initialize compute failed: ",S.status,S.statusText,A),ht.error("Payload was:",JSON.stringify(E)),new Error(JSON.stringify(A))}async getDownloadUrl(t,e,r,n,i,s,a,o){const c=await this.getEndpoints(i),u=await this.getServiceEndpoints(i,c),l=this.getEndpointURL(u,"download")?this.getEndpointURL(u,"download").urlPath:null;if(!l)return null;const h=await this.getConsumerAddress(s),d=(await this.getNonce(i,h,null,c,u)+1).toString(),f=await this.getSignature(s,d,et.DOWNLOAD);let g=l;return g+=`?fileIndex=${r}`,g+=`&documentId=${t}`,g+=`&transferTxId=${n}`,g+=`&serviceId=${e}`,g+=`&consumerAddress=${h}`,g+=`&nonce=${d}`,a&&(g+="&policyServer="+encodeURI(JSON.stringify(a))),g+=`&signature=${f}`,o&&(g+="&userdata="+encodeURI(JSON.stringify(o))),g}async computeStart(t,e,r,n,i,s,a,o,c,u,l,h,d,f,g,p){var w;const m=await this.getEndpoints(t),y=await this.getServiceEndpoints(t,m),b=this.getEndpointURL(y,"computeStart")?this.getEndpointURL(y,"computeStart").urlPath:null;if(!b)return ht.error("Compute start failed: Cannot get proper computeStart route (perhaps not implemented on provider?)"),null;const v=await this.getConsumerAddress(e),E=(await this.getNonce(t,v,f,m,y)+1).toString(),S=await this.getSignature(e,E,et.COMPUTE_START),A=Object();if(A.consumerAddress=v,A.signature=S,A.nonce=E,A.environment=r,A.maxJobDuration=s,A.resources=o,A.dataset=n[0],A.datasets=n,A.algorithm=i,A.chainId=c,A.payment={chainId:c,token:a,maxJobDuration:s,resources:o},p){const e=await this.getNodePublicKey(t);e&&(A.dockerRegistryAuth=ba(e,JSON.stringify(p)))}if(o&&(A.resources=o),u&&(A.metadata=u),l&&(A.additionalViewers=l),h){const e=await this.getNodePublicKey(t);e&&(A.output=ba(e,JSON.stringify(h)))}let T;d&&(A.policyServer=d),g&&(A.queueMaxWaitTime=g);try{T=await D(b,{method:"POST",body:JSON.stringify(A),headers:{"Content-Type":"application/json",Authorization:this.getAuthorization(e)},signal:f})}catch(t){throw ht.error("Compute start failed:"),ht.error(t),ht.error("Payload was:",A),new Error("HTTP request failed calling Provider")}if(null!=(w=T)&&w.ok)return await T.json();const x=await T.json();throw ht.error("Compute start failed: ",T.status,T.statusText,x),ht.error("Payload was:",A),new Error(JSON.stringify(x))}async freeComputeStart(t,e,r,n,i,s,a,o,c,u,l,h,d){var f;const g=await this.getEndpoints(t),p=await this.getServiceEndpoints(t,g),w=this.getEndpointURL(p,"freeCompute")?this.getEndpointURL(p,"freeCompute").urlPath:null;if(!w)return ht.error("Compute start failed: Cannot get proper computeStart route (perhaps not implemented on provider?)"),null;const m=await this.getConsumerAddress(e),y=(await this.getNonce(t,m,l,g,p)+1).toString(),b=await this.getSignature(e,y,et.FREE_COMPUTE_START),v=Object();if(v.consumerAddress=m,v.signature=b,v.nonce=y,v.environment=r,v.resources=s,v.dataset=n[0],v.datasets=n,v.algorithm=i,a&&(v.metadata=a),o&&(v.additionalViewers=o),d){const e=await this.getNodePublicKey(t);e&&(v.dockerRegistryAuth=ba(e,JSON.stringify(d)))}if(c){const e=await this.getNodePublicKey(t);e&&(v.output=ba(e,JSON.stringify(c)))}let E;u&&(v.policyServer=u),h&&(v.queueMaxWaitTime=h);try{E=await D(w,{method:"POST",body:JSON.stringify(v),headers:{"Content-Type":"application/json",Authorization:this.getAuthorization(e)},signal:l})}catch(t){throw ht.error("Compute start failed:"),ht.error(t),ht.error("Payload was:",v),new Error("HTTP request failed calling Provider")}if(null!=(f=E)&&f.ok)return await E.json();const S=await E.json();throw ht.error("Compute start failed: ",E.status,E.statusText,S),ht.error("Payload was:",v),new Error(JSON.stringify(S))}async computeStreamableLogs(t,e,r,n){var i,s;const a="string"==typeof e,o=await this.getEndpoints(t),c=await this.getServiceEndpoints(t,o),u=this.getEndpointURL(c,"computeStreamableLogs")?this.getEndpointURL(c,"computeStreamableLogs").urlPath:null;if(!u)return ht.error("Compute start failed: Cannot get proper computeStreamableLogs route (perhaps not implemented on provider?)"),null;const l=await this.getConsumerAddress(e),h=(await this.getNonce(t,l,n,o,c)+1).toString();let d,f=`?consumerAddress=${l}&jobId=${r}`;a||(f+=`&signature=${await this.getSignature(e,h,et.COMPUTE_GET_STREAMABLE_LOGS)}`,f+=`&nonce=${h}`);try{d=await D(u+f,{method:"GET",headers:{"Content-Type":"application/json",Authorization:this.getAuthorization(e)},signal:n})}catch(t){throw ht.error("computeStreamableLogs failed:"),ht.error(t),new Error("HTTP request failed calling Provider")}return null!=(i=d)&&i.ok||200===(null==(s=d)?void 0:s.status)?d.body:(ht.error("computeStreamableLogs failed: ",d.status,d.statusText,await d.json()),null)}async computeStop(t,e,r,n,i){var s;const a="string"==typeof r,o=await this.getEndpoints(e),c=await this.getServiceEndpoints(e,o),u=this.getEndpointURL(c,"computeStop")?this.getEndpointURL(c,"computeStop").urlPath:null,l=await this.getConsumerAddress(r),h=(await this.getNonce(e,l,i,o,c)+1).toString(),d=await this.getSignature(r,h,et.COMPUTE_STOP),f=new URLSearchParams;f.set("consumerAddress",l),f.set("nonce",h),f.set("jobId",t),a||f.set("signature",d),n&&f.set("agreementId",n);const g=f.toString();if(!g)return null;let p;try{p=await D(u+"?"+g,{method:"PUT",headers:{"Content-Type":"application/json",Authorization:this.getAuthorization(r)},signal:i})}catch(t){throw ht.error("Compute stop failed:"),ht.error(t),new Error("HTTP request failed calling Provider")}if(null!=(s=p)&&s.ok)return await p.json();const w=await p.json();throw ht.error("Compute stop failed: ",p.status,p.statusText,w),new Error(JSON.stringify(w))}async computeStatus(t,e,r,n,i){var s,a;const o=await Ba(e),c=Ga(e),u=await this.getEndpoints(t),l=await this.getServiceEndpoints(t,u),h=this.getEndpointURL(l,"computeStatus")?this.getEndpointURL(l,"computeStatus").urlPath:null;let d,f=`?consumerAddress=${o}`;if(f+=n&&`&agreementId=${n}`||"",f+=r&&`&jobId=${r}`||"",!h)return null;try{d=await D(h+f,{method:"GET",headers:{"Content-Type":"application/json",Authorization:c},signal:i})}catch(t){throw ht.error("Get compute status failed"),ht.error(t),new Error(t)}if(null!=(s=d)&&s.ok)return await d.json();if(ht.error("Get compute status failed:",d.status,d.statusText),null!=(a=d)&&a.ok)return await d.json();const g=await d.json();throw ht.error("Get compute status failed:",d.status,d.statusText,g),new Error(JSON.stringify(g))}async getComputeResultUrl(t,e,r,n){const i="string"==typeof e,s=await this.getEndpoints(t),a=await this.getServiceEndpoints(t,s),o=this.getEndpointURL(a,"computeResult")?this.getEndpointURL(a,"computeResult").urlPath:null,c=await this.getConsumerAddress(e),u=(await this.getNonce(t,c,null,s,a)+1).toString(),l=await this.getSignature(e,u,et.COMPUTE_GET_RESULT);if(!o)return null;let h=o;return h+=`?consumerAddress=${c}`,h+=`&jobId=${r}`,h+=`&index=${n.toString()}`,i||(h+=`&nonce=${u}`,h+=`&signature=${l}`),h}async getComputeResult(t,e,r,n,i=0){const s=await this.getComputeResultUrl(t,e,r,n);if(!s)throw new Error("Could not retrieve compute result URL");const a=await D(s,{headers:i>0?{Range:`bytes=${i}-`}:{}});if(!a.ok)throw new Error(`Failed to fetch compute result: ${a.status}`);return a.body}async generateAuthToken(t,e,r){const n=await t.getAddress(),i=await this.getEndpoints(e),s=await this.getServiceEndpoints(e,i),a=this.getEndpointURL(s,"generateAuthToken").urlPath||null,o=(await this.getNonce(e,n,r,i,s)+1).toString(),c=await this.getSignature(t,o,et.CREATE_AUTH_TOKEN);try{const t=await D(a,{method:"POST",body:JSON.stringify({address:n,signature:c,nonce:o}),headers:{"Content-Type":"application/json"},signal:r});if(null==t||!t.ok)throw new Error(`Failed to generate auth token: ${t.status} ${t.statusText}`);const e=await t.json();return null==e?void 0:e.token}catch(t){throw ht.error("Generate auth token failed:"),ht.error(t),new Error("HTTP request failed calling Provider")}}async invalidateAuthToken(t,e,r,n){const i=await t.getAddress(),s=await this.getEndpoints(r),a=await this.getServiceEndpoints(r,s),o=this.getEndpointURL(a,"invalidateAuthToken").urlPath||null,c=(await this.getNonce(r,i,n,s,a)+1).toString(),u=i+c,l=await te(t,u);try{const t=await D(o,{method:"POST",body:JSON.stringify({address:i,signature:l,token:e,nonce:c}),headers:{"Content-Type":"application/json"},signal:n});if(null==t||!t.ok)throw new Error(`Failed to invalidate auth token: ${t.status} ${t.statusText}`);return await t.json()}catch(t){throw ht.error("Generate auth token failed:"),ht.error(t),new Error("HTTP request failed calling Provider")}}async isValidProvider(t,e){try{const r=await D(t,{method:"GET",headers:{"Content-Type":"application/json"},signal:e});if(null!=r&&r.ok){const t=await r.json();if(t&&(t.providerAddress||t.providerAddresses))return!0}return!1}catch(t){return ht.error(`Error validating provider: ${t.message}`),!1}}async PolicyServerPassthrough(t,e,r){var n;const i=await this.getEndpoints(t),s=await this.getServiceEndpoints(t,i),a=this.getEndpointURL(s,"PolicyServerPassthrough")?this.getEndpointURL(s,"PolicyServerPassthrough").urlPath:null;if(!a)return null;let o;try{if(o=await D(a,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json"},signal:r}),!o.ok){const t=await o.text();throw new Error(`${t}`)}}catch(t){throw ht.error("PolicyServerPassthrough failed: "),ht.error(t),new Error(`PolicyServerPassthrough failed: ${t.message}.`)}if(null!=(n=o)&&n.ok)return await o.json();const c=await o.json();throw ht.error("PolicyServerPassthrough failed: ",o.status,o.statusText,c),ht.error("Payload was:",JSON.stringify(e)),new Error(JSON.stringify(c))}async initializePSVerification(t,e,r){var n;const i=await this.getEndpoints(t),s=await this.getServiceEndpoints(t,i),a=this.getEndpointURL(s,"initializePSVerification")?this.getEndpointURL(s,"initializePSVerification").urlPath:null;if(!a)return null;let o;try{if(o=await D(a,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json"},signal:r}),!o.ok){const t=await o.text();throw new Error(`${t}`)}}catch(t){throw ht.error("initializePSVerification failed: "),ht.error(t),new Error(`initializePSVerification failed: ${t.message}.`)}if(null!=(n=o)&&n.ok)return await o.json();const c=await o.json();throw ht.error("initializePSVerification failed: ",o.status,o.statusText,c),ht.error("Payload was:",JSON.stringify(e)),new Error(JSON.stringify(c))}async downloadNodeLogs(t,e,r,n,i,s,a,o,c){var u;const l=await this.getEndpoints(t),h=await this.getServiceEndpoints(t,l),d=this.getEndpointURL(h,"logs")?this.getEndpointURL(h,"logs").urlPath:null;if(!d)return ht.error("Download node logs failed: Cannot get proper logs route (perhaps not implemented on provider?)"),null;const f=await e.getAddress(),g=(await this.getNonce(t,f,c,l,h)+1).toString(),p=await this.getSignature(e,g,et.GET_LOGS);let w,m=d+`?startTime=${r}&endTime=${n}`;i&&(m+=`&maxLogs=${i}`),s&&(m+=`&moduleName=${s}`),a&&(m+=`&level=${a}`),o&&(m+=`&page=${o}`);try{w=await D(m,{method:"POST",body:JSON.stringify({signature:p,nonce:g,address:f}),headers:{"Content-Type":"application/json"},signal:c})}catch(t){throw ht.error("Download node logs failed:"),ht.error(t),new Error("HTTP request failed calling Provider")}if(null!=(u=w)&&u.ok)return w.body;const y=await w.json();throw ht.error("Download node logs failed: ",w.status,w.statusText,y),new Error(JSON.stringify(y))}noZeroX(t){return this.zeroXTransformer(t,!1)}zeroXTransformer(t="",e){const{valid:r,output:n}=this.inputMatch(t,/^(?:0x)*([a-f0-9]+)$/i,"zeroXTransformer");return(e&&r?"0x":"")+n}inputMatch(t,e,r){if("string"!=typeof t)throw ht.debug("Not input string:"),ht.debug(t),new Error(`[${r}] Expected string, input type: ${typeof t}`);const n=t.match(e);return n?{valid:!0,output:n[1]}:(ht.warn(`[${r}] Input transformation failed.`),{valid:!1,output:t})}async resolveDdo(t,e,r){const n=t+"/api/aquarius/assets/ddo/"+e,i=await D(n,{method:"GET",headers:{"Content-Type":"application/json"},signal:r});return i.ok?i.json():null}async validateDdo(t,e,r,n){var i;const s=await r.getAddress(),a=await(await this.getData(`${t}/api/services/nonce?userAddress=${s}`)).json(),o=(Number(null!=(i=a.nonce)?i:0)+1).toString(),c=s+o+et.VALIDATE_DDO,u=await te(r,c),l=await D(`${t}/api/aquarius/assets/ddo/validate`,{method:"POST",body:JSON.stringify({ddo:e,publisherAddress:s,nonce:o,signature:u}),headers:{"Content-Type":"application/json"},signal:n});if(!l.ok)return null;const h=await l.json();return{valid:!0,hash:h.hash,proof:{validatorAddress:h.publicKey,r:h.r[0],s:h.s[0],v:h.v}}}async getData(t,e){return D(t,{method:"GET",headers:{"Content-type":"application/json",Authorization:e}})}}class Ea extends Error{name="TimeoutError";constructor(t,e){super(t,e),Error.captureStackTrace?.(this,Ea)}}const Sa=t=>t.reason??new DOMException("This operation was aborted.","AbortError");function Aa(t,e,r){"function"==typeof r&&(r={filter:r});const n=function(t,e,r){let n;const i=new Promise((i,s)=>{if(!((r={rejectionEvents:["error"],multiArgs:!1,rejectionMultiArgs:!1,resolveImmediately:!1,...r}).count>=0)||r.count!==Number.POSITIVE_INFINITY&&!Number.isInteger(r.count))throw new TypeError("The `count` option should be at least 0 or more");r.signal?.throwIfAborted();const a=[e].flat(),o=[],{addListener:c,removeListener:u}=(t=>{const e=t.addEventListener||t.on||t.addListener,r=t.removeEventListener||t.off||t.removeListener;if(!e||!r)throw new TypeError("Emitter is not compatible");return{addListener:e.bind(t),removeListener:r.bind(t)}})(t),l=async(...t)=>{const e=r.multiArgs?t:t[0];if(r.filter)try{if(!await r.filter(e))return}catch(t){return n(),void s(t)}o.push(e),r.count===o.length&&(n(),i(o))},h=(...t)=>{n(),s(r.rejectionMultiArgs?t:t[0])};n=()=>{for(const t of a)u(t,l);for(const t of r.rejectionEvents)a.includes(t)||u(t,h)};for(const t of a)c(t,l);for(const t of r.rejectionEvents)a.includes(t)||c(t,h);r.signal&&r.signal.addEventListener("abort",()=>{h(r.signal.reason)},{once:!0}),r.resolveImmediately&&i(o)});if(i.cancel=n,"number"==typeof r.timeout){const t=function(t,e){const{milliseconds:r,fallback:n,message:i,customTimers:s={setTimeout,clearTimeout},signal:a}=e;let o,c;const u=new Promise((e,u)=>{if("number"!=typeof r||1!==Math.sign(r))throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${r}\``);if(a?.aborted)return void u(Sa(a));if(a&&(c=()=>{u(Sa(a))},a.addEventListener("abort",c,{once:!0})),t.then(e,u),r===Number.POSITIVE_INFINITY)return;const l=new Ea;o=s.setTimeout.call(void 0,()=>{if(n)try{e(n())}catch(t){u(t)}else"function"==typeof t.cancel&&t.cancel(),!1===i?e():i instanceof Error?u(i):(l.message=i??`Promise timed out after ${r} milliseconds`,u(l))},r)}).finally(()=>{u.clear(),c&&a&&a.removeEventListener("abort",c)});return u.clear=()=>{s.clearTimeout.call(void 0,o),o=void 0},u}(i,{milliseconds:r.timeout});return t.cancel=()=>{n(),t.clear()},t}return i}(t,e,r={...r,count:1,resolveImmediately:!1}),i=n.then(t=>t[0]);return i.cancel=n.cancel,i}function Ta(t){return t.reason}async function xa(t,e,r){if(null==e)return t;const n=r?.translateError??Ta;if(e.aborted)return t.catch(()=>{}),Promise.reject(n(e));let i;try{return await Promise.race([t,new Promise((t,r)=>{i=()=>{r(n(e))},e.addEventListener("abort",i)})])}finally{null!=i&&e.removeEventListener("abort",i)}}class ka{protocol;components;started;timeout;maxInboundStreams;maxOutboundStreams;runOnLimitedConnection;constructor(t,e={}){this.components=t,this.started=!1,this.protocol=`/${e.protocolPrefix??"ipfs"}/ping/1.0.0`,this.timeout=e.timeout??1e4,this.maxInboundStreams=e.maxInboundStreams??2,this.maxOutboundStreams=e.maxOutboundStreams??1,this.runOnLimitedConnection=e.runOnLimitedConnection??!0,this.handlePing=this.handlePing.bind(this)}[Symbol.toStringTag]="@libp2p/ping";[ue]=["@libp2p/ping"];async start(){await this.components.registrar.handle(this.protocol,this.handlePing,{maxInboundStreams:this.maxInboundStreams,maxOutboundStreams:this.maxOutboundStreams,runOnLimitedConnection:this.runOnLimitedConnection}),this.started=!0}async stop(){await this.components.registrar.unhandle(this.protocol),this.started=!1}isStarted(){return this.started}async handlePing(t,e){const r=t.log.newScope("ping");r.trace("ping from %p",e.remotePeer);const n=AbortSignal.timeout(this.timeout);n.addEventListener("abort",()=>{t.abort(new ae("Ping timed out"))});const i=Date.now();for await(const e of t){if("open"!==t.status){r("stream status changed to %s",t.status);break}t.send(e)||(r("waiting for stream to drain"),await Aa(t,"drain",{rejectionEvents:["close"],signal:n}),r("stream drained"))}r("ping from %p complete in %dms",e.remotePeer,Date.now()-i),await t.close({signal:n})}async ping(t,e={}){const r=function(){if(isNaN(32))throw new ee("random bytes length must be a Number bigger than 0");return Pr(32)}(),n=await this.components.connectionManager.openStream(t,this.protocol,{runOnLimitedConnection:this.runOnLimitedConnection,...e}),i=n.log.newScope("ping");try{const t=Date.now(),i=Promise.withResolvers(),s=new Xe,a=o=>{if(s.append(o.data),32===s.byteLength){n.removeEventListener("message",a);const o=Date.now()-t;Promise.all([n.closeRead(e)]).then(()=>{if(!U(r,s.subarray()))throw new se(`Received wrong ping ack after ${o}ms`);i.resolve(o)}).catch(t=>{n.abort(t),i.reject(t)})}};return n.addEventListener("message",a),n.send(r),await n.close(e),await xa(i.promise,e.signal)}catch(e){throw i.error("error while pinging %o - %e",t,e),n?.abort(e),e}finally{n?.close()}}}function Ca(t={}){return e=>new ka(e,t)}class Oa extends Error{static name="UnexpectedEOFError";name="UnexpectedEOFError"}class Fa extends Error{static name="UnwrappedError";name="UnwrappedError"}class Da extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MSG_LENGTH"}class Ia extends Error{name="InvalidDataLengthError";code="ERR_MSG_DATA_TOO_LONG"}class Na extends Error{name="InvalidDataLengthLengthError";code="ERR_MSG_LENGTH_TOO_LONG"}function Pa(t){return function(t){return"function"==typeof t?.closeRead}(t)?"writable"!==t.remoteWriteStatus&&0===t.readBufferLength:!!function(t){return"function"==typeof t?.close}(t)&&"open"!==t.status}const La="/ocean/nodes/1.0.0",Ua=1e4,Ra=["/dns4/bootstrap1.oncompute.ai/tcp/9001/ws/p2p/16Uiu2HAmLhRDqfufZiQnxvQs2XHhd6hwkLSPfjAQg1gH8wgRixiP","/dns4/bootstrap2.oncompute.ai/tcp/9001/ws/p2p/16Uiu2HAmHwzeVw7RpGopjZe6qNBJbzDDBdqtrSk7Gcx1emYsfgL4","/dns4/bootstrap3.oncompute.ai/tcp/9001/ws/p2p/16Uiu2HAmBKSeEP3v4tYEPsZsZv9VELinyMCsrVTJW9BvQeFXx28U","/dns4/bootstrap4.oncompute.ai/tcp/9001/ws/p2p/16Uiu2HAmSTVTArioKm2wVcyeASHYEsnx2ZNq467Z4GMDU4ErEPom"];class Ma{constructor(){this.p2pConfig={},this.libp2pNode=null,this.discoveredNodes=new Map}async setupP2P(t){this.p2pConfig=t,this.discoveredNodes.clear(),this.libp2pNode&&(Promise.resolve(this.libp2pNode.stop()).catch(()=>{}),this.libp2pNode=null),await this.getOrCreateLibp2pNode()}async getMultiaddrFromPeerId(t){const e=t=>t.includes("/p2p/")?t:`${t}/p2p/${t}`,r=await this.getOrCreateLibp2pNode(),n=r.getConnections().find(e=>e.remotePeer.toString()===t);if(null!=n&&n.remoteAddr)return e(n.remoteAddr.toString());const i=this.discoveredNodes.get(t);if(i&&i.length>0)return e(i[0]);const s=r.services.dht;var a,o=!1,c=!1;try{for(var u,l=function(t){var e,r,n,i=2;for("undefined"!=typeof Symbol&&(r=Symbol.asyncIterator,n=Symbol.iterator);i--;){if(r&&null!=(e=t[r]))return e.call(t);if(n&&null!=(e=t[n]))return new it(e.call(t));r="@@asyncIterator",n="@@iterator"}throw new TypeError("Object is not async iterable")}(s.findPeer(ma(t),{signal:AbortSignal.timeout(2e4)}));o=!(u=await l.next()).done;o=!1){const t=u.value;if(t.type===Z.FINAL_PEER&&t.peer.multiaddrs.length>0)return e(t.peer.multiaddrs[0].toString())}}catch(t){c=!0,a=t}finally{try{o&&null!=l.return&&await l.return()}finally{if(c)throw a}}throw new Error(`No multiaddrs found for peer id ${t}`)}getDiscoveredNodes(){return Array.from(this.discoveredNodes.entries()).map(([t,e])=>({peerId:t,multiaddrs:e}))}bufToHex(t){var e;if("string"==typeof t)try{t=JSON.parse(t)}catch(e){return t}return"Buffer"===(null==(e=t)?void 0:e.type)&&Array.isArray(t.data)?Buffer.from(t.data).toString():t instanceof Uint8Array||Buffer.isBuffer(t)?Buffer.from(t).toString():t}async getOrCreateLibp2pNode(){var t;if(this.libp2pNode)return this.libp2pNode;const e=(null!=(t=this.p2pConfig.bootstrapPeers)?t:Ra).map(W),r=await j(at({addresses:{listen:[]},transports:[q(),...this.p2pConfig.enableTcp?[z()]:[]],connectionEncrypters:[$()],streamMuxers:[V()],peerDiscovery:[...e.length>0?[H({list:e.map(String),timeout:1e4})]:[]],services:{identify:K(),ping:Ca(),dht:J({protocol:"/ocean/nodes/1.0.0/kad/1.0.0",clientMode:!0})},connectionManager:{maxConnections:100},connectionMonitor:{abortConnectionOnPingFailure:!1}},this.p2pConfig.libp2p));return await r.start(),r.addEventListener("peer:discovery",t=>{var e;const n=t.detail;if(null==n||!n.id)return;const i=n.id.toString();this.discoveredNodes.set(i,(null!=(e=n.multiaddrs)?e:[]).map(t=>t.toString())),r.getConnections().length<100&&0===r.getConnections(n.id).length&&r.dial(n.id,{signal:AbortSignal.timeout(1e4)}).catch(t=>{ht.debug(`Failed to dial discovered peer ${i}: ${t.message}`)})}),this.libp2pNode=r,r}toUint8Array(t){return t instanceof Uint8Array?t:t.subarray()}async getConnection(t,e){var r;if(t.startsWith("/")){const r=W(t);return(await this.getOrCreateLibp2pNode()).dial(r,{signal:e})}const n=ma(t),i=await this.getOrCreateLibp2pNode(),s=i.getConnections(n);if(s.length>0)return s[0];const a=AbortSignal.timeout(null!=(r=this.p2pConfig.dhtLookupTimeout)?r:6e4);return await i.peerRouting.findPeer(n,{signal:a}).catch(()=>{}),i.dial(n,{signal:e})}getConsumerAddress(t){return Ba(t)}getSignature(t,e,r){return _a(t,e,r)}async getNodePublicKey(t){const e=await this.getEndpoints(t);return null==e?void 0:e.nodePublicKey}getAuthorization(t){return Ga(t)}async dialAndStream(t,e,r){var n;const i=null!=r?r:AbortSignal.timeout(null!=(n=this.p2pConfig.dialTimeout)?n:Ua),s=await this.getConnection(t,i),a=await s.newStream(La,{signal:i}),o=function(t,e={}){const r=function(t,e){const r=e?.maxBufferSize??4194304,n=new Xe;let i,s=!1;if(a=t,null==a?.addEventListener||null==a?.removeEventListener||null==a?.send||null==a?.push||null==a?.log)throw new ee("Argument should be a Stream or a Multiaddr");var a;const o=t=>{if(n.append(t.data),n.byteLength>r){const t=n.byteLength;n.consume(n.byteLength),i?.reject(new Error(`Read buffer overflow - ${t} > ${r}`))}i?.resolve()};t.addEventListener("message",o);const c=t=>{null!=t.error?i?.reject(t.error):i?.resolve()};t.addEventListener("close",c);const u=()=>{i?.resolve()};t.addEventListener("remoteCloseWrite",u);const l={readBuffer:n,async read(e){if(!0===s)throw new Fa("Stream was unwrapped");if(Pa(t)){if(0===n.byteLength&&null==e?.bytes)return null;if(null!=e?.bytes&&n.byteLength<e.bytes)throw t.log.error("closed after reading %d/%d bytes",n.byteLength,e.bytes),new Oa(`Unexpected EOF - stream closed after reading ${n.byteLength}/${e.bytes} bytes`)}const r=e?.bytes??1;for(i=Promise.withResolvers();;){if(n.byteLength>=r){i.resolve();break}if(await xa(i.promise,e?.signal),Pa(t)){if(0===n.byteLength&&null==e?.bytes)return null;break}i=Promise.withResolvers()}const a=e?.bytes??n.byteLength;if(n.byteLength<a){if(Pa(t))throw t.log.error("closed while reading %d/%d bytes",n.byteLength,a),new Oa(`Unexpected EOF - stream closed while reading ${n.byteLength}/${a} bytes`);return l.read(e)}const o=n.sublist(0,a);return n.consume(a),o},async write(e,r){if(!0===s)throw new Fa("Stream was unwrapped");t.send(e)||await Aa(t,"drain",{signal:r?.signal,rejectionEvents:["close"]})},unwrap:()=>(s||(s=!0,t.removeEventListener("message",o),t.removeEventListener("close",c),t.removeEventListener("remoteCloseWrite",u),n.byteLength>0&&(t.log("stream unwrapped with %d unread bytes",n.byteLength),t.push(n))),t)};return l}(t,e);null!=e.maxDataLength&&null==e.maxLengthLength&&(e.maxLengthLength=Ji(e.maxDataLength));const n=e?.lengthDecoder??Qi,i=e?.lengthEncoder??Xi;return{async read(i){let s=-1;const a=new Xe;for(;;){const t=await r.read({...i,bytes:1});if(null==t)break;a.append(t);try{s=n(a)}catch(t){if(t instanceof RangeError)continue;throw t}if(s<0)throw new Da("Invalid message length");if(null!=e?.maxLengthLength&&a.byteLength>e.maxLengthLength)throw new Na(`Message length length too long - ${a.byteLength} > ${e.maxLengthLength}`);if(s>-1)break}if(null!=e?.maxDataLength&&s>e.maxDataLength)throw new Ia(`Message length too long - ${s} > ${e.maxDataLength}`);const o=await r.read({...i,bytes:s});if(null==o)throw t.log.error("tried to read %d bytes but the stream closed",s),new Oa(`Unexpected EOF - tried to read ${s} bytes but the stream closed`);if(o.byteLength!==s)throw t.log.error("read %d/%d bytes before the stream closed",o.byteLength,s),new Oa(`Unexpected EOF - read ${o.byteLength}/${s} bytes before the stream closed`);return o},async write(t,e){await r.write(new Xe(i(t.byteLength),t),e)},async writeV(t,e){const n=new Xe(...t.flatMap(t=>[i(t.byteLength),t]));await r.write(n,e)},unwrap:()=>r.unwrap()}}(a);await o.write(R(JSON.stringify(e)),{signal:i}),await a.close();const c=await o.read({signal:i});return{lp:o,firstBytes:this.toUint8Array(c),connection:s}}async sendP2pCommand(t,e,r,n,i,s=0){let a;try{var o,c;const h=at({command:e,authorization:n?this.getAuthorization(n):void 0},r),{lp:d,firstBytes:f,connection:g}=await this.dialAndStream(t,h,i);if(a=g,!f.length)throw new Error("Gateway node error: no response from peer");const p=M(f);try{const t=JSON.parse(p);var u;if("number"==typeof(null==t?void 0:t.httpStatus)&&t.httpStatus>=400)throw new Error(null!=(u=t.error)?u:`Gateway node error: ${t.httpStatus}`)}catch(t){}if(e===et.COMPUTE_GET_STREAMABLE_LOGS||e===et.COMPUTE_GET_RESULT)return ot(function*(){try{for(;;){const t=yield st(d.read({signal:AbortSignal.timeout(Ua)}));yield t instanceof Uint8Array?t:t.subarray()}}catch(t){if(!(t instanceof Oa))throw t}})();const w=[f];try{for(;;){var l;const t=await d.read({signal:AbortSignal.timeout(null!=(l=this.p2pConfig.dialTimeout)?l:Ua)});w.push(this.toUint8Array(t))}}catch(t){if(!(t instanceof Oa))throw t}let m;for(let t=0;t<w.length;t++){const e=M(w[t]);try{m=JSON.parse(e)}catch(e){m=w[t]}}const y=m;if("number"==typeof(null==y?void 0:y.httpStatus)&&y.httpStatus>=400)throw new Error("string"==typeof y.error?y.error:JSON.stringify(y.error));return(null!=(o="string"==typeof m?m:null==y?void 0:y.error)?o:"").includes("Cannot connect to peer")&&s<(null!=(c=this.p2pConfig.maxRetries)?c:5)?(await new Promise(t=>{var e;return setTimeout(t,null!=(e=this.p2pConfig.retryDelay)?e:1e3)}),this.sendP2pCommand(t,e,r,n,i,s+1)):m}catch(o){var h,d;const c=null!=(h=null==o?void 0:o.message)?h:"";if((c.includes("closed")||c.includes("reset"))&&s<(null!=(d=this.p2pConfig.maxRetries)?d:5)){try{var f;await(null==(f=a)?void 0:f.close())}catch(t){}return this.sendP2pCommand(t,e,r,n,i,s+1)}throw new Error(`P2P command error: ${c}`)}}async getEndpoints(t){try{return await this.sendP2pCommand(t,et.STATUS,{})}catch(t){throw ht.error("P2P getEndpoints (STATUS) failed:",t),t}}async getNonce(t,e,r){try{var n,i;const s=await this.sendP2pCommand(t,et.NONCE,{address:e},null,r),a="number"==typeof s?s:null!=(n=null!=(i=null==s?void 0:s.nonce)?i:s)?n:0;return a&&null!==a?Number(a):0}catch(t){throw ht.error("P2P getNonce failed:",t),t}}async encrypt(t,e,r,n,i,s){const a=await this.getConsumerAddress(n),o=(await this.getNonce(r,a,s)+1).toString(),c=await this.getSignature(n,o,et.ENCRYPT),u=await this.sendP2pCommand(r,et.ENCRYPT,{chainId:e,nonce:o,consumerAddress:a,signature:c,blob:"string"==typeof t?t:JSON.stringify(t)},n,s);return this.bufToHex(u)}async checkDidFiles(t,e,r,n=!1,i){const s=await this.sendP2pCommand(r,et.FILE_INFO,{did:t,serviceId:e,checksum:n},null,i);return Array.isArray(s)?s:[s]}async getFileInfo(t,e,r=!1,n){const i=await this.sendP2pCommand(e,et.FILE_INFO,{file:t,type:t.type,checksum:r},null,n);return Array.isArray(i)?i:[i]}async getComputeEnvironments(t,e){const r=await this.sendP2pCommand(t,et.COMPUTE_GET_ENVIRONMENTS,{},null,e);return Array.isArray(r)?r:[r]}async initialize(t,e,r,n,i,s,a,o,c){const u={ddoId:t,serviceId:e,consumerAddress:n};return a&&(u.userdata=a),o&&(u.environment=o),c&&(u.validUntil=c),this.sendP2pCommand(i,et.GET_FEES,u,null,s)}async initializeCompute(t,e,r,n,i,s,a,o,c,u,l,h,d){const f=await this.getConsumerAddress(a),g=(await this.getNonce(s,f,l)+1).toString();let p;if("string"!=typeof a){var w;let e=f;e+=null==(w=t[0])?void 0:w.documentId,e+=g,p=await te(a,e)}const m={datasets:t,algorithm:e,environment:r,payment:{chainId:c,token:n,resources:o},maxJobDuration:i,consumerAddress:f,nonce:g,signature:p};if(d){const t=await this.getNodePublicKey(s);t&&(m.dockerRegistryAuth=ba(t,JSON.stringify(d)))}if(u&&(m.policyServer=u),h){const t=await this.getNodePublicKey(s);t&&(m.output=ba(t,JSON.stringify(h)))}return this.sendP2pCommand(s,et.COMPUTE_INITIALIZE,m,a,l)}async getDownloadUrl(t,e,r,n,i,s,a,o){const c=await this.getConsumerAddress(s),u=(await this.getNonce(i,c)+1).toString(),l=await this.getSignature(s,u,et.DOWNLOAD),h={command:et.DOWNLOAD,authorization:this.getAuthorization(s),fileIndex:r,documentId:t,transferTxId:n,serviceId:e,consumerAddress:c,nonce:u,signature:l};a&&(h.policyServer=a),o&&(h.userData=o);const{lp:d,firstBytes:f}=await this.dialAndStream(i,h),g=M(f);let p=null;try{p=JSON.parse(g)}catch(t){}var w;if(p&&"number"==typeof p.httpStatus&&p.httpStatus>=400)throw new Error(null!=(w=p.error)?w:`P2P download error: ${p.httpStatus}`);const m=null===p?[Buffer.from(f)]:[];try{for(;;){var y;const t=await d.read({signal:AbortSignal.timeout(null!=(y=this.p2pConfig.dialTimeout)?y:Ua)});m.push(Buffer.from(this.toUint8Array(t)))}}catch(t){if(!(t instanceof Oa))throw t}const b=Buffer.concat(m);return{data:b.buffer.slice(b.byteOffset,b.byteOffset+b.byteLength),filename:`file${r}`}}async computeStart(t,e,r,n,i,s,a,o,c,u,l,h,d,f,g,p){const w=await this.getConsumerAddress(e),m=(await this.getNonce(t,w,f)+1).toString(),y=await this.getSignature(e,m,et.COMPUTE_START),b={environment:r,dataset:n[0],datasets:n,algorithm:i,maxJobDuration:s,feeToken:a,resources:o,chainId:c,payment:{chainId:c,token:a,maxJobDuration:s,resources:o},consumerAddress:w,nonce:m,signature:y};if(u&&(b.metadata=u),l&&(b.additionalViewers=l),d&&(b.policyServer=d),g&&(b.queueMaxWaitTime=g),p){const e=await this.getNodePublicKey(t);e&&(b.dockerRegistryAuth=ba(e,JSON.stringify(p)))}if(h){const e=await this.getNodePublicKey(t);e&&(b.output=ba(e,JSON.stringify(h)))}const v=await this.sendP2pCommand(t,et.COMPUTE_START,b,e,f);return Array.isArray(v),v}async freeComputeStart(t,e,r,n,i,s,a,o,c,u,l,h,d){const f=await this.getConsumerAddress(e),g=(await this.getNonce(t,f,l)+1).toString(),p=await this.getSignature(e,g,et.FREE_COMPUTE_START),w={environment:r,dataset:n[0],datasets:n,algorithm:i,resources:s,consumerAddress:f,nonce:g,signature:p};if(a&&(w.metadata=a),o&&(w.additionalViewers=o),u&&(w.policyServer=u),h&&(w.queueMaxWaitTime=h),d){const e=await this.getNodePublicKey(t);e&&(w.dockerRegistryAuth=ba(e,JSON.stringify(d)))}if(c){const e=await this.getNodePublicKey(t);e&&(w.output=ba(e,JSON.stringify(c)))}const m=await this.sendP2pCommand(t,et.FREE_COMPUTE_START,w,e,l);return Array.isArray(m),m}async computeStreamableLogs(t,e,r,n){if("string"==typeof e)return this.sendP2pCommand(t,et.COMPUTE_GET_STREAMABLE_LOGS,{jobId:r},e,n);const i=await this.getConsumerAddress(e),s=(await this.getNonce(t,i,n)+1).toString(),a=await this.getSignature(e,s,et.COMPUTE_GET_STREAMABLE_LOGS);return this.sendP2pCommand(t,et.COMPUTE_GET_STREAMABLE_LOGS,{jobId:r,consumerAddress:i,nonce:s,signature:a},e,n)}async computeStop(t,e,r,n,i){const s=await this.getConsumerAddress(r),a=(await this.getNonce(e,s,i)+1).toString(),o={jobId:t,consumerAddress:s,nonce:a,signature:await this.getSignature(r,a,et.COMPUTE_STOP)};return n&&(o.agreementId=n),this.sendP2pCommand(e,et.COMPUTE_STOP,o,r,i)}async computeStatus(t,e,r,n,i){const s={consumerAddress:await this.getConsumerAddress(e)};return r&&(s.jobId=r),n&&(s.agreementId=n),this.sendP2pCommand(t,et.COMPUTE_GET_STATUS,s,e,i)}async getComputeResult(t,e,r,n,i=0){var s;const a=await this.getConsumerAddress(e),o={command:et.COMPUTE_GET_RESULT,jobId:r,index:n,offset:i,consumerAddress:a};if("string"==typeof e)o.authorization=e;else{const r=(await this.getNonce(t,a)+1).toString();o.nonce=r,o.signature=await this.getSignature(e,r,et.COMPUTE_GET_RESULT)}const{lp:c,firstBytes:u}=await this.dialAndStream(t,o),l=JSON.parse(M(u));var h;if("number"==typeof(null==l?void 0:l.httpStatus)&&l.httpStatus>=400)throw new Error(null!=(h=l.error)?h:`P2P compute result error: ${l.httpStatus}`);const d=null!=(s=this.p2pConfig.dialTimeout)?s:Ua;return ot(function*(){try{for(;;){const t=yield st(c.read({signal:AbortSignal.timeout(d)}));yield t instanceof Uint8Array?t:t.subarray()}}catch(t){if(!(t instanceof Oa))throw t}})()}async getComputeResultUrl(t,e,r,n){const i=await this.getConsumerAddress(e);return await this.sendP2pCommand(t,et.COMPUTE_GET_RESULT,{jobId:r,index:n,consumerAddress:i},e)}async generateAuthToken(t,e,r){var n;const i=await t.getAddress(),s=(await this.getNonce(e,i,r)+1).toString(),a=await this.getSignature(t,s,et.CREATE_AUTH_TOKEN),o=await this.sendP2pCommand(e,et.CREATE_AUTH_TOKEN,{address:i,signature:a,nonce:s},null,r);return null!=(n=null==o?void 0:o.token)?n:o}async resolveDdo(t,e,r){return this.sendP2pCommand(t,et.GET_DDO,{id:e},null,r)}async validateDdo(t,e,r,n){var i,s,a,o;const c=await r.getAddress(),u=(await this.getNonce(t,c,n)+1).toString(),l=c+u+et.VALIDATE_DDO,h=await te(r,l),d=await this.sendP2pCommand(t,et.VALIDATE_DDO,{ddo:e,publisherAddress:c,nonce:u,signature:h},null,n);return!d||d.error?null:{valid:!0,hash:this.bufToHex(d.hash),proof:{validatorAddress:this.bufToHex(d.publicKey),r:this.bufToHex(null!=(i=null==(s=d.r)?void 0:s[0])?i:d.r),s:this.bufToHex(null!=(a=null==(o=d.s)?void 0:o[0])?a:d.s),v:d.v}}}async invalidateAuthToken(t,e,r,n){const i=await t.getAddress(),s=(await this.getNonce(r,i,n)+1).toString(),a=i+s,o=await te(t,a);return this.sendP2pCommand(r,et.INVALIDATE_AUTH_TOKEN,{address:i,signature:o,token:e,nonce:s},null,n)}async isValidProvider(t,e){try{const r=await this.sendP2pCommand(t,et.STATUS,{},null,e);return!(!r||!(r.address||r.providerAddress||r.providerAddresses))}catch(t){return!1}}async PolicyServerPassthrough(t,e,r){return this.sendP2pCommand(t,et.POLICY_SERVER_PASSTHROUGH,at({},e),null,r)}async initializePSVerification(t,e,r){return this.sendP2pCommand(t,et.POLICY_SERVER_PASSTHROUGH,at({},e),null,r)}async downloadNodeLogs(t,e,r,n,i,s,a,o,c){const u=await e.getAddress(),l=(await this.getNonce(t,u,c)+1).toString(),h={startTime:r,endTime:n,signature:await this.getSignature(e,l,et.GET_LOGS),nonce:l,address:u};return i&&(h.maxLogs=i),s&&(h.moduleName=s),a&&(h.level=a),o&&(h.page=o),this.sendP2pCommand(t,et.GET_LOGS,h,e,c)}async fetchConfig(t,e){return this.sendP2pCommand(t,et.FETCH_CONFIG,e)}async pushConfig(t,e){return this.sendP2pCommand(t,et.PUSH_CONFIG,e)}}async function Ba(t){return"string"==typeof t?function(t){try{return B.decode(t,{json:!0})}catch(t){throw new Error("Error decoding JWT")}}(t).address:t.getAddress()}async function _a(t,e,r){if("string"==typeof t)return null;const n=String(String(await t.getAddress())+String(e)+String(r));return te(t,n)}function Ga(t){return"string"==typeof t?t:void 0}const ja=["/ip4/","/ip6/","/dns4/","/dns6/","/dns/","/dnsaddr/"];function $a(t){if(!t)return!1;if(ja.some(e=>t.startsWith(e)))return!0;try{return ma(t),!0}catch(t){return!1}}class Va{constructor(){this.httpProvider=new va,this.p2pProvider=new Ma}getImpl(t){return $a(t)?this.p2pProvider:this.httpProvider}async getNonce(t,e,r,n,i){return this.getImpl(t).getNonce(t,e,r,n,i)}async encrypt(t,e,r,n,i,s){return this.getImpl(r).encrypt(t,e,r,n,i,s)}async checkDidFiles(t,e,r,n=!1,i){return this.getImpl(r).checkDidFiles(t,e,r,n,i)}async getFileInfo(t,e,r=!1,n){return this.getImpl(e).getFileInfo(t,e,r,n)}async getComputeEnvironments(t,e){return this.getImpl(t).getComputeEnvironments(t,e)}async initialize(t,e,r,n,i,s,a,o,c){return this.getImpl(i).initialize(t,e,r,n,i,s,a,o,c)}async initializeCompute(t,e,r,n,i,s,a,o,c,u,l,h,d){return this.getImpl(s).initializeCompute(t,e,r,n,i,s,a,o,c,u,l,h,d)}async getDownloadUrl(t,e,r,n,i,s,a,o){return this.getImpl(i).getDownloadUrl(t,e,r,n,i,s,a,o)}async computeStart(t,e,r,n,i,s,a,o,c,u,l,h,d,f,g,p){return this.getImpl(t).computeStart(t,e,r,n,i,s,a,o,c,u,l,h,d,f,g,p)}async freeComputeStart(t,e,r,n,i,s,a,o,c,u,l,h,d){return this.getImpl(t).freeComputeStart(t,e,r,n,i,s,a,o,c,u,l,h,d)}async computeStreamableLogs(t,e,r,n){return this.getImpl(t).computeStreamableLogs(t,e,r,n)}async computeStop(t,e,r,n,i){return this.getImpl(e).computeStop(t,e,r,n,i)}async computeStatus(t,e,r,n,i){return this.getImpl(t).computeStatus(t,e,r,n,i)}async getComputeResultUrl(t,e,r,n){return this.getImpl(t).getComputeResultUrl(t,e,r,n)}async getComputeResult(t,e,r,n,i=0){return this.getImpl(t).getComputeResult(t,e,r,n,i)}async generateAuthToken(t,e,r){return this.getImpl(e).generateAuthToken(t,e,r)}async invalidateAuthToken(t,e,r,n){return this.getImpl(r).invalidateAuthToken(t,e,r,n)}async resolveDdo(t,e,r){return this.getImpl(t).resolveDdo(t,e,r)}async validateDdo(t,e,r,n){return this.getImpl(t).validateDdo(t,e,r,n)}async isValidProvider(t,e){return this.getImpl(t).isValidProvider(t,e)}async PolicyServerPassthrough(t,e,r){return this.getImpl(t).PolicyServerPassthrough(t,e,r)}async initializePSVerification(t,e,r){return this.getImpl(t).initializePSVerification(t,e,r)}async downloadNodeLogs(t,e,r,n,i,s,a,o,c){return this.getImpl(t).downloadNodeLogs(t,e,r,n,i,s,a,o,c)}async setupP2P(t){return this.p2pProvider.setupP2P(t)}getDiscoveredNodes(){return this.p2pProvider.getDiscoveredNodes()}async getMultiaddrFromPeerId(t){return this.p2pProvider.getMultiaddrFromPeerId(t)}async fetchConfig(t,e){return this.p2pProvider.fetchConfig(t,e)}async pushConfig(t,e){return this.p2pProvider.pushConfig(t,e)}}const qa=new Va;class za{constructor(t){this.aquariusURL=void 0,this.aquariusURL=t}async resolve(t,e,r){if($a(this.aquariusURL)){const r=await qa.resolveDdo(this.aquariusURL,t,e);if(r)return r;throw new Error("P2P request failed")}const n=this.aquariusURL+"/api/aquarius/assets/ddo/"+t;try{const t=await D(n,{method:"GET",headers:{"Content-Type":"application/json",Authorization:r},signal:e});if(t.ok)return await t.json();throw new Error("HTTP request failed with status "+t.status)}catch(t){throw ht.error(t),new Error("HTTP request failed")}}async waitForIndexer(t,e,r,n=3e4,i=100,s){let a=0;i>500&&(ht.warn("Max Limit exceeded, defaulting to 500 retries."),i=500);const o=$a(this.aquariusURL);do{try{let n;if(o)n=await qa.resolveDdo(this.aquariusURL,t,r);else{const e=this.aquariusURL+"/api/aquarius/assets/ddo/"+t,i=await D(e,{method:"GET",headers:{"Content-Type":"application/json",Authorization:s},signal:r});i.ok&&(n=await i.json())}if(n){const t=I.getDDOClass(n),{indexedMetadata:r}=t.getAssetFields();if(!e)return n;if(r.event&&r.event.txid===e)return n}}catch(t){}await Yt(n),a++}while(a<i);return null}async validate(t,e,r,n,i){if($a(r))return qa.validateDdo(r,t,e,n);const s=r+"/api/aquarius/assets/ddo/validate",a=r+"/api/services/nonce";try{const r=await e.getAddress(),o=await D(a+`?userAddress=${r}`,{method:"GET",headers:{"Content-Type":"application/json",Authorization:i},signal:n});let{nonce:c}=await o.json();c&&null!==c||(c="0");const u=(Number(c)+1).toString(),l=String(String(await e.getAddress())+String(u)+String(et.VALIDATE_DDO)),h={ddo:t,publisherAddress:r,nonce:u,signature:await te(e,l)},d=await D(s,{method:"POST",body:JSON.stringify(h),headers:{"Content-Type":"application/json",Authorization:Ga(e)},signal:n}),f=await d.json();if(200!==d.status)throw new Error("Metadata validation failed");return{valid:!0,hash:f.hash,proof:{validatorAddress:f.publicKey,r:f.r[0],s:f.s[0],v:f.v}}}catch(t){ht.error("Metadata validation failed",t.message)}}async getAssetMetadata(t,e,r){const n=this.aquariusURL+"/api/aquarius/assets/metadata/"+t;try{const t=await D(n,{method:"GET",headers:{"Content-Type":"application/json",Authorization:r},signal:e});if(t.ok)return t.json();throw new Error("getAssetMetadata failed: "+t.status+t.statusText)}catch(t){throw ht.error("Error getting metadata: ",t),new Error("Error getting metadata: "+t)}}async querySearch(t,e,r){const n=this.aquariusURL+"/api/aquarius/assets/query";try{const i=await D(n,{method:"POST",body:JSON.stringify(t),headers:{"Content-Type":"application/json",Authorization:r},signal:e});if(i.ok)return i.json();throw new Error("querySearch failed: "+i.status+i.statusText)}catch(t){throw ht.error("Error querying metadata: ",t),new Error("Error querying metadata: "+t)}}}function Ha(t,e){return t=l(t),`did:op:${Y(t+e.toString(10)).toString()}`}function Ka(t){return Y(t).toString()}function Za(t){const e=new XMLHttpRequest;e.responseType="blob",e.open("GET",t),e.onload=()=>{const t=e.getResponseHeader("content-disposition"),r=null==t?void 0:t.match(/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/),n=r&&r[1]?r[1]:"file",i=window.URL.createObjectURL(e.response),s=document.createElement("a");s.href=i,s.setAttribute("download",n),document.body.appendChild(s),s.click(),s.remove(),window.URL.revokeObjectURL(i)},e.send()}async function Ja(t,e){if("string"!=typeof t)return t;const r=await fetch(t);if(!r.ok)throw new Error("Response error.");let n;try{n=r.headers.get("content-disposition").match(/attachment;filename=(.+)/)[1]}catch(r){try{n=t.split("/").pop()}catch(t){n=`file${e}`}}return{data:await r.arrayBuffer(),filename:n}}async function Wa(t,e,n,i,s,a,o=!1,c,u){const l=new r.Contract(i,mt,t);if(!o){const e=await Qa(t,i,n,s);if(new w(e).greaterThanOrEqualTo(new w(a)))return new w(e).toNumber()}const h=await kt(t,i,a,c),d=await l.approve.estimateGas(s,h);return u?new w(d.toString()):await Ot(d,t,null==e?void 0:e.gasFeeMultiplier,l.approve,s,h)}async function Ya(t,e,n,i,s,a,o=!1,c){const u=new r.Contract(i,mt,t);if(!o){const e=await eo(t,i,n,s);if(new p(e).isGreaterThan(new p(a)))return BigInt(e)}let l=null;const h=await u.approve.estimateGas(s,a);if(c)return h;try{l=await Ot(h,t,null==e?void 0:e.gasFeeMultiplier,u.approve,s,a)}catch(t){ht.error(`ERROR: Failed to approve spender to spend tokens : ${t.message}`)}return l}async function Xa(t,e,n,i,s,a,o){const c=new r.Contract(n,mt,t),u=await kt(t,n,s,a),l=await c.transfer.estimateGas(i,u);return o?l:await Ot(l,t,null==e?void 0:e.gasFeeMultiplier,c.transfer,i,u)}async function Qa(t,e,n,i,s){const a=new r.Contract(e,mt,t),o=await a.allowance(n,i);return await xt(t,e,o,s)}async function to(t,e,n,i){const s=new r.Contract(e,mt,t),a=await s.balanceOf(n);return await xt(t,e,a,i)}async function eo(t,e,n,i){const s=new r.Contract(e,mt,t);return await s.allowance(n,i)}async function ro(t,e){const n=new r.Contract(e,mt,t),i=await n.decimals();return Number(i)}const no={datasets:{invalid:"Datasets is not a list, as expected"},algorithm:{serviceId:{missing:"The serviceId key is missing from the algorithm s DDO.",not_found:"The provided serviceId does not exist.",service_not_access_compute:"Service type is neither access, nor compute.",main_service_compute:"If the main service is not compute for this asset when calling initialize endpoint.",compute_services_not_in_same_provider:"Files attached to the compute service are not decrypted by the correct provider. This occurs when both asset and algorithm are requested by their compute service which cannot be decrypted by a single provider as how it is supposed to be."},container:{checksum_prefix:"Container checksum does not start with the prefix sha256:.",mising_entrypoint_image_checksum:"Either entrypoint, either image, or either checksum are missing from the container dictionary from the algorithm s DDO."},documentId:{did_not_found:"The algorithm s DID could not be retrieved from the metadata store, because the algorithm asset does not exist.",missing:"The documentId key is missing from the algorithm s DDO."},transferTxId:{missing:"The transferTxId key is missing from the algorithm s DDO."},missing_meta_documentId:"Either algorithm metadata, or algorithm DID are missing.",did_not_found:"Either algorithm metadata, or algorithm DID are missing.",not_algo:"Either algorithm metadata, or algorithm DID are missing.",in_use_or_not_on_chain:"Either algorithm metadata, or algorithm DID are missing.",meta_oneof_url_rawcode_remote:"Either algorithm metadata, or algorithm DID are missing.",file_unavailable:"One possibility is that the asset could not be retrieved from Aquariuss database. Otherwise, there are issues related to services"},error:{not_trusted_algo_publisher:"The owner of the algorithm's DDO is not a trusted algorithms publishers list.",not_trusted_algo:"The algorithm's DID is not in the asset's trusted algorithms dictionary. ",no_publisherTrustedAlgorithms:"The algorithm's key publisherTrustedAlgorithms does not exist in the algorithm's DDO.",algorithm_file_checksum_mismatch:"filesChecksum from the algorithm's DDO is invalid.",algorithm_container_checksum_mismatch:"The containerChecksum from the algorithm's DDO is invalid.",no_raw_algo_allowed:"The asset does not allow raw algorithms to be run on it.","Asset malformed":"The asset published on chain is malformed, missing some required keys or not compliant with our schemas.","Asset is not consumable.":"Assets metadata status is not in the range of valid status codes for assets. The recognized states for the metadata are defined on our docs.","DID is not a valid algorithm.":"Either the algorithm assets DID is incorrectly typed, either the algorithm timeout expired.","Compute environment does not exist.":"The compute environment provided by the user does not exist, it is not served by our compute-to-data feature. The user can use get_c2d_environments to check the list of available compute environments.","The validUntil value is not correct.":"validUntil value is most probably expired.","Cannot resolve DID":"The dataset DID does not exist in the Metadata store.","Invalid serviceId":"The serviceId of that dataset is not correct.","Unable to get dataset files":"The files of that dataset could not be decrypted or retrieved","cannot decrypt files for this service.":"The files of that dataset could not be decrypted due to the fact that file object, which contains the structure and the type of specific file, is missing from the validation part.","Unsupported type ":"The file object type is not supported by Provider.","malformed file object":"The file object structure is invalid and does not contain the wanted information for the specific file."},order:{fees_not_paid:" Provider fees are not paid."},output:{invalid:"The algorithms validation after the build stage has not been decoded properly as a dictionary."}};function io(t){try{const r=JSON.parse(t),n=Object.keys(r)[0];if("error"===n){var e;const t=r[n];return(null==(e=no[n])?void 0:e[t])||`Provider request failed: ${t}`}{const t=r[n];return`${r[Object.keys(r)[1]]} : ${t}`}}catch(e){return ht.error("[getErrorMessage] error: ",e),t}}async function so(t,e,r,n,i,s,a,o,c="0",u=0,l=0,h=0){const d=I.getDDOClass(t),{datatokens:f}=d.getAssetFields(),{chainId:g,services:p}=d.getDDOFields();a||(a={consumeMarketFeeAddress:"0x0000000000000000000000000000000000000000",consumeMarketFeeAmount:"0",consumeMarketFeeToken:"0x0000000000000000000000000000000000000000"});const m=(await e.provider.getNetwork()).chainId;if(g!==Number(m))throw new Error("Chain ID from DDO is different than the configured network.");if(!f[u].address)throw new Error(`The datatoken with index: ${u} does not exist for the asset with did: ${t.id}`);if(!p[l].id)throw new Error(`There is no service with index: ${l} defined for the asset with did: ${t.id}`);const y=await n.getId(f[u].address),b=await n.getFixedRates(f[u].address),v=await n.getDispensers(f[u].address),E=await n.getPublishingMarketFee(f[u].address),S=b.length>0?"fixed":v.length>0?"free":"NOT_ALLOWED",A=o||(await qa.initialize(t.id,p[l].id,0,await e.getAddress(),i||r.oceanNodeUri)).providerFee;if(A&&A.providerFeeAddress!==Nt&&A.providerFeeAmount&&parseInt(A.providerFeeAmount)>0)try{await Ya(e,r,await e.getAddress(),A.providerFeeToken,p[0].datatokenAddress,A.providerFeeAmount)}catch(t){throw new Error(`Failed to approve provider fee token ${A.providerFeeToken}`)}const T={consumer:s||await e.getAddress(),serviceIndex:l,_providerFee:A,_consumeMarketFee:a};switch(S){case"free":if(1===y){const t=new It(r.dispenserAddress,e),i=await t.dispense(f[u].address,"1",await e.getAddress());if(!i)throw new Error("Failed to dispense !");return await i.wait(),await n.startOrder(f[u].address,T.consumer,T.serviceIndex,T._providerFee,T._consumeMarketFee)}if(2===y||4===y)return await n.buyFromDispenserAndOrder(p[l].datatokenAddress,T,r.dispenserAddress);break;case"fixed":{const i=new Rt(r.fixedRateExchangeAddress,e);if(!b[h].id)throw new Error(`There is no fixed rate exchange with index: ${l} for the asset with did: ${t.id}`);const s=await i.getFeesInfo(b[h].id),o=await i.getExchange(b[h].id),{baseTokenAmount:d}=await i.calcBaseInGivenDatatokensOut(s.exchangeId,"1",a.consumeMarketFeeAmount),g=new w(+d||0).add(new w(a.consumeMarketFeeAmount||0)).add(new w(+E.publishMarketFeeAmount||0)).toString(),p={exchangeContract:r.fixedRateExchangeAddress,exchangeId:s.exchangeId,maxBaseTokenAmount:g,baseTokenAddress:o.baseToken,baseTokenDecimals:parseInt(o.btDecimals)||18,swapMarketFee:c,marketFeeAddress:E.publishMarketFeeAddress};if(1===y){const t=await Wa(e,r,await e.getAddress(),o.baseToken,r.fixedRateExchangeAddress,g,!1);if(!("number"!=typeof t?await t.wait():t))throw new Error(`Failed to approve ${o.baseToken} !`);const s=await i.buyDatatokens(o.exchangeId,"1",g,E.publishMarketFeeAddress,c);if(!await s.wait())throw new Error("Failed to buy datatoken from fixed rate!");return await n.startOrder(f[u].address,T.consumer,T.serviceIndex,T._providerFee,T._consumeMarketFee)}if(2===y||4===y){const t=await Wa(e,r,await e.getAddress(),o.baseToken,f[u].address,g,!1);if(!t)throw new Error(`Failed to approve ${o.baseToken} !`);if(!("number"!=typeof t?await t.wait():t))throw new Error("Failed to confirm/mine approval transaction!");return await n.buyFromFreAndOrder(f[u].address,T,p)}break}default:throw new Error("Pricing schema not supported !")}}const ao=8996;function oo(t){const e=(new wt).getConfig(t);return e&&"oasis"===e.sdk}async function co(t,e,n,i,s,o,u=!0,l,h,d,g,p,w,m,y){var b,v;const E=I.getDDOClass(o),{indexedMetadata:S}=E.getAssetFields(),A=(null==(b=E.getDDOData())||null==(b=b.stats)||null==(b=b.price)?void 0:b.value)||(null==S||null==(v=S.stats[0])||null==(v=v.prices[0])?void 0:v.price);let{chainId:T,nftAddress:k}=E.getDDOFields();const{services:C}=E.getDDOFields();if("string"!=typeof s&&"number"!=typeof s)throw new Error('Invalid template! Must be a "number" or a "string"');const O=(await n.provider.getNetwork()).chainId;if(T&&T!==Number(O))throw new Error("Chain ID from DDO is different than the configured network.");const F=(new wt).getConfig(parseInt(String(O)));let D=await Vt(n,F.nftFactoryAddress,s,Number(O));if(D<1){if(8996!==Number(O))throw new Error(`Invalid template index: ${D}`);D=1}const N=new qt(n,Number(O)),P=new Gt(F.nftFactoryAddress,n,Number(O)),L=await n.getAddress(),U={name:t,symbol:e,templateIndex:1,tokenURI:"aaa",transferable:!0,owner:L},R={templateIndex:D,cap:"100000",feeAmount:"0",paymentCollector:L,feeToken:h||F.oceanTokenAddress,minter:L,mpFeeAddress:Nt},M={nftAddress:"0x0",datatokenAddress:"0x0",files:i};let B;"oasis"===F.sdk&&(R.filesObject=M,R.accessListFactory=g||F.accessListFactory,R.allowAccessList=p,R.denyAccessList=w);try{if(A)if("0"===A.toString()){const t={dispenserAddress:F.dispenserAddress,maxTokens:"1",maxBalance:"100000000",withMint:!0,allowedSwapper:Nt};B=await P.createNftWithDatatokenWithDispenser(U,R,t)}else{const t=m||F.oceanTokenAddress;y||(y=await Tt(this.signer,t));const e={fixedRateAddress:F.fixedRateExchangeAddress,baseTokenAddress:t,owner:L,marketFeeCollector:L,baseTokenDecimals:y,datatokenDecimals:18,fixedRate:A.toString(),marketFee:"0",allowedConsumer:L,withMint:!0};B=await P.createNftWithDatatokenWithFixedRate(U,R,e)}else B=await P.createNftWithDatatoken(U,R)}catch(t){return console.log("ERROR creating NFT bundle",t),null}const _=await B.wait(),G=Ct(_,"NFTCreated"),j=Ct(_,"TokenCreated"),$=G.args.newTokenAddress,V=j.args.newTokenAddress;if(M.datatokenAddress=V,M.nftAddress=$,"oasis"===F.sdk){const t=new r.Contract(V,x.abi,n);try{const e=await t.setFilesObject(a(JSON.stringify(M)));e.wait&&await e.wait()}catch(t){return console.log("Error updating files object with data token and nft addresses: ",t),null}}C[0].files="oasis"===F.sdk?"":await qa.encrypt(M,Number(O),l,n,null),C[0].datatokenAddress=V,C[0].serviceEndpoint=l,k=$;const q=E.makeDid(k,T.toString());let z,H,K;if(o=E.updateFields({id:q,nftAddress:k}),u)z=await qa.encrypt(o,Number(O),l,n,null),H=(await d.validate(o,n,l)).hash,K=2;else{const t=JSON.stringify(o),e=Buffer.from(t);z=c(e),H="0x"+X("sha256").update(z).digest("hex"),K=0}return await N.setMetadata(k,await n.getAddress(),0,l,"",f(K),z,H),o.id}async function uo(t,e,n){const i=new r.Contract(t,C.abi,e),s=await e.getAddress();try{const t=await i.deployAccessListContract("AllowList","ALLOW",!0,s,n||[s],["https://oceanprotocol.com/nft/"]);if(t&&t.wait)return Ct(await t.wait(),"NewAccessList").args[0]}catch(t){console.log("ERROR createAccessListFactory(): ",t)}return null}export{Kt as AccessListContract,Zt as AccesslistFactory,za as Aquarius,rt as Config,wt as ConfigHelper,ao as DEVELOPMENT_CHAIN_ID,zt as Datatoken,Ht as Datatoken4,It as Dispenser,tt as EncryptMethod,Wt as EnterpriseFeeCollectorContract,Jt as EscrowContract,Ut as FEE_HISTORY_NOT_SUPPORTED,Q as FileObjectType,Rt as FixedRateExchange,Pt as GASLIMIT_DEFAULT,gt as KNOWN_CONFIDENTIAL_EVMS,ut as LogLevel,lt as Logger,ht as LoggerInstance,Lt as MAX_UINT_256,qt as Nft,Gt as NftFactory,La as OCEAN_P2P_PROTOCOL,et as PROTOCOL_COMMANDS,Va as Provider,qa as ProviderInstance,Mt as Router,Ft as SmartContract,Dt as SmartContractWithAddress,Nt as ZERO_ADDRESS,Qa as allowance,eo as allowanceWei,kt as amountToUnits,Wa as approve,Ya as approveWei,to as balance,Vt as calculateActiveTemplateIndex,ft as configHelperNetworks,uo as createAccessListFactory,co as createAsset,ro as decimals,Ja as downloadFile,Za as downloadFileBrowser,Ha as generateDid,_t as generateDtName,io as getErrorMessage,Ct as getEventFromTx,At as getFairGasPrice,Ka as getHash,pt as getNodeEndpointConfig,jt as getOceanArtifactsAddresses,$t as getOceanArtifactsAddressesByChainId,Tt as getTokenDecimals,Xt as isDefined,$a as isP2pUri,mt as minAbi,so as orderAsset,Ot as sendTx,St as setContractDefaults,Qt as signHash,te as signRequest,Yt as sleep,Xa as transfer,xt as unitsToAmount,oo as useOasisSDK};
|
|
4
|
-
//# sourceMappingURL=lib.modern.js.map
|