@aptos-labs/ts-sdk 5.1.0 → 5.1.1
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/common/{account-BW99GTa5.d.ts → account-Dr4y1uZG.d.ts} +1 -0
- package/dist/common/chunk-A2XB7TVI.js.map +1 -1
- package/dist/common/cli/index.d.ts +1 -1
- package/dist/common/cli/index.js.map +1 -1
- package/dist/common/index.d.ts +2 -2
- package/dist/common/index.js +2 -2
- package/dist/common/index.js.map +1 -1
- package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
- package/dist/esm/account/AbstractedAccount.mjs +1 -1
- package/dist/esm/account/Account.mjs +1 -1
- package/dist/esm/account/AccountUtils.mjs +1 -1
- package/dist/esm/account/DerivableAbstractedAccount.mjs +1 -1
- package/dist/esm/account/Ed25519Account.mjs +1 -1
- package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
- package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
- package/dist/esm/account/KeylessAccount.mjs +1 -1
- package/dist/esm/account/MultiEd25519Account.mjs +1 -1
- package/dist/esm/account/MultiKeyAccount.mjs +1 -1
- package/dist/esm/account/SingleKeyAccount.mjs +1 -1
- package/dist/esm/account/index.mjs +1 -1
- package/dist/esm/account/utils.mjs +1 -1
- package/dist/esm/api/account/abstraction.mjs +1 -1
- package/dist/esm/api/account.mjs +1 -1
- package/dist/esm/api/ans.mjs +1 -1
- package/dist/esm/api/aptos.mjs +1 -1
- package/dist/esm/api/aptosConfig.mjs +1 -1
- package/dist/esm/api/coin.mjs +1 -1
- package/dist/esm/api/digitalAsset.mjs +1 -1
- package/dist/esm/api/faucet.mjs +1 -1
- package/dist/esm/api/fungibleAsset.mjs +1 -1
- package/dist/esm/api/general.mjs +1 -1
- package/dist/esm/api/index.mjs +1 -1
- package/dist/esm/api/keyless.mjs +1 -1
- package/dist/esm/api/object.mjs +1 -1
- package/dist/esm/api/staking.mjs +1 -1
- package/dist/esm/api/table.mjs +1 -1
- package/dist/esm/api/transaction.mjs +1 -1
- package/dist/esm/api/transactionSubmission/build.mjs +1 -1
- package/dist/esm/api/transactionSubmission/management.mjs +1 -1
- package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
- package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
- package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
- package/dist/esm/api/utils.mjs +1 -1
- package/dist/esm/bcs/index.mjs +1 -1
- package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
- package/dist/esm/{chunk-4AI7KQQ7.mjs → chunk-3LJVXUPB.mjs} +2 -2
- package/dist/esm/{chunk-AMXZQPUQ.mjs → chunk-57YZ7I7V.mjs} +2 -2
- package/dist/esm/{chunk-RCSJFTST.mjs → chunk-7ZESTCBD.mjs} +2 -2
- package/dist/esm/{chunk-WHSTLR3F.mjs → chunk-ADJMFL73.mjs} +2 -2
- package/dist/esm/{chunk-QP2BY4PK.mjs → chunk-CZDNBI5K.mjs} +2 -2
- package/dist/esm/{chunk-SJDCGNWU.mjs → chunk-DHCGYW3W.mjs} +2 -2
- package/dist/esm/chunk-EMR3S3VO.mjs +2 -0
- package/dist/esm/chunk-EMR3S3VO.mjs.map +1 -0
- package/dist/esm/chunk-GUPVZIYS.mjs +2 -0
- package/dist/esm/{chunk-CIJA7ONS.mjs.map → chunk-GUPVZIYS.mjs.map} +1 -1
- package/dist/esm/{chunk-7EER7GWV.mjs → chunk-KB4XOTCR.mjs} +2 -2
- package/dist/esm/{chunk-JABP65XD.mjs → chunk-O26BHE5H.mjs} +2 -2
- package/dist/esm/{chunk-L72TIN7T.mjs → chunk-PGUSBALH.mjs} +3 -3
- package/dist/esm/{chunk-L72TIN7T.mjs.map → chunk-PGUSBALH.mjs.map} +1 -1
- package/dist/esm/{chunk-6OWBKU7N.mjs → chunk-TSEAIF34.mjs} +2 -2
- package/dist/esm/{chunk-M3AO73ZL.mjs → chunk-TT3MPSBB.mjs} +2 -2
- package/dist/esm/{chunk-2XQKGWHQ.mjs → chunk-V74WPKSY.mjs} +2 -2
- package/dist/esm/client/core.mjs +1 -1
- package/dist/esm/client/get.mjs +1 -1
- package/dist/esm/client/index.mjs +1 -1
- package/dist/esm/client/post.mjs +1 -1
- package/dist/esm/core/crypto/abstraction.mjs +1 -1
- package/dist/esm/core/crypto/deserializationUtils.mjs +1 -1
- package/dist/esm/core/crypto/ed25519.mjs +1 -1
- package/dist/esm/core/crypto/ephemeral.mjs +1 -1
- package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
- package/dist/esm/core/crypto/index.mjs +1 -1
- package/dist/esm/core/crypto/keyless.mjs +1 -1
- package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
- package/dist/esm/core/crypto/multiKey.mjs +1 -1
- package/dist/esm/core/crypto/proof.mjs +1 -1
- package/dist/esm/core/crypto/publicKey.mjs +1 -1
- package/dist/esm/core/crypto/secp256k1.mjs +1 -1
- package/dist/esm/core/crypto/secp256r1.mjs +1 -1
- package/dist/esm/core/crypto/signature.mjs +1 -1
- package/dist/esm/core/crypto/singleKey.mjs +1 -1
- package/dist/esm/core/crypto/utils.mjs +1 -1
- package/dist/esm/core/index.mjs +1 -1
- package/dist/esm/errors/index.mjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/internal/abstraction.mjs +1 -1
- package/dist/esm/internal/account.mjs +1 -1
- package/dist/esm/internal/ans.mjs +1 -1
- package/dist/esm/internal/coin.mjs +1 -1
- package/dist/esm/internal/digitalAsset.mjs +1 -1
- package/dist/esm/internal/faucet.mjs +1 -1
- package/dist/esm/internal/fungibleAsset.mjs +1 -1
- package/dist/esm/internal/general.mjs +1 -1
- package/dist/esm/internal/keyless.mjs +1 -1
- package/dist/esm/internal/object.mjs +1 -1
- package/dist/esm/internal/staking.mjs +1 -1
- package/dist/esm/internal/table.mjs +1 -1
- package/dist/esm/internal/transaction.mjs +1 -1
- package/dist/esm/internal/transactionSubmission.mjs +1 -1
- package/dist/esm/internal/utils/index.mjs +1 -1
- package/dist/esm/internal/utils/utils.mjs +1 -1
- package/dist/esm/internal/view.mjs +1 -1
- package/dist/esm/transactions/authenticator/account.mjs +1 -1
- package/dist/esm/transactions/authenticator/index.mjs +1 -1
- package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
- package/dist/esm/transactions/index.mjs +1 -1
- package/dist/esm/transactions/instances/index.mjs +1 -1
- package/dist/esm/transactions/instances/moduleId.mjs +1 -1
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
- package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
- package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
- package/dist/esm/transactions/management/index.mjs +1 -1
- package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
- package/dist/esm/transactions/typeTag/index.mjs +1 -1
- package/dist/esm/transactions/typeTag/parser.mjs +1 -1
- package/dist/esm/utils/apiEndpoints.d.mts +1 -0
- package/dist/esm/utils/apiEndpoints.mjs +1 -1
- package/dist/esm/utils/index.mjs +1 -1
- package/dist/esm/utils/normalizeBundle.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/src/internal/ans.ts +1 -0
- package/src/utils/apiEndpoints.ts +7 -0
- package/src/version.ts +1 -1
- package/dist/esm/chunk-4RXKALLC.mjs +0 -2
- package/dist/esm/chunk-4RXKALLC.mjs.map +0 -1
- package/dist/esm/chunk-CIJA7ONS.mjs +0 -2
- /package/dist/esm/{chunk-4AI7KQQ7.mjs.map → chunk-3LJVXUPB.mjs.map} +0 -0
- /package/dist/esm/{chunk-AMXZQPUQ.mjs.map → chunk-57YZ7I7V.mjs.map} +0 -0
- /package/dist/esm/{chunk-RCSJFTST.mjs.map → chunk-7ZESTCBD.mjs.map} +0 -0
- /package/dist/esm/{chunk-WHSTLR3F.mjs.map → chunk-ADJMFL73.mjs.map} +0 -0
- /package/dist/esm/{chunk-QP2BY4PK.mjs.map → chunk-CZDNBI5K.mjs.map} +0 -0
- /package/dist/esm/{chunk-SJDCGNWU.mjs.map → chunk-DHCGYW3W.mjs.map} +0 -0
- /package/dist/esm/{chunk-7EER7GWV.mjs.map → chunk-KB4XOTCR.mjs.map} +0 -0
- /package/dist/esm/{chunk-JABP65XD.mjs.map → chunk-O26BHE5H.mjs.map} +0 -0
- /package/dist/esm/{chunk-6OWBKU7N.mjs.map → chunk-TSEAIF34.mjs.map} +0 -0
- /package/dist/esm/{chunk-M3AO73ZL.mjs.map → chunk-TT3MPSBB.mjs.map} +0 -0
- /package/dist/esm/{chunk-2XQKGWHQ.mjs.map → chunk-V74WPKSY.mjs.map} +0 -0
package/dist/common/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } function _optionalChainDelete(ops) { const result = _optionalChain(ops); return result == null ? true : result; }var _chunkA2XB7TVIjs = require('./chunk-A2XB7TVI.js');var v=class n{constructor(e){this.buffer=new ArrayBuffer(e.length),new Uint8Array(this.buffer).set(e,0),this.offset=0}static fromHex(e){let t=_chunkA2XB7TVIjs.j.hexInputToUint8Array(e);return new n(t)}read(e){if(this.offset+e>this.buffer.byteLength)throw new Error("Reached to the end of buffer");let t=this.buffer.slice(this.offset,this.offset+e);return this.offset+=e,t}remaining(){return this.buffer.byteLength-this.offset}assertFinished(){if(this.remaining()!==0)throw new Error("Buffer has remaining bytes")}deserializeStr(){let e=this.deserializeBytes();return new TextDecoder().decode(e)}deserializeOptionStr(){return this.deserializeOption("string")}deserializeOption(e,t){if(this.deserializeBool()){if(e==="string")return this.deserializeStr();if(e==="bytes")return this.deserializeBytes();if(e==="fixedBytes"){if(t===void 0)throw new Error("Fixed bytes length not provided");return this.deserializeFixedBytes(t)}return this.deserialize(e)}}deserializeBytes(){let e=this.deserializeUleb128AsU32();return new Uint8Array(this.read(e))}deserializeFixedBytes(e){return new Uint8Array(this.read(e))}deserializeBool(){let e=new Uint8Array(this.read(1))[0];if(e!==1&&e!==0)throw new Error("Invalid boolean value");return e===1}deserializeU8(){return new DataView(this.read(1)).getUint8(0)}deserializeU16(){return new DataView(this.read(2)).getUint16(0,!0)}deserializeU32(){return new DataView(this.read(4)).getUint32(0,!0)}deserializeU64(){let e=this.deserializeU32(),t=this.deserializeU32();return BigInt(BigInt(t)<<BigInt(32)|BigInt(e))}deserializeU128(){let e=this.deserializeU64(),t=this.deserializeU64();return BigInt(t<<BigInt(64)|e)}deserializeU256(){let e=this.deserializeU128(),t=this.deserializeU128();return BigInt(t<<BigInt(128)|e)}deserializeUleb128AsU32(){let e=BigInt(0),t=0;for(;e<_chunkA2XB7TVIjs.d;){let r=this.deserializeU8();if(e|=BigInt(r&127)<<BigInt(t),(r&128)===0)break;t+=7}if(e>_chunkA2XB7TVIjs.d)throw new Error("Overflow while parsing uleb128-encoded uint32 value");return Number(e)}deserialize(e){return e.deserialize(this)}deserializeVector(e){let t=this.deserializeUleb128AsU32(),r=new Array;for(let i=0;i<t;i+=1)r.push(this.deserialize(e));return r}};var Ke=class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),this.value=_chunkA2XB7TVIjs.j.fromHexInput(e).toUint8Array()}serialize(e){e.serializeFixedBytes(this.value)}serializeForEntryFunction(e){e.serialize(this)}serializeForScriptFunction(e){e.serialize(this)}static deserialize(e,t){let r=e.deserializeFixedBytes(t);return new n(r)}};var ar=class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),this.value=new Ke(e)}serialize(e){e.serialize(this.value)}serializeForEntryFunction(e){e.serializeU32AsUleb128(this.value.value.length),e.serialize(this)}static deserialize(e,t){let r=Ke.deserialize(e,t);return new n(r.value)}};var D=class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.n.call(void 0, e),this.value=e}serialize(e){e.serializeBool(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(5),e.serialize(this)}deserialize(e){return new we(e.deserializeU256())}static deserialize(e){return new n(e.deserializeBool())}},Z= exports.U8 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,0,_chunkA2XB7TVIjs.b),this.value=e}serialize(e){e.serializeU8(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(0),e.serialize(this)}static deserialize(e){return new n(e.deserializeU8())}},Re= exports.U16 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,0,_chunkA2XB7TVIjs.c),this.value=e}serialize(e){e.serializeU16(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(6),e.serialize(this)}static deserialize(e){return new n(e.deserializeU16())}},Ue= exports.U32 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,0,_chunkA2XB7TVIjs.d),this.value=e}serialize(e){e.serializeU32(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(7),e.serialize(this)}static deserialize(e){return new n(e.deserializeU32())}},$= exports.U64 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,BigInt(0),_chunkA2XB7TVIjs.e),this.value=BigInt(e)}serialize(e){e.serializeU64(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(1),e.serialize(this)}static deserialize(e){return new n(e.deserializeU64())}},ke= exports.U128 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,BigInt(0),_chunkA2XB7TVIjs.f),this.value=BigInt(e)}serialize(e){e.serializeU128(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(2),e.serialize(this)}static deserialize(e){return new n(e.deserializeU128())}},we= exports.U256 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,BigInt(0),_chunkA2XB7TVIjs.g),this.value=BigInt(e)}serialize(e){e.serializeU256(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(8),e.serialize(this)}static deserialize(e){return new n(e.deserializeU256())}};var S=class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),this.values=e}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){if(this.values[0]!==void 0&&!(this.values[0]instanceof Z)){new _n(this.bcsToBytes()).serializeForScriptFunction(e);return}e.serializeU32AsUleb128(4),e.serialize(this)}static U8(e){let t;if(Array.isArray(e)&&e.length===0)t=[];else if(Array.isArray(e)&&typeof e[0]=="number")t=e;else if(typeof e=="string"){let r=_chunkA2XB7TVIjs.j.fromHexInput(e);t=Array.from(r.toUint8Array())}else if(e instanceof Uint8Array)t=Array.from(e);else throw new Error("Invalid input type, must be an number[], Uint8Array, or hex string");return new n(t.map(r=>new Z(r)))}static U16(e){return new n(e.map(t=>new Re(t)))}static U32(e){return new n(e.map(t=>new Ue(t)))}static U64(e){return new n(e.map(t=>new $(t)))}static U128(e){return new n(e.map(t=>new ke(t)))}static U256(e){return new n(e.map(t=>new we(t)))}static Bool(e){return new n(e.map(t=>new D(t)))}static MoveString(e){return new n(e.map(t=>new C(t)))}serialize(e){e.serializeVector(this.values)}static deserialize(e,t){let r=e.deserializeUleb128AsU32(),i=new Array;for(let o=0;o<r;o+=1)i.push(t.deserialize(e));return new n(i)}},_n= exports.Serialized =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),this.value=_chunkA2XB7TVIjs.j.fromHexInput(e).toUint8Array()}serialize(e){e.serializeBytes(this.value)}serializeForEntryFunction(e){this.serialize(e)}serializeForScriptFunction(e){e.serializeU32AsUleb128(9),this.serialize(e)}static deserialize(e){return new n(e.deserializeBytes())}toMoveVector(e){let t=new v(this.bcsToBytes());t.deserializeUleb128AsU32();let r=t.deserializeVector(e);return new S(r)}},C= exports.MoveString =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),this.value=e}serialize(e){e.serializeStr(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){let r=new TextEncoder().encode(this.value);S.U8(r).serializeForScriptFunction(e)}static deserialize(e){return new n(e.deserializeStr())}},ne= exports.MoveOption =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),typeof e<"u"&&e!==null?this.vec=new S([e]):this.vec=new S([]),[this.value]=this.vec.values}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}unwrap(){if(this.isSome())return this.vec.values[0];throw new Error("Called unwrap on a MoveOption with no value")}isSome(){return this.vec.values.length===1}serialize(e){this.vec.serialize(e)}static U8(e){return new n(e!=null?new Z(e):void 0)}static U16(e){return new n(e!=null?new Re(e):void 0)}static U32(e){return new n(e!=null?new Ue(e):void 0)}static U64(e){return new n(e!=null?new $(e):void 0)}static U128(e){return new n(e!=null?new ke(e):void 0)}static U256(e){return new n(e!=null?new we(e):void 0)}static Bool(e){return new n(e!=null?new D(e):void 0)}static MoveString(e){return new n(e!=null?new C(e):void 0)}static deserialize(e,t){let r=S.deserialize(e,t);return new n(r.values[0])}};var _sha3 = require('@noble/hashes/sha3');var ht=class ht extends _chunkA2XB7TVIjs.l{constructor(e){super();let{data:t}=e,r=_chunkA2XB7TVIjs.j.fromHexInput(t);if(r.toUint8Array().length!==ht.LENGTH)throw new Error(`Authentication Key length should be ${ht.LENGTH}`);this.data=r}serialize(e){e.serializeFixedBytes(this.data.toUint8Array())}static deserialize(e){let t=e.deserializeFixedBytes(ht.LENGTH);return new ht({data:t})}toUint8Array(){return this.data.toUint8Array()}static fromSchemeAndBytes(e){let{scheme:t,input:r}=e,i=_chunkA2XB7TVIjs.j.fromHexInput(r).toUint8Array(),o=new Uint8Array([...i,t]),s=_sha3.sha3_256.create();s.update(o);let a=s.digest();return new ht({data:a})}static fromPublicKeyAndScheme(e){let{publicKey:t}=e;return t.authKey()}static fromPublicKey(e){let{publicKey:t}=e;return t.authKey()}derivedAddress(){return new (0, _chunkA2XB7TVIjs.ba)(this.data.toUint8Array())}};ht.LENGTH=32;var V=ht;var Ze=class extends _chunkA2XB7TVIjs.l{async verifySignatureAsync(e){return this.verifySignature(e)}toUint8Array(){return this.bcsToBytes()}toString(){let e=this.toUint8Array();return _chunkA2XB7TVIjs.j.fromHexInput(e).toString()}},ae= exports.AccountPublicKey =class extends Ze{};var F=class extends _chunkA2XB7TVIjs.l{toUint8Array(){return this.bcsToBytes()}toString(){let e=this.toUint8Array();return _chunkA2XB7TVIjs.j.fromHexInput(e).toString()}};var xn=class n extends F{constructor(e){super(),this.value=_chunkA2XB7TVIjs.j.fromHexInput(e).toUint8Array()}serialize(e){e.serializeBytes(this.value)}static deserialize(e){return new n(e.deserializeBytes())}},cr= exports.AbstractPublicKey =class extends ae{constructor(e){super(),this.accountAddress=e}authKey(){return new V({data:this.accountAddress.toUint8Array()})}verifySignature(e){throw new Error("This function is not implemented for AbstractPublicKey.")}async verifySignatureAsync(e){throw new Error("This function is not implemented for AbstractPublicKey.")}serialize(e){throw new Error("This function is not implemented for AbstractPublicKey.")}};var _ed25519 = require('@noble/curves/ed25519');var _hmac = require('@noble/hashes/hmac');var _sha512 = require('@noble/hashes/sha512');var _bip39 = require('@scure/bip39'); var Uo = _interopRequireWildcard(_bip39);var Fc=/^m\/44'\/637'\/[0-9]+'\/[0-9]+'\/[0-9]+'?$/,Oc= exports.APTOS_BIP44_REGEX =/^m\/44'\/637'\/[0-9]+'\/[0-9]+\/[0-9]+$/,Gc= exports.KeyType =(e=>(e.ED25519="ed25519 seed",e))(Gc||{}),ko= exports.HARDENED_OFFSET =2147483648;function zo(n){return Oc.test(n)}function No(n){return Fc.test(n)}var gi=(n,e)=>{let t=_hmac.hmac.create(_sha512.sha512,n).update(e).digest();return{key:t.slice(0,32),chainCode:t.slice(32)}},Do= exports.CKDPriv =({key:n,chainCode:e},t)=>{let r=new ArrayBuffer(4);new DataView(r).setUint32(0,t);let i=new Uint8Array(r),o=new Uint8Array([0]),s=new Uint8Array([...o,...n,...i]);return gi(e,s)},Bc=n=>n.replace(/'/g,""),Fo= exports.splitPath =n=>n.split("/").slice(1).map(Bc),ur= exports.mnemonicToSeed =n=>{let e=n.trim().split(/\s+/).map(t=>t.toLowerCase()).join(" ");return Uo.mnemonicToSeedSync(e)};var In=class In{static formatPrivateKey(e,t){let r=In.AIP80_PREFIXES[t],i=e;return typeof i=="string"&&i.startsWith(r)&&(i=i.split("-")[2]),`${r}${_chunkA2XB7TVIjs.j.fromHexInput(i).toString()}`}static parseHexInput(e,t,r){let i,o=In.AIP80_PREFIXES[t];if(typeof e=="string")if(!r&&!e.startsWith(o))i=_chunkA2XB7TVIjs.j.fromHexInput(e),r!==!1&&console.warn("[Aptos SDK] It is recommended that private keys are AIP-80 compliant (https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-80.md). You can fix the private key by formatting it with `PrivateKey.formatPrivateKey(privateKey: string, type: 'ed25519' | 'secp256k1'): string`.");else if(e.startsWith(o))i=_chunkA2XB7TVIjs.j.fromHexString(e.split("-")[2]);else throw r?new Error("Invalid HexString input while parsing private key. Must AIP-80 compliant string."):new Error("Invalid HexString input while parsing private key.");else i=_chunkA2XB7TVIjs.j.fromHexInput(e);return i}};In.AIP80_PREFIXES={ed25519:"ed25519-priv-",secp256k1:"secp256k1-priv-",secp256r1:"secp256r1-priv-"};var Se=In;var _jwtdecode = require('jwt-decode');var bt=class n extends Ze{constructor(e){super();let t=e.constructor.name;switch(t){case E.name:this.publicKey=e,this.variant=0;break;default:throw new Error(`Unsupported key for EphemeralPublicKey - ${t}`)}}verifySignature(e){let{message:t,signature:r}=e;return this.publicKey.verifySignature({message:t,signature:r.signature})}async verifySignatureAsync(e){return this.verifySignature(e)}serialize(e){if(this.publicKey instanceof E)e.serializeU32AsUleb128(0),this.publicKey.serialize(e);else throw new Error("Unknown public key type")}static deserialize(e){let t=e.deserializeUleb128AsU32();switch(t){case 0:return new n(E.deserialize(e));default:throw new Error(`Unknown variant index for EphemeralPublicKey: ${t}`)}}static isPublicKey(e){return e instanceof n}},He= exports.EphemeralSignature =class n extends F{constructor(e){super();let t=e.constructor.name;switch(t){case R.name:this.signature=e;break;default:throw new Error(`Unsupported signature for EphemeralSignature - ${t}`)}}static fromHex(e){let t=_chunkA2XB7TVIjs.j.fromHexInput(e),r=new v(t.toUint8Array());return n.deserialize(r)}serialize(e){if(this.signature instanceof R)e.serializeU32AsUleb128(0),this.signature.serialize(e);else throw new Error("Unknown signature type")}static deserialize(e){let t=e.deserializeUleb128AsU32();switch(t){case 0:return new n(R.deserialize(e));default:throw new Error(`Unknown variant index for EphemeralSignature: ${t}`)}}};var _poseidonlite = require('poseidon-lite');var yi=[_poseidonlite.poseidon1,_poseidonlite.poseidon2,_poseidonlite.poseidon3,_poseidonlite.poseidon4,_poseidonlite.poseidon5,_poseidonlite.poseidon6,_poseidonlite.poseidon7,_poseidonlite.poseidon8,_poseidonlite.poseidon9,_poseidonlite.poseidon10,_poseidonlite.poseidon11,_poseidonlite.poseidon12,_poseidonlite.poseidon13,_poseidonlite.poseidon14,_poseidonlite.poseidon15,_poseidonlite.poseidon16],Go=31,ru=16,Oo=(ru-1)*Go;function Le(n,e){let r=new TextEncoder().encode(n);return iu(r,e)}function iu(n,e){if(n.length>e)throw new Error(`Inputted bytes of length ${n} is longer than ${e}`);let t=Cn(n,e);return Kt(t)}function ou(n,e){if(n.length>e)throw new Error(`Input bytes of length ${n} is longer than ${e}`);let t=cu(n,e);return su(t)}function Cn(n,e){if(n.length>e)throw new Error(`Input bytes of length ${n} is longer than ${e}`);return ou(n,e).concat([BigInt(n.length)])}function su(n){if(n.length>Oo)throw new Error(`Can't pack more than ${Oo}. Was given ${n.length} bytes`);return au(n,Go).map(e=>vt(e))}function au(n,e){let t=[];for(let r=0;r<n.length;r+=e)t.push(n.subarray(r,r+e));return t}function vt(n){let e=BigInt(0);for(let t=n.length-1;t>=0;t-=1)e=e<<BigInt(8)|BigInt(n[t]);return e}function mi(n,e){let t=BigInt(n),r=new Uint8Array(e);for(let i=0;i<e;i+=1)r[i]=Number(t&BigInt(255)),t>>=BigInt(8);return r}function cu(n,e){if(e<n.length)throw new Error("Padded size must be greater than or equal to the input array size.");let t=new Uint8Array(e);t.set(n);for(let r=n.length;r<e;r+=1)t[r]=0;return t}function Kt(n){if(n.length>yi.length)throw new Error(`Unable to hash input of length ${n.length}. Max input length is ${yi.length}`);return yi[n.length-1](n)}var dr=class extends _chunkA2XB7TVIjs.l{};var Bo="5.1.0";var Mo={mainnet:"https://api.mainnet.aptoslabs.com/v1/graphql",testnet:"https://api.testnet.aptoslabs.com/v1/graphql",devnet:"https://api.devnet.aptoslabs.com/v1/graphql",local:"http://127.0.0.1:8090/v1/graphql"},Vo= exports.NetworkToNodeAPI ={mainnet:"https://api.mainnet.aptoslabs.com/v1",testnet:"https://api.testnet.aptoslabs.com/v1",devnet:"https://api.devnet.aptoslabs.com/v1",local:"http://127.0.0.1:8080/v1"},Ho= exports.NetworkToFaucetAPI ={devnet:"https://faucet.devnet.aptoslabs.com",local:"http://127.0.0.1:8081"},fi= exports.NetworkToPepperAPI ={mainnet:"https://api.mainnet.aptoslabs.com/keyless/pepper/v0",testnet:"https://api.testnet.aptoslabs.com/keyless/pepper/v0",devnet:"https://api.devnet.aptoslabs.com/keyless/pepper/v0",local:"https://api.devnet.aptoslabs.com/keyless/pepper/v0"},Ai= exports.NetworkToProverAPI ={mainnet:"https://api.mainnet.aptoslabs.com/keyless/prover/v0",testnet:"https://api.testnet.aptoslabs.com/keyless/prover/v0",devnet:"https://api.devnet.aptoslabs.com/keyless/prover/v0",local:"https://api.devnet.aptoslabs.com/keyless/prover/v0"},hi= exports.Network =(o=>(o.MAINNET="mainnet",o.TESTNET="testnet",o.DEVNET="devnet",o.LOCAL="local",o.CUSTOM="custom",o))(hi||{}),bi= exports.NetworkToChainId ={mainnet:1,testnet:2,local:4},Ol= exports.NetworkToNetworkName ={mainnet:"mainnet",testnet:"testnet",devnet:"devnet",local:"local",custom:"custom"};var Qt=(o=>(o.FULLNODE="Fullnode",o.INDEXER="Indexer",o.FAUCET="Faucet",o.PEPPER="Pepper",o.PROVER="Prover",o))(Qt||{}),Lo= exports.DEFAULT_MAX_GAS_AMOUNT =2e5,qo= exports.DEFAULT_TXN_EXP_SEC_FROM_NOW =20,pr= exports.DEFAULT_TXN_TIMEOUT_SEC =20,Rt= exports.APTOS_COIN ="0x1::aptos_coin::AptosCoin",$o= exports.APTOS_FA ="0x000000000000000000000000000000000000000000000000000000000000000a",Wo= exports.RAW_TRANSACTION_SALT ="APTOS::RawTransaction",Ti= exports.RAW_TRANSACTION_WITH_DATA_SALT ="APTOS::RawTransactionWithData",Qo= exports.ACCOUNT_ABSTRACTION_SIGNING_DATA_SALT ="APTOS::AASigningData",Tt= exports.ProcessorType =(d=>(d.ACCOUNT_RESTORATION_PROCESSOR="account_restoration_processor",d.ACCOUNT_TRANSACTION_PROCESSOR="account_transactions_processor",d.DEFAULT="default_processor",d.EVENTS_PROCESSOR="events_processor",d.FUNGIBLE_ASSET_PROCESSOR="fungible_asset_processor",d.STAKE_PROCESSOR="stake_processor",d.TOKEN_V2_PROCESSOR="token_v2_processor",d.USER_TRANSACTION_PROCESSOR="user_transaction_processor",d.OBJECT_PROCESSOR="objects_processor",d))(Tt||{}),jo= exports.FIREBASE_AUTH_ISS_PATTERN =/^https:\/\/securetoken\.google\.com\/[a-zA-Z0-9-_]+$/;function Jo(n,e){let t=e.bcsToBytes(),r=new v(t);return n.deserialize(r)}var uu=(s=>(s[s.API_ERROR=0]="API_ERROR",s[s.EXTERNAL_API_ERROR=1]="EXTERNAL_API_ERROR",s[s.SESSION_EXPIRED=2]="SESSION_EXPIRED",s[s.INVALID_STATE=3]="INVALID_STATE",s[s.INVALID_SIGNATURE=4]="INVALID_SIGNATURE",s[s.UNKNOWN=5]="UNKNOWN",s))(uu||{}),du= exports.KeylessErrorResolutionTip =(d=>(d.REAUTHENTICATE="Re-authentiate to continue using your keyless account",d.REAUTHENTICATE_UNSURE="Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support",d.UPDATE_REQUEST_PARAMS="Update the invalid request parameters and reauthenticate.",d.RATE_LIMIT_EXCEEDED="Cache the keyless account and reuse it to avoid making too many requests. Keyless accounts are valid until either the EphemeralKeyPair expires, when the JWK is rotated, or when the proof verifying key is changed, whichever comes soonest.",d.SERVER_ERROR="Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",d.CALL_PRECHECK="Call `await account.checkKeylessAccountValidity()` to wait for asyncronous changes and check for account validity before signing or serializing.",d.REINSTANTIATE="Try instantiating the account again. Avoid manipulating the account object directly",d.JOIN_SUPPORT_GROUP="For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",d.UNKNOWN="Error unknown. For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",d))(du||{}),lr= exports.KeylessErrorType =(m=>(m[m.EPHEMERAL_KEY_PAIR_EXPIRED=0]="EPHEMERAL_KEY_PAIR_EXPIRED",m[m.PROOF_NOT_FOUND=1]="PROOF_NOT_FOUND",m[m.ASYNC_PROOF_FETCH_FAILED=2]="ASYNC_PROOF_FETCH_FAILED",m[m.INVALID_PROOF_VERIFICATION_FAILED=3]="INVALID_PROOF_VERIFICATION_FAILED",m[m.INVALID_PROOF_VERIFICATION_KEY_NOT_FOUND=4]="INVALID_PROOF_VERIFICATION_KEY_NOT_FOUND",m[m.INVALID_JWT_SIG=5]="INVALID_JWT_SIG",m[m.INVALID_JWT_JWK_NOT_FOUND=6]="INVALID_JWT_JWK_NOT_FOUND",m[m.INVALID_JWT_ISS_NOT_RECOGNIZED=7]="INVALID_JWT_ISS_NOT_RECOGNIZED",m[m.INVALID_JWT_FEDERATED_ISS_NOT_SUPPORTED=8]="INVALID_JWT_FEDERATED_ISS_NOT_SUPPORTED",m[m.INVALID_TW_SIG_VERIFICATION_FAILED=9]="INVALID_TW_SIG_VERIFICATION_FAILED",m[m.INVALID_TW_SIG_PUBLIC_KEY_NOT_FOUND=10]="INVALID_TW_SIG_PUBLIC_KEY_NOT_FOUND",m[m.INVALID_EXPIRY_HORIZON=11]="INVALID_EXPIRY_HORIZON",m[m.JWT_PARSING_ERROR=12]="JWT_PARSING_ERROR",m[m.JWK_FETCH_FAILED=13]="JWK_FETCH_FAILED",m[m.JWK_FETCH_FAILED_FEDERATED=14]="JWK_FETCH_FAILED_FEDERATED",m[m.RATE_LIMIT_EXCEEDED=15]="RATE_LIMIT_EXCEEDED",m[m.PEPPER_SERVICE_INTERNAL_ERROR=16]="PEPPER_SERVICE_INTERNAL_ERROR",m[m.PEPPER_SERVICE_BAD_REQUEST=17]="PEPPER_SERVICE_BAD_REQUEST",m[m.PEPPER_SERVICE_OTHER=18]="PEPPER_SERVICE_OTHER",m[m.PROVER_SERVICE_INTERNAL_ERROR=19]="PROVER_SERVICE_INTERNAL_ERROR",m[m.PROVER_SERVICE_BAD_REQUEST=20]="PROVER_SERVICE_BAD_REQUEST",m[m.PROVER_SERVICE_OTHER=21]="PROVER_SERVICE_OTHER",m[m.FULL_NODE_CONFIG_LOOKUP_ERROR=22]="FULL_NODE_CONFIG_LOOKUP_ERROR",m[m.FULL_NODE_VERIFICATION_KEY_LOOKUP_ERROR=23]="FULL_NODE_VERIFICATION_KEY_LOOKUP_ERROR",m[m.FULL_NODE_JWKS_LOOKUP_ERROR=24]="FULL_NODE_JWKS_LOOKUP_ERROR",m[m.FULL_NODE_OTHER=25]="FULL_NODE_OTHER",m[m.SIGNATURE_TYPE_INVALID=26]="SIGNATURE_TYPE_INVALID",m[m.SIGNATURE_EXPIRED=27]="SIGNATURE_EXPIRED",m[m.MAX_EXPIRY_HORIZON_EXCEEDED=28]="MAX_EXPIRY_HORIZON_EXCEEDED",m[m.EPHEMERAL_SIGNATURE_VERIFICATION_FAILED=29]="EPHEMERAL_SIGNATURE_VERIFICATION_FAILED",m[m.TRAINING_WHEELS_SIGNATURE_MISSING=30]="TRAINING_WHEELS_SIGNATURE_MISSING",m[m.TRAINING_WHEELS_SIGNATURE_VERIFICATION_FAILED=31]="TRAINING_WHEELS_SIGNATURE_VERIFICATION_FAILED",m[m.PROOF_VERIFICATION_FAILED=32]="PROOF_VERIFICATION_FAILED",m[m.UNKNOWN=33]="UNKNOWN",m))(lr||{}),Xo={0:["The ephemeral keypair has expired.",2,"Re-authentiate to continue using your keyless account"],1:["The required proof could not be found.",3,"Call `await account.checkKeylessAccountValidity()` to wait for asyncronous changes and check for account validity before signing or serializing."],2:["The required proof failed to fetch.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],3:["The provided proof is invalid.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],4:["The verification key used to authenticate was updated.",2,"Re-authentiate to continue using your keyless account"],5:["The JWK was found, but JWT failed verification",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],6:["The JWK required to verify the JWT could not be found. The JWK may have been rotated out.",2,"Re-authentiate to continue using your keyless account"],7:["The JWT issuer is not recognized.",3,"Update the invalid request parameters and reauthenticate."],8:["The JWT issuer is not supported by the Federated Keyless ",0,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],9:["The training wheels signature is invalid.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],10:["The public key used to verify the training wheels signature was not found.",2,"Re-authentiate to continue using your keyless account"],11:["The expiry horizon is invalid.",2,"Re-authentiate to continue using your keyless account"],13:["Failed to fetch JWKS.",1,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],14:["Failed to fetch JWKS for Federated Keyless provider.",1,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],15:["Rate limit exceeded. Too many requests in a short period.",0,"Cache the keyless account and reuse it to avoid making too many requests. Keyless accounts are valid until either the EphemeralKeyPair expires, when the JWK is rotated, or when the proof verifying key is changed, whichever comes soonest."],16:["Internal error from Pepper service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],17:["Bad request sent to Pepper service.",0,"Update the invalid request parameters and reauthenticate."],18:["Unknown error from Pepper service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],19:["Internal error from Prover service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],20:["Bad request sent to Prover service.",0,"Update the invalid request parameters and reauthenticate."],21:["Unknown error from Prover service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],12:["Error when parsing JWT. This should never happen. Join https://t.me/+h5CN-W35yUFiYzkx for support",3,"Try instantiating the account again. Avoid manipulating the account object directly"],22:["Error when looking up on-chain keyless configuration.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],23:["Error when looking up on-chain verification key.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],24:["Error when looking up on-chain JWKS.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],25:["Unknown error from full node.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],26:["The signature is not a valid Keyless signature.",4,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],27:["The ephemeral key pair used to sign the message has expired.",4,"Re-authentiate to continue using your keyless account"],28:["The expiry horizon on the signature exceeds the maximum allowed value.",4,"Re-authentiate to continue using your keyless account"],29:["Failed to verify the ephemeral signature with the ephemeral public key.",4,"Re-authentiate to continue using your keyless account"],30:["The training wheels signature is missing but is required by the Keyless configuration.",4,"Re-authentiate to continue using your keyless account"],31:["Failed to verify the training wheels signature with the training wheels public key.",4,"Re-authentiate to continue using your keyless account"],32:["The proof verification failed.",4,"Re-authentiate to continue using your keyless account"],33:["An unknown error has occurred.",5,"Error unknown. For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"]},_= exports.KeylessError =class n extends Error{constructor(e){let{innerError:t,category:r,resolutionTip:i,type:o,message:s=Xo[o][0],details:a}=e;super(s),this.name="KeylessError",this.innerError=t,this.category=r,this.resolutionTip=i,this.type=o,this.details=a,this.message=n.constructMessage(s,i,t,a)}static constructMessage(e,t,r,i){let o=`
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } function _optionalChainDelete(ops) { const result = _optionalChain(ops); return result == null ? true : result; }var _chunkA2XB7TVIjs = require('./chunk-A2XB7TVI.js');var v=class n{constructor(e){this.buffer=new ArrayBuffer(e.length),new Uint8Array(this.buffer).set(e,0),this.offset=0}static fromHex(e){let t=_chunkA2XB7TVIjs.j.hexInputToUint8Array(e);return new n(t)}read(e){if(this.offset+e>this.buffer.byteLength)throw new Error("Reached to the end of buffer");let t=this.buffer.slice(this.offset,this.offset+e);return this.offset+=e,t}remaining(){return this.buffer.byteLength-this.offset}assertFinished(){if(this.remaining()!==0)throw new Error("Buffer has remaining bytes")}deserializeStr(){let e=this.deserializeBytes();return new TextDecoder().decode(e)}deserializeOptionStr(){return this.deserializeOption("string")}deserializeOption(e,t){if(this.deserializeBool()){if(e==="string")return this.deserializeStr();if(e==="bytes")return this.deserializeBytes();if(e==="fixedBytes"){if(t===void 0)throw new Error("Fixed bytes length not provided");return this.deserializeFixedBytes(t)}return this.deserialize(e)}}deserializeBytes(){let e=this.deserializeUleb128AsU32();return new Uint8Array(this.read(e))}deserializeFixedBytes(e){return new Uint8Array(this.read(e))}deserializeBool(){let e=new Uint8Array(this.read(1))[0];if(e!==1&&e!==0)throw new Error("Invalid boolean value");return e===1}deserializeU8(){return new DataView(this.read(1)).getUint8(0)}deserializeU16(){return new DataView(this.read(2)).getUint16(0,!0)}deserializeU32(){return new DataView(this.read(4)).getUint32(0,!0)}deserializeU64(){let e=this.deserializeU32(),t=this.deserializeU32();return BigInt(BigInt(t)<<BigInt(32)|BigInt(e))}deserializeU128(){let e=this.deserializeU64(),t=this.deserializeU64();return BigInt(t<<BigInt(64)|e)}deserializeU256(){let e=this.deserializeU128(),t=this.deserializeU128();return BigInt(t<<BigInt(128)|e)}deserializeUleb128AsU32(){let e=BigInt(0),t=0;for(;e<_chunkA2XB7TVIjs.d;){let r=this.deserializeU8();if(e|=BigInt(r&127)<<BigInt(t),(r&128)===0)break;t+=7}if(e>_chunkA2XB7TVIjs.d)throw new Error("Overflow while parsing uleb128-encoded uint32 value");return Number(e)}deserialize(e){return e.deserialize(this)}deserializeVector(e){let t=this.deserializeUleb128AsU32(),r=new Array;for(let i=0;i<t;i+=1)r.push(this.deserialize(e));return r}};var Ke=class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),this.value=_chunkA2XB7TVIjs.j.fromHexInput(e).toUint8Array()}serialize(e){e.serializeFixedBytes(this.value)}serializeForEntryFunction(e){e.serialize(this)}serializeForScriptFunction(e){e.serialize(this)}static deserialize(e,t){let r=e.deserializeFixedBytes(t);return new n(r)}};var ar=class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),this.value=new Ke(e)}serialize(e){e.serialize(this.value)}serializeForEntryFunction(e){e.serializeU32AsUleb128(this.value.value.length),e.serialize(this)}static deserialize(e,t){let r=Ke.deserialize(e,t);return new n(r.value)}};var D=class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.n.call(void 0, e),this.value=e}serialize(e){e.serializeBool(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(5),e.serialize(this)}deserialize(e){return new we(e.deserializeU256())}static deserialize(e){return new n(e.deserializeBool())}},Z= exports.U8 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,0,_chunkA2XB7TVIjs.b),this.value=e}serialize(e){e.serializeU8(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(0),e.serialize(this)}static deserialize(e){return new n(e.deserializeU8())}},Re= exports.U16 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,0,_chunkA2XB7TVIjs.c),this.value=e}serialize(e){e.serializeU16(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(6),e.serialize(this)}static deserialize(e){return new n(e.deserializeU16())}},Ue= exports.U32 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,0,_chunkA2XB7TVIjs.d),this.value=e}serialize(e){e.serializeU32(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(7),e.serialize(this)}static deserialize(e){return new n(e.deserializeU32())}},$= exports.U64 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,BigInt(0),_chunkA2XB7TVIjs.e),this.value=BigInt(e)}serialize(e){e.serializeU64(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(1),e.serialize(this)}static deserialize(e){return new n(e.deserializeU64())}},ke= exports.U128 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,BigInt(0),_chunkA2XB7TVIjs.f),this.value=BigInt(e)}serialize(e){e.serializeU128(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(2),e.serialize(this)}static deserialize(e){return new n(e.deserializeU128())}},we= exports.U256 =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),_chunkA2XB7TVIjs.p.call(void 0, e,BigInt(0),_chunkA2XB7TVIjs.g),this.value=BigInt(e)}serialize(e){e.serializeU256(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){e.serializeU32AsUleb128(8),e.serialize(this)}static deserialize(e){return new n(e.deserializeU256())}};var S=class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),this.values=e}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){if(this.values[0]!==void 0&&!(this.values[0]instanceof Z)){new _n(this.bcsToBytes()).serializeForScriptFunction(e);return}e.serializeU32AsUleb128(4),e.serialize(this)}static U8(e){let t;if(Array.isArray(e)&&e.length===0)t=[];else if(Array.isArray(e)&&typeof e[0]=="number")t=e;else if(typeof e=="string"){let r=_chunkA2XB7TVIjs.j.fromHexInput(e);t=Array.from(r.toUint8Array())}else if(e instanceof Uint8Array)t=Array.from(e);else throw new Error("Invalid input type, must be an number[], Uint8Array, or hex string");return new n(t.map(r=>new Z(r)))}static U16(e){return new n(e.map(t=>new Re(t)))}static U32(e){return new n(e.map(t=>new Ue(t)))}static U64(e){return new n(e.map(t=>new $(t)))}static U128(e){return new n(e.map(t=>new ke(t)))}static U256(e){return new n(e.map(t=>new we(t)))}static Bool(e){return new n(e.map(t=>new D(t)))}static MoveString(e){return new n(e.map(t=>new C(t)))}serialize(e){e.serializeVector(this.values)}static deserialize(e,t){let r=e.deserializeUleb128AsU32(),i=new Array;for(let o=0;o<r;o+=1)i.push(t.deserialize(e));return new n(i)}},_n= exports.Serialized =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),this.value=_chunkA2XB7TVIjs.j.fromHexInput(e).toUint8Array()}serialize(e){e.serializeBytes(this.value)}serializeForEntryFunction(e){this.serialize(e)}serializeForScriptFunction(e){e.serializeU32AsUleb128(9),this.serialize(e)}static deserialize(e){return new n(e.deserializeBytes())}toMoveVector(e){let t=new v(this.bcsToBytes());t.deserializeUleb128AsU32();let r=t.deserializeVector(e);return new S(r)}},C= exports.MoveString =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),this.value=e}serialize(e){e.serializeStr(this.value)}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}serializeForScriptFunction(e){let r=new TextEncoder().encode(this.value);S.U8(r).serializeForScriptFunction(e)}static deserialize(e){return new n(e.deserializeStr())}},ne= exports.MoveOption =class n extends _chunkA2XB7TVIjs.l{constructor(e){super(),typeof e<"u"&&e!==null?this.vec=new S([e]):this.vec=new S([]),[this.value]=this.vec.values}serializeForEntryFunction(e){let t=this.bcsToBytes();e.serializeBytes(t)}unwrap(){if(this.isSome())return this.vec.values[0];throw new Error("Called unwrap on a MoveOption with no value")}isSome(){return this.vec.values.length===1}serialize(e){this.vec.serialize(e)}static U8(e){return new n(e!=null?new Z(e):void 0)}static U16(e){return new n(e!=null?new Re(e):void 0)}static U32(e){return new n(e!=null?new Ue(e):void 0)}static U64(e){return new n(e!=null?new $(e):void 0)}static U128(e){return new n(e!=null?new ke(e):void 0)}static U256(e){return new n(e!=null?new we(e):void 0)}static Bool(e){return new n(e!=null?new D(e):void 0)}static MoveString(e){return new n(e!=null?new C(e):void 0)}static deserialize(e,t){let r=S.deserialize(e,t);return new n(r.values[0])}};var _sha3 = require('@noble/hashes/sha3');var ht=class ht extends _chunkA2XB7TVIjs.l{constructor(e){super();let{data:t}=e,r=_chunkA2XB7TVIjs.j.fromHexInput(t);if(r.toUint8Array().length!==ht.LENGTH)throw new Error(`Authentication Key length should be ${ht.LENGTH}`);this.data=r}serialize(e){e.serializeFixedBytes(this.data.toUint8Array())}static deserialize(e){let t=e.deserializeFixedBytes(ht.LENGTH);return new ht({data:t})}toUint8Array(){return this.data.toUint8Array()}static fromSchemeAndBytes(e){let{scheme:t,input:r}=e,i=_chunkA2XB7TVIjs.j.fromHexInput(r).toUint8Array(),o=new Uint8Array([...i,t]),s=_sha3.sha3_256.create();s.update(o);let a=s.digest();return new ht({data:a})}static fromPublicKeyAndScheme(e){let{publicKey:t}=e;return t.authKey()}static fromPublicKey(e){let{publicKey:t}=e;return t.authKey()}derivedAddress(){return new (0, _chunkA2XB7TVIjs.ba)(this.data.toUint8Array())}};ht.LENGTH=32;var V=ht;var Ze=class extends _chunkA2XB7TVIjs.l{async verifySignatureAsync(e){return this.verifySignature(e)}toUint8Array(){return this.bcsToBytes()}toString(){let e=this.toUint8Array();return _chunkA2XB7TVIjs.j.fromHexInput(e).toString()}},ae= exports.AccountPublicKey =class extends Ze{};var F=class extends _chunkA2XB7TVIjs.l{toUint8Array(){return this.bcsToBytes()}toString(){let e=this.toUint8Array();return _chunkA2XB7TVIjs.j.fromHexInput(e).toString()}};var xn=class n extends F{constructor(e){super(),this.value=_chunkA2XB7TVIjs.j.fromHexInput(e).toUint8Array()}serialize(e){e.serializeBytes(this.value)}static deserialize(e){return new n(e.deserializeBytes())}},cr= exports.AbstractPublicKey =class extends ae{constructor(e){super(),this.accountAddress=e}authKey(){return new V({data:this.accountAddress.toUint8Array()})}verifySignature(e){throw new Error("This function is not implemented for AbstractPublicKey.")}async verifySignatureAsync(e){throw new Error("This function is not implemented for AbstractPublicKey.")}serialize(e){throw new Error("This function is not implemented for AbstractPublicKey.")}};var _ed25519 = require('@noble/curves/ed25519');var _hmac = require('@noble/hashes/hmac');var _sha512 = require('@noble/hashes/sha512');var _bip39 = require('@scure/bip39'); var Uo = _interopRequireWildcard(_bip39);var Fc=/^m\/44'\/637'\/[0-9]+'\/[0-9]+'\/[0-9]+'?$/,Oc= exports.APTOS_BIP44_REGEX =/^m\/44'\/637'\/[0-9]+'\/[0-9]+\/[0-9]+$/,Gc= exports.KeyType =(e=>(e.ED25519="ed25519 seed",e))(Gc||{}),ko= exports.HARDENED_OFFSET =2147483648;function zo(n){return Oc.test(n)}function No(n){return Fc.test(n)}var gi=(n,e)=>{let t=_hmac.hmac.create(_sha512.sha512,n).update(e).digest();return{key:t.slice(0,32),chainCode:t.slice(32)}},Do= exports.CKDPriv =({key:n,chainCode:e},t)=>{let r=new ArrayBuffer(4);new DataView(r).setUint32(0,t);let i=new Uint8Array(r),o=new Uint8Array([0]),s=new Uint8Array([...o,...n,...i]);return gi(e,s)},Bc=n=>n.replace(/'/g,""),Fo= exports.splitPath =n=>n.split("/").slice(1).map(Bc),ur= exports.mnemonicToSeed =n=>{let e=n.trim().split(/\s+/).map(t=>t.toLowerCase()).join(" ");return Uo.mnemonicToSeedSync(e)};var In=class In{static formatPrivateKey(e,t){let r=In.AIP80_PREFIXES[t],i=e;return typeof i=="string"&&i.startsWith(r)&&(i=i.split("-")[2]),`${r}${_chunkA2XB7TVIjs.j.fromHexInput(i).toString()}`}static parseHexInput(e,t,r){let i,o=In.AIP80_PREFIXES[t];if(typeof e=="string")if(!r&&!e.startsWith(o))i=_chunkA2XB7TVIjs.j.fromHexInput(e),r!==!1&&console.warn("[Aptos SDK] It is recommended that private keys are AIP-80 compliant (https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-80.md). You can fix the private key by formatting it with `PrivateKey.formatPrivateKey(privateKey: string, type: 'ed25519' | 'secp256k1'): string`.");else if(e.startsWith(o))i=_chunkA2XB7TVIjs.j.fromHexString(e.split("-")[2]);else throw r?new Error("Invalid HexString input while parsing private key. Must AIP-80 compliant string."):new Error("Invalid HexString input while parsing private key.");else i=_chunkA2XB7TVIjs.j.fromHexInput(e);return i}};In.AIP80_PREFIXES={ed25519:"ed25519-priv-",secp256k1:"secp256k1-priv-",secp256r1:"secp256r1-priv-"};var Se=In;var _jwtdecode = require('jwt-decode');var bt=class n extends Ze{constructor(e){super();let t=e.constructor.name;switch(t){case E.name:this.publicKey=e,this.variant=0;break;default:throw new Error(`Unsupported key for EphemeralPublicKey - ${t}`)}}verifySignature(e){let{message:t,signature:r}=e;return this.publicKey.verifySignature({message:t,signature:r.signature})}async verifySignatureAsync(e){return this.verifySignature(e)}serialize(e){if(this.publicKey instanceof E)e.serializeU32AsUleb128(0),this.publicKey.serialize(e);else throw new Error("Unknown public key type")}static deserialize(e){let t=e.deserializeUleb128AsU32();switch(t){case 0:return new n(E.deserialize(e));default:throw new Error(`Unknown variant index for EphemeralPublicKey: ${t}`)}}static isPublicKey(e){return e instanceof n}},He= exports.EphemeralSignature =class n extends F{constructor(e){super();let t=e.constructor.name;switch(t){case R.name:this.signature=e;break;default:throw new Error(`Unsupported signature for EphemeralSignature - ${t}`)}}static fromHex(e){let t=_chunkA2XB7TVIjs.j.fromHexInput(e),r=new v(t.toUint8Array());return n.deserialize(r)}serialize(e){if(this.signature instanceof R)e.serializeU32AsUleb128(0),this.signature.serialize(e);else throw new Error("Unknown signature type")}static deserialize(e){let t=e.deserializeUleb128AsU32();switch(t){case 0:return new n(R.deserialize(e));default:throw new Error(`Unknown variant index for EphemeralSignature: ${t}`)}}};var _poseidonlite = require('poseidon-lite');var yi=[_poseidonlite.poseidon1,_poseidonlite.poseidon2,_poseidonlite.poseidon3,_poseidonlite.poseidon4,_poseidonlite.poseidon5,_poseidonlite.poseidon6,_poseidonlite.poseidon7,_poseidonlite.poseidon8,_poseidonlite.poseidon9,_poseidonlite.poseidon10,_poseidonlite.poseidon11,_poseidonlite.poseidon12,_poseidonlite.poseidon13,_poseidonlite.poseidon14,_poseidonlite.poseidon15,_poseidonlite.poseidon16],Go=31,ru=16,Oo=(ru-1)*Go;function Le(n,e){let r=new TextEncoder().encode(n);return iu(r,e)}function iu(n,e){if(n.length>e)throw new Error(`Inputted bytes of length ${n} is longer than ${e}`);let t=Cn(n,e);return Kt(t)}function ou(n,e){if(n.length>e)throw new Error(`Input bytes of length ${n} is longer than ${e}`);let t=cu(n,e);return su(t)}function Cn(n,e){if(n.length>e)throw new Error(`Input bytes of length ${n} is longer than ${e}`);return ou(n,e).concat([BigInt(n.length)])}function su(n){if(n.length>Oo)throw new Error(`Can't pack more than ${Oo}. Was given ${n.length} bytes`);return au(n,Go).map(e=>vt(e))}function au(n,e){let t=[];for(let r=0;r<n.length;r+=e)t.push(n.subarray(r,r+e));return t}function vt(n){let e=BigInt(0);for(let t=n.length-1;t>=0;t-=1)e=e<<BigInt(8)|BigInt(n[t]);return e}function mi(n,e){let t=BigInt(n),r=new Uint8Array(e);for(let i=0;i<e;i+=1)r[i]=Number(t&BigInt(255)),t>>=BigInt(8);return r}function cu(n,e){if(e<n.length)throw new Error("Padded size must be greater than or equal to the input array size.");let t=new Uint8Array(e);t.set(n);for(let r=n.length;r<e;r+=1)t[r]=0;return t}function Kt(n){if(n.length>yi.length)throw new Error(`Unable to hash input of length ${n.length}. Max input length is ${yi.length}`);return yi[n.length-1](n)}var dr=class extends _chunkA2XB7TVIjs.l{};var Bo="5.1.1";var Mo={mainnet:"https://api.mainnet.aptoslabs.com/v1/graphql",testnet:"https://api.testnet.aptoslabs.com/v1/graphql",devnet:"https://api.devnet.aptoslabs.com/v1/graphql",shelbynet:"https://api.shelbynet.shelby.xyz/v1/graphql",local:"http://127.0.0.1:8090/v1/graphql"},Vo= exports.NetworkToNodeAPI ={mainnet:"https://api.mainnet.aptoslabs.com/v1",testnet:"https://api.testnet.aptoslabs.com/v1",devnet:"https://api.devnet.aptoslabs.com/v1",shelbynet:"https://api.shelbynet.shelby.xyz/v1",local:"http://127.0.0.1:8080/v1"},Ho= exports.NetworkToFaucetAPI ={devnet:"https://faucet.devnet.aptoslabs.com",shelbynet:"https://faucet.shelbynet.shelby.xyz",local:"http://127.0.0.1:8081"},fi= exports.NetworkToPepperAPI ={mainnet:"https://api.mainnet.aptoslabs.com/keyless/pepper/v0",testnet:"https://api.testnet.aptoslabs.com/keyless/pepper/v0",devnet:"https://api.devnet.aptoslabs.com/keyless/pepper/v0",shelbynet:"https://api.devnet.aptoslabs.com/keyless/pepper/v0",local:"https://api.devnet.aptoslabs.com/keyless/pepper/v0"},Ai= exports.NetworkToProverAPI ={mainnet:"https://api.mainnet.aptoslabs.com/keyless/prover/v0",testnet:"https://api.testnet.aptoslabs.com/keyless/prover/v0",devnet:"https://api.devnet.aptoslabs.com/keyless/prover/v0",shelbynet:"https://api.devnet.aptoslabs.com/keyless/prover/v0",local:"https://api.devnet.aptoslabs.com/keyless/prover/v0"},hi= exports.Network =(s=>(s.MAINNET="mainnet",s.TESTNET="testnet",s.DEVNET="devnet",s.SHELBYNET="shelbynet",s.LOCAL="local",s.CUSTOM="custom",s))(hi||{}),bi= exports.NetworkToChainId ={mainnet:1,testnet:2,local:4},Ol= exports.NetworkToNetworkName ={mainnet:"mainnet",testnet:"testnet",devnet:"devnet",shelbynet:"shelbynet",local:"local",custom:"custom"};var Qt=(o=>(o.FULLNODE="Fullnode",o.INDEXER="Indexer",o.FAUCET="Faucet",o.PEPPER="Pepper",o.PROVER="Prover",o))(Qt||{}),Lo= exports.DEFAULT_MAX_GAS_AMOUNT =2e5,qo= exports.DEFAULT_TXN_EXP_SEC_FROM_NOW =20,pr= exports.DEFAULT_TXN_TIMEOUT_SEC =20,Rt= exports.APTOS_COIN ="0x1::aptos_coin::AptosCoin",$o= exports.APTOS_FA ="0x000000000000000000000000000000000000000000000000000000000000000a",Wo= exports.RAW_TRANSACTION_SALT ="APTOS::RawTransaction",Ti= exports.RAW_TRANSACTION_WITH_DATA_SALT ="APTOS::RawTransactionWithData",Qo= exports.ACCOUNT_ABSTRACTION_SIGNING_DATA_SALT ="APTOS::AASigningData",Tt= exports.ProcessorType =(d=>(d.ACCOUNT_RESTORATION_PROCESSOR="account_restoration_processor",d.ACCOUNT_TRANSACTION_PROCESSOR="account_transactions_processor",d.DEFAULT="default_processor",d.EVENTS_PROCESSOR="events_processor",d.FUNGIBLE_ASSET_PROCESSOR="fungible_asset_processor",d.STAKE_PROCESSOR="stake_processor",d.TOKEN_V2_PROCESSOR="token_v2_processor",d.USER_TRANSACTION_PROCESSOR="user_transaction_processor",d.OBJECT_PROCESSOR="objects_processor",d))(Tt||{}),jo= exports.FIREBASE_AUTH_ISS_PATTERN =/^https:\/\/securetoken\.google\.com\/[a-zA-Z0-9-_]+$/;function Jo(n,e){let t=e.bcsToBytes(),r=new v(t);return n.deserialize(r)}var uu=(s=>(s[s.API_ERROR=0]="API_ERROR",s[s.EXTERNAL_API_ERROR=1]="EXTERNAL_API_ERROR",s[s.SESSION_EXPIRED=2]="SESSION_EXPIRED",s[s.INVALID_STATE=3]="INVALID_STATE",s[s.INVALID_SIGNATURE=4]="INVALID_SIGNATURE",s[s.UNKNOWN=5]="UNKNOWN",s))(uu||{}),du= exports.KeylessErrorResolutionTip =(d=>(d.REAUTHENTICATE="Re-authentiate to continue using your keyless account",d.REAUTHENTICATE_UNSURE="Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support",d.UPDATE_REQUEST_PARAMS="Update the invalid request parameters and reauthenticate.",d.RATE_LIMIT_EXCEEDED="Cache the keyless account and reuse it to avoid making too many requests. Keyless accounts are valid until either the EphemeralKeyPair expires, when the JWK is rotated, or when the proof verifying key is changed, whichever comes soonest.",d.SERVER_ERROR="Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",d.CALL_PRECHECK="Call `await account.checkKeylessAccountValidity()` to wait for asyncronous changes and check for account validity before signing or serializing.",d.REINSTANTIATE="Try instantiating the account again. Avoid manipulating the account object directly",d.JOIN_SUPPORT_GROUP="For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",d.UNKNOWN="Error unknown. For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",d))(du||{}),lr= exports.KeylessErrorType =(m=>(m[m.EPHEMERAL_KEY_PAIR_EXPIRED=0]="EPHEMERAL_KEY_PAIR_EXPIRED",m[m.PROOF_NOT_FOUND=1]="PROOF_NOT_FOUND",m[m.ASYNC_PROOF_FETCH_FAILED=2]="ASYNC_PROOF_FETCH_FAILED",m[m.INVALID_PROOF_VERIFICATION_FAILED=3]="INVALID_PROOF_VERIFICATION_FAILED",m[m.INVALID_PROOF_VERIFICATION_KEY_NOT_FOUND=4]="INVALID_PROOF_VERIFICATION_KEY_NOT_FOUND",m[m.INVALID_JWT_SIG=5]="INVALID_JWT_SIG",m[m.INVALID_JWT_JWK_NOT_FOUND=6]="INVALID_JWT_JWK_NOT_FOUND",m[m.INVALID_JWT_ISS_NOT_RECOGNIZED=7]="INVALID_JWT_ISS_NOT_RECOGNIZED",m[m.INVALID_JWT_FEDERATED_ISS_NOT_SUPPORTED=8]="INVALID_JWT_FEDERATED_ISS_NOT_SUPPORTED",m[m.INVALID_TW_SIG_VERIFICATION_FAILED=9]="INVALID_TW_SIG_VERIFICATION_FAILED",m[m.INVALID_TW_SIG_PUBLIC_KEY_NOT_FOUND=10]="INVALID_TW_SIG_PUBLIC_KEY_NOT_FOUND",m[m.INVALID_EXPIRY_HORIZON=11]="INVALID_EXPIRY_HORIZON",m[m.JWT_PARSING_ERROR=12]="JWT_PARSING_ERROR",m[m.JWK_FETCH_FAILED=13]="JWK_FETCH_FAILED",m[m.JWK_FETCH_FAILED_FEDERATED=14]="JWK_FETCH_FAILED_FEDERATED",m[m.RATE_LIMIT_EXCEEDED=15]="RATE_LIMIT_EXCEEDED",m[m.PEPPER_SERVICE_INTERNAL_ERROR=16]="PEPPER_SERVICE_INTERNAL_ERROR",m[m.PEPPER_SERVICE_BAD_REQUEST=17]="PEPPER_SERVICE_BAD_REQUEST",m[m.PEPPER_SERVICE_OTHER=18]="PEPPER_SERVICE_OTHER",m[m.PROVER_SERVICE_INTERNAL_ERROR=19]="PROVER_SERVICE_INTERNAL_ERROR",m[m.PROVER_SERVICE_BAD_REQUEST=20]="PROVER_SERVICE_BAD_REQUEST",m[m.PROVER_SERVICE_OTHER=21]="PROVER_SERVICE_OTHER",m[m.FULL_NODE_CONFIG_LOOKUP_ERROR=22]="FULL_NODE_CONFIG_LOOKUP_ERROR",m[m.FULL_NODE_VERIFICATION_KEY_LOOKUP_ERROR=23]="FULL_NODE_VERIFICATION_KEY_LOOKUP_ERROR",m[m.FULL_NODE_JWKS_LOOKUP_ERROR=24]="FULL_NODE_JWKS_LOOKUP_ERROR",m[m.FULL_NODE_OTHER=25]="FULL_NODE_OTHER",m[m.SIGNATURE_TYPE_INVALID=26]="SIGNATURE_TYPE_INVALID",m[m.SIGNATURE_EXPIRED=27]="SIGNATURE_EXPIRED",m[m.MAX_EXPIRY_HORIZON_EXCEEDED=28]="MAX_EXPIRY_HORIZON_EXCEEDED",m[m.EPHEMERAL_SIGNATURE_VERIFICATION_FAILED=29]="EPHEMERAL_SIGNATURE_VERIFICATION_FAILED",m[m.TRAINING_WHEELS_SIGNATURE_MISSING=30]="TRAINING_WHEELS_SIGNATURE_MISSING",m[m.TRAINING_WHEELS_SIGNATURE_VERIFICATION_FAILED=31]="TRAINING_WHEELS_SIGNATURE_VERIFICATION_FAILED",m[m.PROOF_VERIFICATION_FAILED=32]="PROOF_VERIFICATION_FAILED",m[m.UNKNOWN=33]="UNKNOWN",m))(lr||{}),Xo={0:["The ephemeral keypair has expired.",2,"Re-authentiate to continue using your keyless account"],1:["The required proof could not be found.",3,"Call `await account.checkKeylessAccountValidity()` to wait for asyncronous changes and check for account validity before signing or serializing."],2:["The required proof failed to fetch.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],3:["The provided proof is invalid.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],4:["The verification key used to authenticate was updated.",2,"Re-authentiate to continue using your keyless account"],5:["The JWK was found, but JWT failed verification",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],6:["The JWK required to verify the JWT could not be found. The JWK may have been rotated out.",2,"Re-authentiate to continue using your keyless account"],7:["The JWT issuer is not recognized.",3,"Update the invalid request parameters and reauthenticate."],8:["The JWT issuer is not supported by the Federated Keyless ",0,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],9:["The training wheels signature is invalid.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],10:["The public key used to verify the training wheels signature was not found.",2,"Re-authentiate to continue using your keyless account"],11:["The expiry horizon is invalid.",2,"Re-authentiate to continue using your keyless account"],13:["Failed to fetch JWKS.",1,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],14:["Failed to fetch JWKS for Federated Keyless provider.",1,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],15:["Rate limit exceeded. Too many requests in a short period.",0,"Cache the keyless account and reuse it to avoid making too many requests. Keyless accounts are valid until either the EphemeralKeyPair expires, when the JWK is rotated, or when the proof verifying key is changed, whichever comes soonest."],16:["Internal error from Pepper service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],17:["Bad request sent to Pepper service.",0,"Update the invalid request parameters and reauthenticate."],18:["Unknown error from Pepper service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],19:["Internal error from Prover service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],20:["Bad request sent to Prover service.",0,"Update the invalid request parameters and reauthenticate."],21:["Unknown error from Prover service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],12:["Error when parsing JWT. This should never happen. Join https://t.me/+h5CN-W35yUFiYzkx for support",3,"Try instantiating the account again. Avoid manipulating the account object directly"],22:["Error when looking up on-chain keyless configuration.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],23:["Error when looking up on-chain verification key.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],24:["Error when looking up on-chain JWKS.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],25:["Unknown error from full node.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],26:["The signature is not a valid Keyless signature.",4,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],27:["The ephemeral key pair used to sign the message has expired.",4,"Re-authentiate to continue using your keyless account"],28:["The expiry horizon on the signature exceeds the maximum allowed value.",4,"Re-authentiate to continue using your keyless account"],29:["Failed to verify the ephemeral signature with the ephemeral public key.",4,"Re-authentiate to continue using your keyless account"],30:["The training wheels signature is missing but is required by the Keyless configuration.",4,"Re-authentiate to continue using your keyless account"],31:["Failed to verify the training wheels signature with the training wheels public key.",4,"Re-authentiate to continue using your keyless account"],32:["The proof verification failed.",4,"Re-authentiate to continue using your keyless account"],33:["An unknown error has occurred.",5,"Error unknown. For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"]},_= exports.KeylessError =class n extends Error{constructor(e){let{innerError:t,category:r,resolutionTip:i,type:o,message:s=Xo[o][0],details:a}=e;super(s),this.name="KeylessError",this.innerError=t,this.category=r,this.resolutionTip=i,this.type=o,this.details=a,this.message=n.constructMessage(s,i,t,a)}static constructMessage(e,t,r,i){let o=`
|
|
2
2
|
Message: ${e}`;return i&&(o+=`
|
|
3
3
|
Details: ${i}`),r instanceof Pe?o+=`
|
|
4
4
|
AptosApiError: ${r.message}`:r!==void 0&&(o+=`
|
|
@@ -478,5 +478,5 @@ KeylessErrorResolutionTip: ${t}`,o}static fromErrorType(e){let{error:t,type:r,de
|
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
480
|
}
|
|
481
|
-
`;async function Nr(n){let{aptosConfig:e}=n,{data:t}=await H({aptosConfig:e,originMethod:"getLedgerInfo",path:""});return t}async function ks(n){let{aptosConfig:e,limit:t}=n;return(await w({aptosConfig:e,query:{query:Ps,variables:{limit:t}},originMethod:"getChainTopUserTransactions"})).user_transactions}async function w(n){let{aptosConfig:e,query:t,originMethod:r}=n,{data:i}=await Yo({aptosConfig:e,originMethod:_nullishCoalesce(r, () => ("queryIndexer")),path:"",body:t,overrides:{WITH_CREDENTIALS:!1}});return i}async function Vu(n){let{aptosConfig:e}=n;return(await w({aptosConfig:e,query:{query:Oi},originMethod:"getProcessorStatuses"})).processor_status}async function Dr(n){let e=await Vu({aptosConfig:n.aptosConfig});return BigInt(e[0].last_success_version)}async function Fr(n){let{aptosConfig:e,processorType:t}=n;return(await w({aptosConfig:e,query:{query:Oi,variables:{where_condition:{processor:{_eq:t}}}},originMethod:"getProcessorStatus"})).processor_status[0]}async function Or(n){let{aptosConfig:e,accountAddress:t}=n,{data:r}=await H({aptosConfig:e,originMethod:"getInfo",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}`});return r}async function Ns(n){return _optionalChain([n, 'access', _64 => _64.options, 'optionalAccess', _65 => _65.ledgerVersion])!==void 0?zs(n):qe(async()=>zs(n),`module-${n.accountAddress}-${n.moduleName}`,1e3*60*5)()}async function zs(n){let{aptosConfig:e,accountAddress:t,moduleName:r,options:i}=n,{data:o}=await H({aptosConfig:e,originMethod:"getModule",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/module/${r}`,params:{ledger_version:_optionalChain([i, 'optionalAccess', _66 => _66.ledgerVersion])}});return o}async function Gr(n){let{aptosConfig:e,handle:t,data:r,options:i}=n;return(await wt({aptosConfig:e,originMethod:"getTableItem",path:`tables/${t}/item`,params:{ledger_version:_optionalChain([i, 'optionalAccess', _67 => _67.ledgerVersion])},body:r})).data}async function Ds(n){let{aptosConfig:e,options:t}=n,r={query:vs,variables:{where_condition:_optionalChain([t, 'optionalAccess', _68 => _68.where]),offset:_optionalChain([t, 'optionalAccess', _69 => _69.offset]),limit:_optionalChain([t, 'optionalAccess', _70 => _70.limit]),order_by:_optionalChain([t, 'optionalAccess', _71 => _71.orderBy])}};return(await w({aptosConfig:e,query:r,originMethod:"getTableItemsData"})).table_items}async function Fs(n){let{aptosConfig:e,options:t}=n,r={query:Ks,variables:{where_condition:_optionalChain([t, 'optionalAccess', _72 => _72.where]),offset:_optionalChain([t, 'optionalAccess', _73 => _73.offset]),limit:_optionalChain([t, 'optionalAccess', _74 => _74.limit]),order_by:_optionalChain([t, 'optionalAccess', _75 => _75.orderBy])}};return(await w({aptosConfig:e,query:r,originMethod:"getTableItemsMetadata"})).table_metadatas}async function Mi(n){let{aptosConfig:e,options:t}=n;return mr({aptosConfig:e,originMethod:"getTransactions",path:"transactions",params:{start:_optionalChain([t, 'optionalAccess', _76 => _76.offset]),limit:_optionalChain([t, 'optionalAccess', _77 => _77.limit])}})}async function Mr(n){let{aptosConfig:e}=n;return qe(async()=>{let{data:t}=await H({aptosConfig:e,originMethod:"getGasPriceEstimation",path:"estimate_gas_price"});return t},`gas-price-${e.network}`,1e3*60*5)()}async function Os(n){let{aptosConfig:e,ledgerVersion:t}=n,{data:r}=await H({aptosConfig:e,originMethod:"getTransactionByVersion",path:`transactions/by_version/${t}`});return r}async function Mn(n){let{aptosConfig:e,transactionHash:t}=n,{data:r}=await H({aptosConfig:e,path:`transactions/by_hash/${t}`,originMethod:"getTransactionByHash"});return r}async function Gs(n){let{aptosConfig:e,transactionHash:t}=n;try{return(await Mn({aptosConfig:e,transactionHash:t})).type==="pending_transaction"}catch(r){if(_optionalChain([r, 'optionalAccess', _78 => _78.status])===404)return!0;throw r}}async function Hu(n){let{aptosConfig:e,transactionHash:t}=n,{data:r}=await H({aptosConfig:e,path:`transactions/wait_by_hash/${t}`,originMethod:"longWaitForTransaction"});return r}async function An(n){let{aptosConfig:e,transactionHash:t,options:r}=n,i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _79 => _79.timeoutSecs]), () => (20)),o=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _80 => _80.checkSuccess]), () => (!0)),s=!0,a=0,c,d,y=200,A=1.5;function p(g){if(!(g instanceof Pe)||(d=g,g.status!==404&&g.status>=400&&g.status<500))throw g}try{c=await Mn({aptosConfig:e,transactionHash:t}),s=c.type==="pending_transaction"}catch(g){p(g)}if(s){let g=Date.now();try{c=await Hu({aptosConfig:e,transactionHash:t}),s=c.type==="pending_transaction"}catch(b){p(b)}a=(Date.now()-g)/1e3}for(;s&&!(a>=i);){try{if(c=await Mn({aptosConfig:e,transactionHash:t}),s=c.type==="pending_transaction",!s)break}catch(g){p(g)}await _chunkA2XB7TVIjs.fa.call(void 0, y),a+=y/1e3,y*=A}if(c===void 0)throw d||new Br(`Fetching transaction ${t} failed and timed out after ${i} seconds`,c);if(c.type==="pending_transaction")throw new Br(`Transaction ${t} timed out in pending state after ${i} seconds`,c);if(!o)return c;if(!c.success)throw new Bi(`Transaction ${t} failed with an error: ${c.vm_status}`,c);return c}async function Vr(n){let{aptosConfig:e,processorType:t}=n,r=BigInt(n.minimumLedgerVersion),i=3e3,o=new Date().getTime(),s=BigInt(-1);for(;s<r;){if(new Date().getTime()-o>i)throw new Error("waitForLastSuccessIndexerVersionSync timeout");if(t===void 0?s=await Dr({aptosConfig:e}):s=(await Fr({aptosConfig:e,processorType:t})).last_success_version,s>=r)break;await _chunkA2XB7TVIjs.fa.call(void 0, 200)}}var Br=class extends Error{constructor(e,t){super(e),this.lastSubmittedTransaction=t}},Bi=class extends Error{constructor(e,t){super(e),this.transaction=t}};async function Bs(n){let{aptosConfig:e,ledgerVersion:t,options:r}=n,{data:i}=await H({aptosConfig:e,originMethod:"getBlockByVersion",path:`blocks/by_version/${t}`,params:{with_transactions:_optionalChain([r, 'optionalAccess', _81 => _81.withTransactions])}});return Vs({block:i,...n})}async function Ms(n){let{aptosConfig:e,blockHeight:t,options:r}=n,{data:i}=await H({aptosConfig:e,originMethod:"getBlockByHeight",path:`blocks/by_height/${t}`,params:{with_transactions:_optionalChain([r, 'optionalAccess', _82 => _82.withTransactions])}});return Vs({block:i,...n})}async function Vs(n){let{aptosConfig:e,block:t,options:r}=n;if(_optionalChain([r, 'optionalAccess', _83 => _83.withTransactions])){t.transactions=_nullishCoalesce(t.transactions, () => ([]));let i=t.transactions[t.transactions.length-1],o=BigInt(t.first_version),s=BigInt(t.last_version),a=_optionalChain([i, 'optionalAccess', _84 => _84.version]),c;if(a===void 0?c=o-1n:c=BigInt(a),c===s)return t;let d=[],y=100n;for(let p=c+1n;p<s;p+=BigInt(100))d.push(Mi({aptosConfig:e,options:{offset:p,limit:Math.min(Number(y),Number(s-p+1n))}}));let A=await Promise.all(d);for(let p of A)t.transactions.push(...p)}return t}function Hs(n){return!!n.match(/^[_a-zA-Z0-9]+$/)}function Ls(n){return!!n.match(/\s/)}function Lu(n){return!!n.match(/^T[0-9]+$/)}function qu(n){return!!n.match(/^&.+$/)}function $u(n){switch(n){case"signer":case"address":case"bool":case"u8":case"u16":case"u32":case"u64":case"u128":case"u256":return!0;default:return!1}}function Wu(n,e){let t=e;for(;t<n.length;t+=1){let r=n[t];if(!Ls(r))break}return t}var Qu=(b=>(b.InvalidTypeTag="unknown type",b.UnexpectedGenericType="unexpected generic type",b.UnexpectedTypeArgumentClose="unexpected '>'",b.UnexpectedWhitespaceCharacter="unexpected whitespace character",b.UnexpectedComma="unexpected ','",b.TypeArgumentCountMismatch="type argument count doesn't match expected amount",b.MissingTypeArgumentClose="no matching '>' for '<'",b.MissingTypeArgument="no type argument before ','",b.UnexpectedPrimitiveTypeArguments="primitive types not expected to have type arguments",b.UnexpectedVectorTypeArgumentCount="vector type expected to have exactly one type argument",b.UnexpectedStructFormat="unexpected struct format, must be of the form 0xaddress::module_name::struct_name",b.InvalidModuleNameCharacter="module name must only contain alphanumeric or '_' characters",b.InvalidStructNameCharacter="struct name must only contain alphanumeric or '_' characters",b.InvalidAddress="struct address must be valid",b))(Qu||{}),X= exports.TypeTagParserError =class extends Error{constructor(e,t){super(`Failed to parse typeTag '${e}', ${t}`)}};function Ve(n,e){let t=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _85 => _85.allowGenerics]), () => (!1)),r=[],i=[],o=[],s=0,a="",c=1;for(;s<n.length;){let d=n[s];if(d==="<")r.push({savedExpectedTypes:c,savedStr:a,savedTypes:o}),a="",o=[],c=1;else if(d===">"){if(a!==""){let b=Vn(a,i,t);o.push(b)}let y=r.pop();if(y===void 0)throw new X(n,"unexpected '>'");if(c!==o.length)throw new X(n,"type argument count doesn't match expected amount");let{savedStr:A,savedTypes:p,savedExpectedTypes:g}=y;i=o,o=p,a=A,c=g}else if(d===","){if(r.length===0)throw new X(n,"unexpected ','");if(a.length===0)throw new X(n,"no type argument before ','");let y=Vn(a,i,t);i=[],o.push(y),a="",c+=1}else if(Ls(d)){let y=!1;if(a.length!==0){let p=Vn(a,i,t);i=[],o.push(p),a="",y=!0}s=Wu(n,s);let A=n[s];if(s<n.length&&y&&A!==","&&A!==">")throw new X(n,"unexpected whitespace character");continue}else a+=d;s+=1}if(r.length>0)throw new X(n,"no matching '>' for '<'");switch(o.length){case 0:return Vn(a,i,t);case 1:if(a==="")return o[0];throw new X(n,"unexpected ','");default:throw new X(n,"unexpected whitespace character")}}function Vn(n,e,t){let r=n.trim(),i=r.toLowerCase();if($u(i)&&e.length>0)throw new X(n,"primitive types not expected to have type arguments");switch(r.toLowerCase()){case"signer":return new Nt;case"bool":return new Q;case"address":return new G;case"u8":return new de;case"u16":return new ot;case"u32":return new st;case"u64":return new te;case"u128":return new at;case"u256":return new ct;case"vector":if(e.length!==1)throw new X(n,"vector type expected to have exactly one type argument");return new U(e[0]);default:if(qu(r)){let a=r.substring(1);return new Sr(Vn(a,e,t))}if(Lu(r)){if(t)return new M(Number(r.split("T")[1]));throw new X(n,"unexpected generic type")}if(!r.match(/:/))throw new X(n,"unknown type");let o=r.split("::");if(o.length!==3)throw new X(n,"unexpected struct format, must be of the form 0xaddress::module_name::struct_name");let s;try{s=_chunkA2XB7TVIjs.ba.fromString(o[0])}catch (e4){throw new X(n,"struct address must be valid")}if(!Hs(o[1]))throw new X(n,"module name must only contain alphanumeric or '_' characters");if(!Hs(o[2]))throw new X(n,"struct name must only contain alphanumeric or '_' characters");return new h(new Je(s,new k(o[1]),new k(o[2]),e))}}function qs(n){return typeof n=="boolean"}function yt(n){return typeof n=="string"}function ju(n){return typeof n=="number"}function Hr(n){if(ju(n))return n;if(yt(n)&&n!=="")return Number.parseInt(n,10)}function Lr(n){return typeof n=="number"||typeof n=="bigint"||typeof n=="string"}function $s(n){return n==null}function Ws(n){return Vi(n)||Li(n)||qi(n)||$i(n)||Wi(n)||Qi(n)||ji(n)||qr(n)||Hi(n)||Ju(n)||n instanceof S||n instanceof ne}function Vi(n){return n instanceof D}function qr(n){return n instanceof _chunkA2XB7TVIjs.ba}function Hi(n){return n instanceof C}function Ju(n){return n instanceof Ke}function Li(n){return n instanceof Z}function qi(n){return n instanceof Re}function $i(n){return n instanceof Ue}function Wi(n){return n instanceof $}function Qi(n){return n instanceof ke}function ji(n){return n instanceof we}function Qs(n){return"bytecode"in n}function z(n,e){throw new Error(`Type mismatch for argument ${e}, expected '${n}'`)}function js(n){let e=n.params.findIndex(t=>t!=="signer"&&t!=="&signer");return e<0?n.params.length:e}var Xu=new TextEncoder;function $r(n){return _nullishCoalesce(_optionalChain([n, 'optionalAccess', _86 => _86.map, 'call', _87 => _87(e=>yt(e)?Ve(e):e)]), () => ([]))}async function Yu(n,e,t){return(await Wr({aptosConfig:t,accountAddress:n,moduleName:e})).abi}async function Xi(n,e,t,r){let i=await Yu(n,e,r);if(!i)throw new Error(`Could not find module ABI for '${n}::${e}'`);return i.exposed_functions.find(o=>o.name===t)}async function Yw(n,e,t,r){let i=await Xi(n,e,t,r);if(!i)throw new Error(`Could not find function ABI for '${n}::${e}::${t}'`);let o=[];for(let s=0;s<i.params.length;s+=1)o.push(Ve(i.params[s],{allowGenerics:!0}));return{typeParameters:i.generic_type_params,parameters:o}}async function Js(n,e,t,r){let i=await Xi(n,e,t,r);if(!i)throw new Error(`Could not find entry function ABI for '${n}::${e}::${t}'`);if(!i.is_entry)throw new Error(`'${n}::${e}::${t}' is not an entry function`);let o=js(i),s=[];for(let a=o;a<i.params.length;a+=1)s.push(Ve(i.params[a],{allowGenerics:!0}));return{signers:o,typeParameters:i.generic_type_params,parameters:s}}async function Xs(n,e,t,r){let i=await Xi(n,e,t,r);if(!i)throw new Error(`Could not find view function ABI for '${n}::${e}::${t}'`);if(!i.is_view)throw new Error(`'${n}::${e}::${t}' is not an view function`);let o=[];for(let a=0;a<i.params.length;a+=1)o.push(Ve(i.params[a],{allowGenerics:!0}));let s=[];for(let a=0;a<i.return.length;a+=1)s.push(Ve(i.return[a],{allowGenerics:!0}));return{typeParameters:i.generic_type_params,parameters:o,returnTypes:s}}function Yi(n,e,t,r,i,o){let s;if("exposed_functions"in e){let a=e.exposed_functions.find(c=>c.name===n);if(!a)throw new Error(`Could not find function ABI for '${e.address}::${e.name}::${n}'`);if(r>=a.params.length)throw new Error(`Too many arguments for '${n}', expected ${a.params.length}`);s=Ve(a.params[r],{allowGenerics:!0})}else{if(r>=e.parameters.length)throw new Error(`Too many arguments for '${n}', expected ${e.parameters.length}`);s=e.parameters[r]}return Lt(t,s,r,i,"exposed_functions"in e?e:void 0,o)}function Lt(n,e,t,r,i,o){return Ws(n)?(Ji(e,n,t),n):Zu(n,e,t,r,i,o)}function Zu(n,e,t,r,i,o){if(e.isBool()){if(qs(n))return new D(n);if(yt(n)){if(n==="true")return new D(!0);if(n==="false")return new D(!1)}z("boolean",t)}if(e.isAddress()){if(yt(n))return _chunkA2XB7TVIjs.ba.fromString(n);if(n&&typeof n=="object"&&"data"in n&&n.data instanceof Uint8Array)return new (0, _chunkA2XB7TVIjs.ba)(n.data);z("string | AccountAddress",t)}if(e.isU8()){let s=Hr(n);if(s!==void 0)return new Z(s);z("number | string",t)}if(e.isU16()){let s=Hr(n);if(s!==void 0)return new Re(s);z("number | string",t)}if(e.isU32()){let s=Hr(n);if(s!==void 0)return new Ue(s);z("number | string",t)}if(e.isU64()){if(Lr(n))return new $(BigInt(n));z("bigint | number | string",t)}if(e.isU128()){if(Lr(n))return new ke(BigInt(n));z("bigint | number | string",t)}if(e.isU256()){if(Lr(n))return new we(BigInt(n));z("bigint | number | string",t)}if(e.isGeneric()){let s=e.value;if(s<0||s>=r.length)throw new Error(`Generic argument ${e.toString()} is invalid for argument ${t}`);return Lt(n,r[s],t,r,i)}if(e.isVector()){if(e.value.isU8()){if(yt(n))return S.U8(Xu.encode(n));if(n instanceof Uint8Array)return S.U8(n);if(n instanceof ArrayBuffer)return S.U8(new Uint8Array(n))}if(yt(n)&&n.startsWith("["))return Lt(JSON.parse(n),e,t,r);if(Array.isArray(n))return new S(n.map(s=>Lt(s,e.value,t,r,i)));throw new Error(`Type mismatch for argument ${t}, type '${e.toString()}'`)}if(e.isStruct()){if(e.isString()){if(yt(n))return new C(n);z("string",t)}if(e.isObject()){if(yt(n))return _chunkA2XB7TVIjs.ba.fromString(n);if(n&&typeof n=="object"&&"data"in n&&n.data instanceof Uint8Array)return new (0, _chunkA2XB7TVIjs.ba)(n.data);z("string | AccountAddress",t)}if(e.isDelegationKey()||e.isRateLimiter()){if(n instanceof Uint8Array)return new Ke(n);z("Uint8Array",t)}if(e.isOption()){if($s(n)){let a=e.value.typeArgs[0];return a instanceof Q?new ne(null):a instanceof G?new ne(null):a instanceof de?new ne(null):a instanceof ot?new ne(null):a instanceof st?new ne(null):a instanceof te?new ne(null):a instanceof at?new ne(null):a instanceof ct?new ne(null):new ne(null)}return new ne(Lt(n,e.value.typeArgs[0],t,r,i))}if(_optionalChain([i, 'optionalAccess', _88 => _88.structs, 'access', _89 => _89.find, 'call', _90 => _90(a=>a.name===e.value.name.identifier), 'optionalAccess', _91 => _91.fields, 'access', _92 => _92.length])===0&&n instanceof Uint8Array)return new Ke(n);if(n instanceof Uint8Array&&_optionalChain([o, 'optionalAccess', _93 => _93.allowUnknownStructs]))return console.warn(`Unsupported struct input type for argument ${t}. Continuing since 'allowUnknownStructs' is enabled.`),new Ke(n);throw new Error(`Unsupported struct input type for argument ${t}, type '${e.toString()}'`)}throw new Error(`Type mismatch for argument ${t}, type '${e.toString()}'`)}function Ji(n,e,t){if(n.isBool()){if(Vi(e))return;z("Bool",t)}if(n.isAddress()){if(qr(e))return;z("AccountAddress",t)}if(n.isU8()){if(Li(e))return;z("U8",t)}if(n.isU16()){if(qi(e))return;z("U16",t)}if(n.isU32()){if($i(e))return;z("U32",t)}if(n.isU64()){if(Wi(e))return;z("U64",t)}if(n.isU128()){if(Qi(e))return;z("U128",t)}if(n.isU256()){if(ji(e))return;z("U256",t)}if(n.isVector()){if(e instanceof S){e.values.length>0&&Ji(n.value,e.values[0],t);return}z("MoveVector",t)}if(n instanceof h){if(n.isString()){if(Hi(e))return;z("MoveString",t)}if(n.isObject()){if(qr(e))return;z("AccountAddress",t)}if(n.isOption()){if(e instanceof ne){e.value!==void 0&&Ji(n.value.typeArgs[0],e.value,t);return}z("MoveOption",t)}}throw new Error(`Type mismatch for argument ${t}, expected '${n.toString()}'`)}async function Qr(n){if(Qs(n))return rd(n);let{moduleAddress:e,moduleName:t,functionName:r}=_chunkA2XB7TVIjs.pa.call(void 0, n.function),i=await ta({key:"entry-function",moduleAddress:e,moduleName:t,functionName:r,aptosConfig:n.aptosConfig,abi:n.abi,fetch:Js});return td({...n,abi:i})}function td(n){let e=n.abi,{moduleAddress:t,moduleName:r,functionName:i}=_chunkA2XB7TVIjs.pa.call(void 0, n.function),o=$r(n.typeArguments);if(o.length!==e.typeParameters.length)throw new Error(`Type argument count mismatch, expected ${e.typeParameters.length}, received ${o.length}`);let s=n.functionArguments.map((c,d)=>Yi(n.function,e,c,d,o));if(s.length!==e.parameters.length)throw new Error(`Too few arguments for '${t}::${r}::${i}', expected ${e.parameters.length} but got ${s.length}`);let a=ut.build(`${t}::${r}`,i,o,s);if("multisigAddress"in n){let c=_chunkA2XB7TVIjs.ba.from(n.multisigAddress);return new un(new Nn(c,new Dn(a)))}return new cn(a)}async function Ys(n){let{moduleAddress:e,moduleName:t,functionName:r}=_chunkA2XB7TVIjs.pa.call(void 0, n.function),i=await ta({key:"view-function",moduleAddress:e,moduleName:t,functionName:r,aptosConfig:n.aptosConfig,abi:n.abi,fetch:Xs});return nd({abi:i,...n})}function nd(n){let e=n.abi,{moduleAddress:t,moduleName:r,functionName:i}=_chunkA2XB7TVIjs.pa.call(void 0, n.function),o=$r(n.typeArguments);if(o.length!==e.typeParameters.length)throw new Error(`Type argument count mismatch, expected ${e.typeParameters.length}, received ${o.length}`);let s=_nullishCoalesce(_optionalChain([n, 'optionalAccess', _94 => _94.functionArguments, 'optionalAccess', _95 => _95.map, 'call', _96 => _96((a,c)=>Yi(n.function,e,a,c,o))]), () => ([]));if(s.length!==e.parameters.length)throw new Error(`Too few arguments for '${t}::${r}::${i}', expected ${e.parameters.length} but got ${s.length}`);return ut.build(`${t}::${r}`,i,o,s)}function rd(n){return new an(new dn(_chunkA2XB7TVIjs.j.fromHexInput(n.bytecode).toUint8Array(),$r(n.typeArguments),n.functionArguments))}async function id(n){let{aptosConfig:e,sender:t,payload:r,options:i,feePayerAddress:o}=n;if(_optionalChain([i, 'optionalAccess', _97 => _97.replayProtectionNonce])!==void 0&&_optionalChain([i, 'optionalAccess', _98 => _98.accountSequenceNumber])!==void 0)throw new Error("Cannot specify both replayProtectionNonce and accountSequenceNumber in options.");let s=async()=>bi[e.network]?{chainId:bi[e.network]}:{chainId:(await Nr({aptosConfig:e})).chain_id},a=async()=>_optionalChain([i, 'optionalAccess', _99 => _99.gasUnitPrice])?{gasEstimate:i.gasUnitPrice}:{gasEstimate:(await Mr({aptosConfig:e})).gas_estimate},c=async()=>{let se=async()=>_optionalChain([i, 'optionalAccess', _100 => _100.accountSequenceNumber])!==void 0?i.accountSequenceNumber:_optionalChain([i, 'optionalAccess', _101 => _101.replayProtectionNonce])!==void 0?0xdeadbeefn:(await Or({aptosConfig:e,accountAddress:t})).sequence_number;if(o&&_chunkA2XB7TVIjs.ba.from(o).equals(_chunkA2XB7TVIjs.ba.ZERO))try{return await se()}catch (e5){return 0}else return se()},[{chainId:d},{gasEstimate:y},A]=await Promise.all([s(),a(),c()]),{maxGasAmount:p,gasUnitPrice:g,expireTimestamp:b,replayProtectionNonce:N}={maxGasAmount:_optionalChain([i, 'optionalAccess', _102 => _102.maxGasAmount])?BigInt(i.maxGasAmount):BigInt(e.getDefaultMaxGasAmount()),gasUnitPrice:_nullishCoalesce(_optionalChain([i, 'optionalAccess', _103 => _103.gasUnitPrice]), () => (BigInt(y))),expireTimestamp:_nullishCoalesce(_optionalChain([i, 'optionalAccess', _104 => _104.expireTimestamp]), () => (BigInt(Math.floor(Date.now()/1e3)+e.getDefaultTxnExpirySecFromNow()))),replayProtectionNonce:_optionalChain([i, 'optionalAccess', _105 => _105.replayProtectionNonce])?BigInt(i.replayProtectionNonce):void 0},q=r;return N!==void 0&&(q=od(r,N)),new Ie(_chunkA2XB7TVIjs.ba.from(t),BigInt(A),q,BigInt(p),BigInt(g),BigInt(b),new sn(d))}function od(n,e){if(n instanceof an)return new Dt(new Fn(n.script),new Ft(void 0,e));if(n instanceof cn)return new Dt(new ln(n.entryFunction),new Ft(void 0,e));if(n instanceof un){let t=n.multiSig.transaction_payload,r;if(t===void 0||_optionalChain([t, 'optionalAccess', _106 => _106.transaction_payload])===void 0)r=new On;else if(t.transaction_payload instanceof ut)r=new ln(t.transaction_payload);else throw new Error("Scripts are not supported in multi-sig transactions.");return new Dt(r,new Ft(n.multiSig.multisig_address,e))}else throw new Error(`Unsupported payload type: ${n}`)}async function Zi(n){let{aptosConfig:e,sender:t,payload:r,options:i,feePayerAddress:o}=n,s=await id({aptosConfig:e,sender:t,payload:r,options:i,feePayerAddress:o});if("secondarySignerAddresses"in n){let a=_nullishCoalesce(_optionalChain([n, 'access', _107 => _107.secondarySignerAddresses, 'optionalAccess', _108 => _108.map, 'call', _109 => _109(c=>_chunkA2XB7TVIjs.ba.from(c))]), () => ([]));return new Cr(s,a,n.feePayerAddress?_chunkA2XB7TVIjs.ba.from(n.feePayerAddress):void 0)}return new Ir(s,n.feePayerAddress?_chunkA2XB7TVIjs.ba.from(n.feePayerAddress):void 0)}function Zs(n){let{signerPublicKey:e,transaction:t,secondarySignersPublicKeys:r,feePayerPublicKey:i}=n,o=hn(e);if(t.feePayerAddress){let a=new Gt(t.rawTransaction,_nullishCoalesce(t.secondarySignerAddresses, () => ([])),t.feePayerAddress),c=[];t.secondarySignerAddresses&&(r?c=r.map(A=>hn(A)):c=Array.from({length:t.secondarySignerAddresses.length},()=>hn(void 0)));let d=hn(i),y=new Vt(o,_nullishCoalesce(t.secondarySignerAddresses, () => ([])),c,{address:t.feePayerAddress,authenticator:d});return new pt(a.raw_txn,y).bcsToBytes()}if(t.secondarySignerAddresses){let a=new Ot(t.rawTransaction,t.secondarySignerAddresses),c=[];r?c=r.map(y=>hn(y)):c=Array.from({length:t.secondarySignerAddresses.length},()=>hn(void 0));let d=new Mt(o,t.secondarySignerAddresses,c);return new pt(a.raw_txn,d).bcsToBytes()}let s;if(o instanceof Ge)s=new Bt(o.public_key,o.signature);else if(o instanceof ue||o instanceof je)s=new _t(o);else if(o instanceof on)s=new _t(o);else throw new Error("Invalid public key");return new pt(t.rawTransaction,s).bcsToBytes()}function hn(n){if(!n)return new on;let t=K.isInstance(n)||L.isInstance(n)||De.isInstance(n)?new x(n):n,r=new R(new Uint8Array(64));if(E.isInstance(t))return new Ge(t,r);if(x.isInstance(t))return K.isInstance(t.publicKey)?new ue(t,new O(ce.getSimulationSignature())):new ue(t,new O(r));if(W.isInstance(t))return new je(t,new _e({signatures:t.publicKeys.map(i=>K.isInstance(i.publicKey)||L.isInstance(i.publicKey)?new O(ce.getSimulationSignature()):new O(r)),bitmap:t.createBitmap({bits:Array(t.publicKeys.length).fill(0).map((i,o)=>o)})}));throw new Error("Unsupported PublicKey used for simulations")}function eo(n){let{transaction:e,feePayerAuthenticator:t,additionalSignersAuthenticators:r}=n,i=Jo(ee,n.senderAuthenticator),o;if(e.feePayerAddress){if(!t)throw new Error("Must provide a feePayerAuthenticator argument to generate a signed fee payer transaction");o=new Vt(i,_nullishCoalesce(e.secondarySignerAddresses, () => ([])),_nullishCoalesce(r, () => ([])),{address:e.feePayerAddress,authenticator:t})}else if(e.secondarySignerAddresses){if(!r)throw new Error("Must provide a additionalSignersAuthenticators argument to generate a signed multi agent transaction");o=new Mt(i,e.secondarySignerAddresses,r)}else i instanceof Ge?o=new Bt(i.public_key,i.signature):i instanceof it?o=new gn(i.public_key,i.signature):o=new _t(i);return new pt(e.rawTransaction,o).bcsToBytes()}function ea(n){let e=_sha3.sha3_256.create();for(let t of n)e.update(t);return e.digest()}var sd=ea(["APTOS::Transaction"]);function _S(n){let e=eo(n);return new (0, _chunkA2XB7TVIjs.j)(ea([sd,new Uint8Array([0]),e])).toString()}async function ta({key:n,moduleAddress:e,moduleName:t,functionName:r,aptosConfig:i,abi:o,fetch:s}){return o!==void 0?o:qe(async()=>s(e,t,r,i),`${n}-${i.network}-${e}-${t}-${r}`,1e3*60*5)()}async function T(n){let e=await ad(n);return cd(n,e)}async function ad(n){let{aptosConfig:e,data:t}=n,r,i;return"bytecode"in t?i=await Qr(t):"multisigAddress"in t?(r={aptosConfig:e,multisigAddress:t.multisigAddress,function:t.function,functionArguments:t.functionArguments,typeArguments:t.typeArguments,abi:t.abi},i=await Qr(r)):(r={aptosConfig:e,function:t.function,functionArguments:t.functionArguments,typeArguments:t.typeArguments,abi:t.abi},i=await Qr(r)),i}async function cd(n,e){let{aptosConfig:t,sender:r,options:i}=n,o;if(ud(n)&&(o=_chunkA2XB7TVIjs.ba.ZERO.toString()),dd(n)){let{secondarySignerAddresses:s}=n;return Zi({aptosConfig:t,sender:r,payload:e,options:i,secondarySignerAddresses:s,feePayerAddress:o})}return Zi({aptosConfig:t,sender:r,payload:e,options:i,feePayerAddress:o})}function ud(n){return n.withFeePayer===!0}function dd(n){return"secondarySignerAddresses"in n}function na(n){let{transaction:e}=n;return Be(e)}function jr(n){let{signer:e,transaction:t}=n;return e.signTransactionWithAuthenticator(t)}function Jr(n){let{signer:e,transaction:t}=n;if(!t.feePayerAddress)throw new Error(`Transaction ${t} is not a Fee Payer transaction`);return t.feePayerAddress=e.accountAddress,jr({signer:e,transaction:t})}async function to(n){let{aptosConfig:e,transaction:t,signerPublicKey:r,secondarySignersPublicKeys:i,feePayerPublicKey:o,options:s}=n,a=Zs({transaction:t,signerPublicKey:r,secondarySignersPublicKeys:i,feePayerPublicKey:o,options:s}),{data:c}=await wt({aptosConfig:e,body:a,path:"transactions/simulate",params:{estimate_gas_unit_price:_nullishCoalesce(_optionalChain([n, 'access', _110 => _110.options, 'optionalAccess', _111 => _111.estimateGasUnitPrice]), () => (!1)),estimate_max_gas_amount:_nullishCoalesce(_optionalChain([n, 'access', _112 => _112.options, 'optionalAccess', _113 => _113.estimateMaxGasAmount]), () => (!1)),estimate_prioritized_gas_unit_price:_nullishCoalesce(_optionalChain([n, 'access', _114 => _114.options, 'optionalAccess', _115 => _115.estimatePrioritizedGasUnitPrice]), () => (!1))},originMethod:"simulateTransaction",contentType:"application/x.aptos.signed_transaction+bcs"});return c}async function Hn(n){let{aptosConfig:e,transactionSubmitter:t}=n,r=t===void 0?e.getTransactionSubmitter():t;if(r)return r.submitTransaction(n);let i=eo({...n});try{let{data:o}=await wt({aptosConfig:e,body:i,path:"transactions",originMethod:"submitTransaction",contentType:"application/x.aptos.signed_transaction+bcs"});return o}catch(o){let s=pt.deserialize(new v(i));throw s.authenticator.isSingleSender()&&s.authenticator.sender.isSingleKey()&&(s.authenticator.sender.public_key.publicKey instanceof K||s.authenticator.sender.public_key.publicKey instanceof L)&&await Te.fetchJWK({aptosConfig:e,publicKey:s.authenticator.sender.public_key.publicKey,kid:s.authenticator.sender.signature.signature.getJwkKid()}),o}}async function Xr(n){let{aptosConfig:e,signer:t,feePayer:r,transaction:i,...o}=n;Rr(t)&&await t.checkKeylessAccountValidity(e),Rr(r)&&await r.checkKeylessAccountValidity(e);let s=n.feePayerAuthenticator||r&&Jr({signer:r,transaction:i}),a=jr({signer:t,transaction:i});return Hn({aptosConfig:e,transaction:i,senderAuthenticator:a,feePayerAuthenticator:s,...o})}async function ra(n){let{aptosConfig:e,senderAuthenticator:t,feePayer:r,transaction:i,...o}=n;Rr(r)&&await r.checkKeylessAccountValidity(e);let s=Jr({signer:r,transaction:i});return Hn({aptosConfig:e,transaction:i,senderAuthenticator:t,feePayerAuthenticator:s,...o})}var pd={typeParameters:[],parameters:[U.u8(),new U(U.u8())]};async function ia(n){let{aptosConfig:e,account:t,metadataBytes:r,moduleBytecode:i,options:o}=n,s=i.map(a=>S.U8(a));return T({aptosConfig:e,sender:_chunkA2XB7TVIjs.ba.from(t),data:{function:"0x1::code::publish_package_txn",functionArguments:[S.U8(r),new S(s)],abi:pd},options:o})}async function bn(n){return Or(n)}async function oa(n){let{aptosConfig:e,accountAddress:t,options:r}=n;return Si({aptosConfig:e,originMethod:"getModules",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/modules`,params:{ledger_version:_optionalChain([r, 'optionalAccess', _116 => _116.ledgerVersion]),limit:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _117 => _117.limit]), () => (1e3))}})}async function sa(n){let{aptosConfig:e,accountAddress:t,options:r}=n,{response:i,cursor:o}=await fr({aptosConfig:e,originMethod:"getModulesPage",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/modules`,params:{ledger_version:_optionalChain([r, 'optionalAccess', _118 => _118.ledgerVersion]),cursor:_optionalChain([r, 'optionalAccess', _119 => _119.cursor]),limit:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _120 => _120.limit]), () => (100))}});return{modules:i.data,cursor:o}}async function Wr(n){return Ns(n)}async function ro(n){let{aptosConfig:e,accountAddress:t,options:r}=n;return mr({aptosConfig:e,originMethod:"getTransactions",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/transactions`,params:{start:_optionalChain([r, 'optionalAccess', _121 => _121.offset]),limit:_optionalChain([r, 'optionalAccess', _122 => _122.limit])}})}async function io(n){let{aptosConfig:e,accountAddress:t,options:r}=n;return Si({aptosConfig:e,originMethod:"getResources",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/resources`,params:{ledger_version:_optionalChain([r, 'optionalAccess', _123 => _123.ledgerVersion]),limit:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _124 => _124.limit]), () => (999))}})}async function aa(n){let{aptosConfig:e,accountAddress:t,options:r}=n,{response:i,cursor:o}=await fr({aptosConfig:e,originMethod:"getResourcesPage",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/resources`,params:{ledger_version:_optionalChain([r, 'optionalAccess', _125 => _125.ledgerVersion]),cursor:_optionalChain([r, 'optionalAccess', _126 => _126.cursor]),limit:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _127 => _127.limit]), () => (100))}});return{resources:i.data,cursor:o}}async function oo(n){let{aptosConfig:e,accountAddress:t,resourceType:r,options:i}=n,{data:o}=await H({aptosConfig:e,originMethod:"getResource",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/resource/${r}`,params:{ledger_version:_optionalChain([i, 'optionalAccess', _128 => _128.ledgerVersion])}});return o.data}async function Ln(n){let{aptosConfig:e,authenticationKey:t,options:r}=n,i=await oo({aptosConfig:e,accountAddress:"0x1",resourceType:"0x1::account::OriginatingAddress",options:r}),{address_map:{handle:o}}=i,s=_chunkA2XB7TVIjs.ba.from(t);try{let a=await Gr({aptosConfig:e,handle:o,data:{key:s.toString(),key_type:"address",value_type:"address"},options:r});return _chunkA2XB7TVIjs.ba.from(a)}catch(a){if(a instanceof Pe&&a.data.error_code==="table_item_not_found")return s;throw a}}async function ca(n){let{aptosConfig:e,accountAddress:t}=n,i={owner_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()},amount:{_gt:0}},s=await w({aptosConfig:e,query:{query:Ts,variables:{where_condition:i}},originMethod:"getAccountTokensCount"});return s.current_token_ownerships_v2_aggregate.aggregate?s.current_token_ownerships_v2_aggregate.aggregate.count:0}async function ua(n){let{aptosConfig:e,accountAddress:t,options:r}=n,o={owner_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()},amount:{_gt:0}};_optionalChain([r, 'optionalAccess', _129 => _129.tokenStandard])&&(o.token_standard={_eq:_optionalChain([r, 'optionalAccess', _130 => _130.tokenStandard])});let s={query:hs,variables:{where_condition:o,offset:_optionalChain([r, 'optionalAccess', _131 => _131.offset]),limit:_optionalChain([r, 'optionalAccess', _132 => _132.limit]),order_by:_optionalChain([r, 'optionalAccess', _133 => _133.orderBy])}};return(await w({aptosConfig:e,query:s,originMethod:"getAccountOwnedTokens"})).current_token_ownerships_v2}async function da(n){let{aptosConfig:e,accountAddress:t,collectionAddress:r,options:i}=n,o=_chunkA2XB7TVIjs.ba.from(t).toStringLong(),s=_chunkA2XB7TVIjs.ba.from(r).toStringLong(),a={owner_address:{_eq:o},current_token_data:{collection_id:{_eq:s}},amount:{_gt:0}};_optionalChain([i, 'optionalAccess', _134 => _134.tokenStandard])&&(a.token_standard={_eq:_optionalChain([i, 'optionalAccess', _135 => _135.tokenStandard])});let c={query:bs,variables:{where_condition:a,offset:_optionalChain([i, 'optionalAccess', _136 => _136.offset]),limit:_optionalChain([i, 'optionalAccess', _137 => _137.limit]),order_by:_optionalChain([i, 'optionalAccess', _138 => _138.orderBy])}};return(await w({aptosConfig:e,query:c,originMethod:"getAccountOwnedTokensFromCollectionAddress"})).current_token_ownerships_v2}async function pa(n){let{aptosConfig:e,accountAddress:t,options:r}=n,o={owner_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}};_optionalChain([r, 'optionalAccess', _139 => _139.tokenStandard])&&(o.current_collection={token_standard:{_eq:_optionalChain([r, 'optionalAccess', _140 => _140.tokenStandard])}});let s={query:As,variables:{where_condition:o,offset:_optionalChain([r, 'optionalAccess', _141 => _141.offset]),limit:_optionalChain([r, 'optionalAccess', _142 => _142.limit]),order_by:_optionalChain([r, 'optionalAccess', _143 => _143.orderBy])}};return(await w({aptosConfig:e,query:s,originMethod:"getAccountCollectionsWithOwnedTokens"})).current_collection_ownership_v2_view}async function la(n){let{aptosConfig:e,accountAddress:t}=n,r=_chunkA2XB7TVIjs.ba.from(t).toStringLong(),o=await w({aptosConfig:e,query:{query:ws,variables:{address:r}},originMethod:"getAccountTransactionsCount"});return o.account_transactions_aggregate.aggregate?o.account_transactions_aggregate.aggregate.count:0}async function ga(n){let{aptosConfig:e,accountAddress:t,options:r}=n,i=_chunkA2XB7TVIjs.ba.from(t).toStringLong(),o={..._optionalChain([r, 'optionalAccess', _144 => _144.where]),owner_address:{_eq:i}},s={query:fs,variables:{where_condition:o,offset:_optionalChain([r, 'optionalAccess', _145 => _145.offset]),limit:_optionalChain([r, 'optionalAccess', _146 => _146.limit]),order_by:_optionalChain([r, 'optionalAccess', _147 => _147.orderBy])}};return(await w({aptosConfig:e,query:s,originMethod:"getAccountCoinsData"})).current_fungible_asset_balances}async function ya(n){let{aptosConfig:e,accountAddress:t}=n,r=_chunkA2XB7TVIjs.ba.from(t).toStringLong(),o=await w({aptosConfig:e,query:{query:ms,variables:{address:r}},originMethod:"getAccountCoinsCount"});if(!o.current_fungible_asset_balances_aggregate.aggregate)throw Error("Failed to get the count of account coins");return o.current_fungible_asset_balances_aggregate.aggregate.count}async function ma(n){let{aptosConfig:e,accountAddress:t,asset:r}=n,i=await H({aptosConfig:e,originMethod:"getBalance",path:`accounts/${t}/balance/${r}`,params:{accountAddress:t.toString(),asset:r instanceof Uint8Array?_chunkA2XB7TVIjs.ba.from(r).toString():r.toString()}});return parseInt(i.data.toString(),10)}async function so(n){let{aptosConfig:e,accountAddress:t,options:r}=n,o={owner_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}},s={query:zr,variables:{where_condition:o,offset:_optionalChain([r, 'optionalAccess', _148 => _148.offset]),limit:_optionalChain([r, 'optionalAccess', _149 => _149.limit]),order_by:_optionalChain([r, 'optionalAccess', _150 => _150.orderBy])}};return(await w({aptosConfig:e,query:s,originMethod:"getAccountOwnedObjects"})).current_objects}async function fa(n){let{aptosConfig:e,privateKey:t,options:r}=n,i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _151 => _151.throwIfNoAccountFound]), () => (!1)),o=await Yr({aptosConfig:e,privateKey:t});if(o.length===0){if(i)throw new Error("No existing account found for private key.");return lt.fromPrivateKey({privateKey:t})}return o[0]}async function ld(n){let{aptosConfig:e,accountAddress:t,options:r}=n;try{let[i,o]=await Promise.all([io({aptosConfig:e,accountAddress:t}),so({aptosConfig:e,accountAddress:t,options:{limit:1}})]),s=i.find(c=>c.type==="0x1::account::Account");if(!s&&o.length===0)return!1;if(!_optionalChain([r, 'optionalAccess', _152 => _152.withAuthKey]))return!0;let a;return s?a=s.data.authentication_key:a=t.toStringLong(),a===r.withAuthKey.toString()}catch(i){throw new Error(`Error while checking if account exists at ${t.toString()}: ${i}`)}}var gd={typeParameters:[],parameters:[new de,U.u8(),new de,U.u8(),U.u8(),U.u8()]};async function Aa(n){let{aptosConfig:e,fromAccount:t,options:r}=n;if("toNewPrivateKey"in n)return no({aptosConfig:e,fromAccount:t,toNewPrivateKey:n.toNewPrivateKey,options:r});if("toAccount"in n)return n.toAccount instanceof oe?no({aptosConfig:e,fromAccount:t,toNewPrivateKey:n.toAccount.privateKey,options:r}):no({aptosConfig:e,fromAccount:t,toAccount:n.toAccount,options:r});throw new Error("Invalid arguments")}async function no(n){let{aptosConfig:e,fromAccount:t,options:r}=n,i=await bn({aptosConfig:e,accountAddress:t.accountAddress}),o;"toNewPrivateKey"in n?o=lt.fromPrivateKey({privateKey:n.toNewPrivateKey,legacy:!0}):o=n.toAccount;let a=new xr({sequenceNumber:BigInt(i.sequence_number),originator:t.accountAddress,currentAuthKey:_chunkA2XB7TVIjs.ba.from(i.authentication_key),newPublicKey:o.publicKey}).bcsToBytes(),c=t.sign(a),d=o.sign(a);return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::account::rotate_authentication_key",functionArguments:[new Z(t.signingScheme),S.U8(t.publicKey.toUint8Array()),new Z(o.signingScheme),S.U8(o.publicKey.toUint8Array()),S.U8(c.toUint8Array()),S.U8(d.toUint8Array())],abi:gd},options:r})}var yd={typeParameters:[],parameters:[new de,U.u8()]};async function ha(n){let{aptosConfig:e,fromAccount:t,toNewPublicKey:r,options:i}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::account::rotate_authentication_key_from_public_key",functionArguments:[new Z(as(r)),S.U8(ki(r).toUint8Array())],abi:yd},options:i})}async function Zr(n){let{aptosConfig:e,publicKey:t,options:r}=n,i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _153 => _153.noMultiKey]), () => (!1));if(i&&t instanceof Fe)throw new Error("Multi-key accounts are not supported when noMultiKey is true.");let o=[t];t instanceof x&&t.publicKey instanceof E?o.push(t.publicKey):t instanceof E&&o.push(new x(t));let[s,a]=await Promise.all([Promise.all(o.map(async A=>{let p=await bd({aptosConfig:e,publicKey:A});if(p)return{...p,publicKey:A}})),!(t instanceof Fe)&&!i?fd({aptosConfig:e,publicKey:t,options:r}):Promise.resolve([])]),c=[];for(let A of s)A&&c.push(A);o.push(...a);let d=new Map(o.map(A=>[A.authKey().toString(),A])),y=await Ad({aptosConfig:e,authKeys:o.map(A=>A.authKey()),options:r});for(let A of y){if(c.find(g=>g.accountAddress===A.accountAddress))continue;let p=d.get(A.authKey.toString());if(!p)throw new Error(`No publicKey found for authentication key ${A.authKey}. This should never happen.`);c.push({accountAddress:A.accountAddress,publicKey:p,lastTransactionVersion:A.lastTransactionVersion})}return c.sort((A,p)=>p.lastTransactionVersion-A.lastTransactionVersion)}async function ao(n){let{aptosConfig:e,signer:t,options:r}=n;if(t instanceof J||t instanceof nt)return Yr({aptosConfig:e,privateKey:t,options:r});if(t instanceof oe||t instanceof pe)return Yr({aptosConfig:e,privateKey:t.privateKey,options:r});if(t instanceof Ce||t instanceof Me)return md({aptosConfig:e,keylessAccount:t,options:r});if(t instanceof gt&&t.signers.length===1)return ao({aptosConfig:e,signer:t.signers[0],options:r});if(t instanceof Gn&&t.signers.length===1)return Yr({aptosConfig:e,privateKey:t.signers[0],options:r});throw new Error("Unknown signer type")}async function md(n){let{aptosConfig:e,keylessAccount:t,options:r}=n,i=await Zr({aptosConfig:e,publicKey:t.getAnyPublicKey(),options:r}),o={proof:t.proofOrPromise,jwt:t.jwt,ephemeralKeyPair:t.ephemeralKeyPair,pepper:t.pepper,verificationKeyHash:t.verificationKeyHash},s=[];for(let{accountAddress:a,publicKey:c}of i)if(c instanceof Fe){if(c.getSignaturesRequired()>1)continue;if(c instanceof ie)throw new Error("Keyless authentication cannot be used for multi-ed25519 accounts. This should never happen.");c instanceof W&&s.push(new gt({multiKey:c,signers:[t],address:a}))}else t instanceof Me?s.push(Me.create({...o,address:a,jwkAddress:t.publicKey.jwkAddress})):s.push(Ce.create({...o,address:a}));return s}async function Yr(n){let{aptosConfig:e,privateKey:t,options:r}=n,i=lt.fromPrivateKey({privateKey:t,legacy:!1}),o=await Zr({aptosConfig:e,publicKey:new x(t.publicKey()),options:r}),s=[];for(let{accountAddress:a,publicKey:c}of o)if(c instanceof Fe){if(c.getSignaturesRequired()>1)continue;c instanceof ie?s.push(new Gn({publicKey:c,signers:[t],address:a})):c instanceof W&&s.push(new gt({multiKey:c,signers:[i],address:a}))}else{let d=c instanceof E;s.push(lt.fromPrivateKey({privateKey:t,address:a,legacy:d}))}return s}async function fd(n){let{aptosConfig:e,publicKey:t,options:r}=n;if(t instanceof Fe)throw new Error("Public key is a multi-key.");let i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _154 => _154.includeUnverified]), () => (!1)),o=t instanceof x?t:new x(t),s=o.publicKey,a=_chunkA2XB7TVIjs.C.call(void 0, o.variant),c={public_key:{_eq:s.toString()},public_key_type:{_eq:a},...i?{}:{is_public_key_used:{_eq:!0}}},d={query:Ss,variables:{where_condition:c}},{public_key_auth_keys:y}=await w({aptosConfig:e,query:d,originMethod:"getMultiKeysForPublicKey"});return y.map(p=>{switch(p.signature_type){case"multi_ed25519_signature":return ie.deserializeWithoutLength(v.fromHex(p.account_public_key));case"multi_key_signature":return W.deserialize(v.fromHex(p.account_public_key));default:throw new Error(`Unknown multi-signature type: ${p.signature_type}`)}})}async function Ad(n){let{aptosConfig:e,authKeys:t,options:r}=n,i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _155 => _155.includeUnverified]), () => (!1));if(t.length===0)throw new Error("No authentication keys provided");let o={auth_key:{_in:t.map(c=>c.toString())},...i?{}:{is_auth_key_used:{_eq:!0}}},s={query:ys,variables:{where_condition:o,order_by:[{last_transaction_version:"desc"}]}},{auth_key_account_addresses:a}=await w({aptosConfig:e,query:s,originMethod:"getAccountAddressesForAuthKeys"});return a.map(c=>({authKey:new V({data:c.auth_key}),accountAddress:new (0, _chunkA2XB7TVIjs.ba)(_chunkA2XB7TVIjs.j.hexInputToUint8Array(c.account_address)),lastTransactionVersion:Number(c.last_transaction_version)}))}async function hd(n){let{aptosConfig:e,accountAddress:t}=n,r=await ro({aptosConfig:e,accountAddress:t,options:{limit:1}});return r.length===0?0:Number(r[0].version)}async function bd(n){let{aptosConfig:e,publicKey:t}=n,r=t.authKey().derivedAddress(),[i,o]=await Promise.all([hd({aptosConfig:e,accountAddress:r}),ld({aptosConfig:e,accountAddress:r,options:{withAuthKey:t.authKey()}})]);if(o)return{accountAddress:r,lastTransactionVersion:i}}async function P(n){n.minimumLedgerVersion!==void 0&&await Vr({aptosConfig:n.config,minimumLedgerVersion:n.minimumLedgerVersion,processorType:n.processorType})}async function le(n){let{aptosConfig:e,payload:t,options:r}=n,i=await Ys({...t,aptosConfig:e}),o=new _chunkA2XB7TVIjs.m;i.serialize(o);let s=o.toUint8Array(),{data:a}=await wt({aptosConfig:e,path:"view",originMethod:"view",contentType:"application/x.aptos.view_function+bcs",params:{ledger_version:_optionalChain([r, 'optionalAccess', _156 => _156.ledgerVersion])},body:s});return a}async function ba(n){let{aptosConfig:e,payload:t,options:r}=n,{data:i}=await wt({aptosConfig:e,originMethod:"viewJson",path:"view",params:{ledger_version:_optionalChain([r, 'optionalAccess', _157 => _157.ledgerVersion])},body:{function:t.function,type_arguments:_nullishCoalesce(t.typeArguments, () => ([])),arguments:_nullishCoalesce(t.functionArguments, () => ([]))}});return i}async function Ta(n){let{aptosConfig:e,sender:t,authenticationFunction:r,options:i}=n,{moduleAddress:o,moduleName:s,functionName:a}=_chunkA2XB7TVIjs.pa.call(void 0, r);return T({aptosConfig:e,sender:t,data:{function:"0x1::account_abstraction::add_authentication_function",typeArguments:[],functionArguments:[o,s,a],abi:{typeParameters:[],parameters:[new G,new h(I()),new h(I())]}},options:i})}async function wa(n){let{aptosConfig:e,sender:t,authenticationFunction:r,options:i}=n,{moduleAddress:o,moduleName:s,functionName:a}=_chunkA2XB7TVIjs.pa.call(void 0, r);return T({aptosConfig:e,sender:t,data:{function:"0x1::account_abstraction::remove_authentication_function",typeArguments:[],functionArguments:[o,s,a],abi:{typeParameters:[],parameters:[new G,new h(I()),new h(I())]}},options:i})}async function Sa(n){let{aptosConfig:e,sender:t,options:r}=n;return T({aptosConfig:e,sender:t,data:{function:"0x1::account_abstraction::remove_authenticator",typeArguments:[],functionArguments:[],abi:{typeParameters:[],parameters:[]}},options:r})}var qt=class{constructor(e){this.config=e;this.isAccountAbstractionEnabled=async e=>{let t=await this.getAuthenticationFunction(e),{moduleAddress:r,moduleName:i,functionName:o}=_chunkA2XB7TVIjs.pa.call(void 0, e.authenticationFunction);return _nullishCoalesce(_optionalChain([t, 'optionalAccess', _158 => _158.some, 'call', _159 => _159(s=>_chunkA2XB7TVIjs.ba.fromString(r).equals(s.moduleAddress)&&i===s.moduleName&&o===s.functionName)]), () => (!1))};this.enableAccountAbstractionTransaction=this.addAuthenticationFunctionTransaction;this.disableAccountAbstractionTransaction=async e=>{let{accountAddress:t,authenticationFunction:r,options:i}=e;return r?this.removeAuthenticationFunctionTransaction({accountAddress:t,authenticationFunction:r,options:i}):this.removeDispatchableAuthenticatorTransaction({accountAddress:t,options:i})}}async addAuthenticationFunctionTransaction(e){let{accountAddress:t,authenticationFunction:r,options:i}=e;return Ta({aptosConfig:this.config,authenticationFunction:r,sender:t,options:i})}async removeAuthenticationFunctionTransaction(e){let{accountAddress:t,authenticationFunction:r,options:i}=e;return wa({aptosConfig:this.config,sender:t,authenticationFunction:r,options:i})}async removeDispatchableAuthenticatorTransaction(e){let{accountAddress:t,options:r}=e;return Sa({aptosConfig:this.config,sender:t,options:r})}async getAuthenticationFunction(e){let{accountAddress:t}=e,[{vec:r}]=await le({aptosConfig:this.config,payload:{function:"0x1::account_abstraction::dispatchable_authenticator",functionArguments:[_chunkA2XB7TVIjs.ba.from(t)],abi:{typeParameters:[],parameters:[new G],returnTypes:[]}}});if(r.length!==0)return r[0].map(i=>({moduleAddress:_chunkA2XB7TVIjs.ba.fromString(i.module_address),moduleName:i.module_name,functionName:i.function_name}))}};var qn=class{constructor(e){this.config=e;this.abstraction=new qt(e)}async getAccountInfo(e){return bn({aptosConfig:this.config,...e})}async getAccountModules(e){return oa({aptosConfig:this.config,...e})}async getAccountModulesPage(e){return sa({aptosConfig:this.config,...e})}async getAccountModule(e){return Wr({aptosConfig:this.config,...e})}async getAccountTransactions(e){return ro({aptosConfig:this.config,...e})}async getAccountResources(e){return io({aptosConfig:this.config,...e})}async getAccountResourcesPage(e){return aa({aptosConfig:this.config,...e})}async getAccountResource(e){return oo({aptosConfig:this.config,...e})}async lookupOriginalAccountAddress(e){return Ln({aptosConfig:this.config,...e})}async getAccountTokensCount(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"account_transactions_processor"}),ca({aptosConfig:this.config,...e})}async getAccountOwnedTokens(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),ua({aptosConfig:this.config,...e})}async getAccountOwnedTokensFromCollectionAddress(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),da({aptosConfig:this.config,...e})}async getAccountCollectionsWithOwnedTokens(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),pa({aptosConfig:this.config,...e})}async getAccountTransactionsCount(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"account_transactions_processor"}),la({aptosConfig:this.config,...e})}async getAccountCoinsData(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"fungible_asset_processor"}),ga({aptosConfig:this.config,...e})}async getAccountCoinsCount(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"fungible_asset_processor"}),ya({aptosConfig:this.config,...e})}async getAccountAPTAmount(e){return this.getAccountCoinAmount({coinType:Rt,faMetadataAddress:$o,...e})}async getAccountCoinAmount(e){let{accountAddress:t,coinType:r,faMetadataAddress:i}=e,o=r;r===void 0&&i!==void 0&&(o=await qe(async()=>{try{let c=(await le({aptosConfig:this.config,payload:{function:"0x1::coin::paired_coin",functionArguments:[i]}}))[0];if(c.vec.length>0&&_chunkA2XB7TVIjs.oa.call(void 0, c.vec[0]))return _chunkA2XB7TVIjs.na.call(void 0, c.vec[0])}catch (e6){}},`coin-mapping-${i.toString()}`,1e3*60*5)());let s;if(r!==void 0&&i!==void 0)s=_chunkA2XB7TVIjs.ba.from(i).toStringLong();else if(r!==void 0&&i===void 0)r===Rt?s=_chunkA2XB7TVIjs.ba.A.toStringLong():s=_chunkA2XB7TVIjs.ca.call(void 0, _chunkA2XB7TVIjs.ba.A,r).toStringLong();else if(r===void 0&&i!==void 0){let c=_chunkA2XB7TVIjs.ba.from(i);s=c.toStringLong(),c===_chunkA2XB7TVIjs.ba.A&&(o=Rt)}else throw new Error("Either coinType, faMetadataAddress, or both must be provided");if(o!==void 0){let[c]=await le({aptosConfig:this.config,payload:{function:"0x1::coin::balance",typeArguments:[o],functionArguments:[t]}});return parseInt(c,10)}let[a]=await le({aptosConfig:this.config,payload:{function:"0x1::primary_fungible_store::balance",typeArguments:["0x1::object::ObjectCore"],functionArguments:[t,s]}});return parseInt(a,10)}async getBalance(e){return ma({aptosConfig:this.config,...e})}async getAccountOwnedObjects(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"default_processor"}),so({aptosConfig:this.config,...e})}async deriveAccountFromPrivateKey(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"account_restoration_processor"}),await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"objects_processor"}),fa({aptosConfig:this.config,...e})}async deriveOwnedAccountsFromSigner(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"account_restoration_processor"}),await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"objects_processor"}),ao({aptosConfig:this.config,...e})}async getAccountsForPublicKey(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"account_restoration_processor"}),await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"objects_processor"}),Zr({aptosConfig:this.config,...e})}};var _aptosclient = require('@aptos-labs/aptos-client'); var _aptosclient2 = _interopRequireDefault(_aptosclient);var ei=class{constructor(e){if(_optionalChain([e, 'optionalAccess', _160 => _160.fullnode])||_optionalChain([e, 'optionalAccess', _161 => _161.indexer])||_optionalChain([e, 'optionalAccess', _162 => _162.faucet])||_optionalChain([e, 'optionalAccess', _163 => _163.pepper])||_optionalChain([e, 'optionalAccess', _164 => _164.prover])){if(_optionalChain([e, 'optionalAccess', _165 => _165.network])==="custom")console.info("Note: using CUSTOM network will require queries to lookup ChainId");else if(!_optionalChain([e, 'optionalAccess', _166 => _166.network]))throw new Error("Custom endpoints require a network to be specified")}this.network=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _167 => _167.network]), () => ("devnet")),this.fullnode=_optionalChain([e, 'optionalAccess', _168 => _168.fullnode]),this.faucet=_optionalChain([e, 'optionalAccess', _169 => _169.faucet]),this.pepper=_optionalChain([e, 'optionalAccess', _170 => _170.pepper]),this.prover=_optionalChain([e, 'optionalAccess', _171 => _171.prover]),this.indexer=_optionalChain([e, 'optionalAccess', _172 => _172.indexer]),this.client=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _173 => _173.client]), () => ({provider:_aptosclient2.default})),this.clientConfig=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _174 => _174.clientConfig]), () => ({})),this.fullnodeConfig=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _175 => _175.fullnodeConfig]), () => ({})),this.indexerConfig=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _176 => _176.indexerConfig]), () => ({})),this.faucetConfig=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _177 => _177.faucetConfig]), () => ({})),this.transactionGenerationConfig=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _178 => _178.transactionGenerationConfig]), () => ({})),this.pluginConfig=_optionalChain([e, 'optionalAccess', _179 => _179.pluginSettings])?{...e.pluginSettings,IGNORE_TRANSACTION_SUBMITTER:!1}:void 0}getRequestUrl(e){switch(e){case"Fullnode":if(this.fullnode!==void 0)return this.fullnode;if(this.network==="custom")throw new Error("Please provide a custom full node url");return Vo[this.network];case"Faucet":if(this.faucet!==void 0)return this.faucet;if(this.network==="testnet")throw new Error("There is no way to programmatically mint testnet APT, you must use the minting site at https://aptos.dev/network/faucet");if(this.network==="mainnet")throw new Error("There is no mainnet faucet");if(this.network==="custom")throw new Error("Please provide a custom faucet url");return Ho[this.network];case"Indexer":if(this.indexer!==void 0)return this.indexer;if(this.network==="custom")throw new Error("Please provide a custom indexer url");return Mo[this.network];case"Pepper":if(this.pepper!==void 0)return this.pepper;if(this.network==="custom")throw new Error("Please provide a custom pepper service url");return fi[this.network];case"Prover":if(this.prover!==void 0)return this.prover;if(this.network==="custom")throw new Error("Please provide a custom prover service url");return Ai[this.network];default:throw Error(`apiType ${e} is not supported`)}}isPepperServiceRequest(e){return fi[this.network]===e}isProverServiceRequest(e){return Ai[this.network]===e}getDefaultMaxGasAmount(){return _nullishCoalesce(_optionalChain([this, 'access', _180 => _180.transactionGenerationConfig, 'optionalAccess', _181 => _181.defaultMaxGasAmount]), () => (2e5))}getDefaultTxnExpirySecFromNow(){return _nullishCoalesce(_optionalChain([this, 'access', _182 => _182.transactionGenerationConfig, 'optionalAccess', _183 => _183.defaultTxnExpirySecFromNow]), () => (20))}setIgnoreTransactionSubmitter(e){this.pluginConfig&&(this.pluginConfig.IGNORE_TRANSACTION_SUBMITTER=e)}getTransactionSubmitter(){if(this.pluginConfig!==void 0&&this.pluginConfig.IGNORE_TRANSACTION_SUBMITTER!==!0)return this.pluginConfig.TRANSACTION_SUBMITTER}};var wd={typeParameters:[{constraints:[]}],parameters:[new G,new te]};async function Pa(n){let{aptosConfig:e,sender:t,recipient:r,amount:i,coinType:o,options:s}=n;return T({aptosConfig:e,sender:t,data:{function:"0x1::aptos_account::transfer_coins",typeArguments:[_nullishCoalesce(o, () => (Rt))],functionArguments:[r,i],abi:wd},options:s})}var $n=class{constructor(e){this.config=e}async transferCoinTransaction(e){return Pa({aptosConfig:this.config,...e})}};var xt={BOOLEAN:"bool",U8:"u8",U16:"u16",U32:"u32",U64:"u64",U128:"u128",U256:"u256",ADDRESS:"address",STRING:"0x1::string::String",ARRAY:"vector<u8>"},ve="0x4::token::Token";async function Ea(n){let{aptosConfig:e,digitalAssetAddress:t}=n,r={token_data_id:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}};return(await w({aptosConfig:e,query:{query:Us,variables:{where_condition:r}},originMethod:"getDigitalAssetData"})).current_token_datas_v2[0]}async function _a(n){let{aptosConfig:e,digitalAssetAddress:t}=n,r={token_data_id:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()},amount:{_gt:0}};return(await w({aptosConfig:e,query:{query:Gi,variables:{where_condition:r}},originMethod:"getCurrentDigitalAssetOwnership"})).current_token_ownerships_v2[0]}async function xa(n){let{aptosConfig:e,ownerAddress:t,options:r}=n,i={owner_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()},amount:{_gt:0}},o={query:Gi,variables:{where_condition:i,offset:_optionalChain([r, 'optionalAccess', _184 => _184.offset]),limit:_optionalChain([r, 'optionalAccess', _185 => _185.limit]),order_by:_optionalChain([r, 'optionalAccess', _186 => _186.orderBy])}};return(await w({aptosConfig:e,query:o,originMethod:"getOwnedDigitalAssets"})).current_token_ownerships_v2}async function Ia(n){let{aptosConfig:e,digitalAssetAddress:t,options:r}=n,i={token_data_id:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}},o={query:Rs,variables:{where_condition:i,offset:_optionalChain([r, 'optionalAccess', _187 => _187.offset]),limit:_optionalChain([r, 'optionalAccess', _188 => _188.limit]),order_by:_optionalChain([r, 'optionalAccess', _189 => _189.orderBy])}};return(await w({aptosConfig:e,query:o,originMethod:"getDigitalAssetActivity"})).token_activities_v2}var Sd={typeParameters:[],parameters:[new h(I()),new te,new h(I()),new h(I()),new Q,new Q,new Q,new Q,new Q,new Q,new Q,new Q,new Q,new te,new te]};async function Ca(n){let{aptosConfig:e,options:t,creator:r}=n;return T({aptosConfig:e,sender:r.accountAddress,data:{function:"0x4::aptos_token::create_collection",functionArguments:[new C(n.description),new $(_nullishCoalesce(n.maxSupply, () => (_chunkA2XB7TVIjs.e))),new C(n.name),new C(n.uri),new D(_nullishCoalesce(n.mutableDescription, () => (!0))),new D(_nullishCoalesce(n.mutableRoyalty, () => (!0))),new D(_nullishCoalesce(n.mutableURI, () => (!0))),new D(_nullishCoalesce(n.mutableTokenDescription, () => (!0))),new D(_nullishCoalesce(n.mutableTokenName, () => (!0))),new D(_nullishCoalesce(n.mutableTokenProperties, () => (!0))),new D(_nullishCoalesce(n.mutableTokenURI, () => (!0))),new D(_nullishCoalesce(n.tokensBurnableByCreator, () => (!0))),new D(_nullishCoalesce(n.tokensFreezableByCreator, () => (!0))),new $(_nullishCoalesce(n.royaltyNumerator, () => (0))),new $(_nullishCoalesce(n.royaltyDenominator, () => (1)))],abi:Sd},options:t})}async function Tn(n){let{aptosConfig:e,options:t}=n,r=_optionalChain([t, 'optionalAccess', _190 => _190.where]);_optionalChain([t, 'optionalAccess', _191 => _191.tokenStandard])&&(r.token_standard={_eq:_nullishCoalesce(_optionalChain([t, 'optionalAccess', _192 => _192.tokenStandard]), () => ("v2"))});let i={query:Es,variables:{where_condition:r,offset:_optionalChain([t, 'optionalAccess', _193 => _193.offset]),limit:_optionalChain([t, 'optionalAccess', _194 => _194.limit])}};return(await w({aptosConfig:e,query:i,originMethod:"getCollectionData"})).current_collections_v2[0]}async function va(n){let{aptosConfig:e,creatorAddress:t,collectionName:r,options:i}=n,o=_chunkA2XB7TVIjs.ba.from(t),s={collection_name:{_eq:r},creator_address:{_eq:o.toStringLong()}};return _optionalChain([i, 'optionalAccess', _195 => _195.tokenStandard])&&(s.token_standard={_eq:_nullishCoalesce(_optionalChain([i, 'optionalAccess', _196 => _196.tokenStandard]), () => ("v2"))}),Tn({aptosConfig:e,options:{...i,where:s}})}async function Ka(n){let{aptosConfig:e,creatorAddress:t,options:r}=n,o={creator_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}};return _optionalChain([r, 'optionalAccess', _197 => _197.tokenStandard])&&(o.token_standard={_eq:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _198 => _198.tokenStandard]), () => ("v2"))}),Tn({aptosConfig:e,options:{...r,where:o}})}async function Ra(n){let{aptosConfig:e,collectionId:t,options:r}=n,o={collection_id:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}};return _optionalChain([r, 'optionalAccess', _199 => _199.tokenStandard])&&(o.token_standard={_eq:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _200 => _200.tokenStandard]), () => ("v2"))}),Tn({aptosConfig:e,options:{...r,where:o}})}async function Ua(n){let{creatorAddress:e,collectionName:t,options:r,aptosConfig:i}=n,o=_chunkA2XB7TVIjs.ba.from(e),s={collection_name:{_eq:t},creator_address:{_eq:o.toStringLong()}};return _optionalChain([r, 'optionalAccess', _201 => _201.tokenStandard])&&(s.token_standard={_eq:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _202 => _202.tokenStandard]), () => ("v2"))}),(await Tn({aptosConfig:i,options:{where:s}})).collection_id}var Pd={typeParameters:[],parameters:[new h(I()),new h(I()),new h(I()),new h(I()),new U(new h(I())),new U(new h(I())),new U(U.u8())]};async function ka(n){let{aptosConfig:e,options:t,creator:r,collection:i,description:o,name:s,uri:a,propertyKeys:c,propertyTypes:d,propertyValues:y}=n,A=_optionalChain([d, 'optionalAccess', _203 => _203.map, 'call', _204 => _204(p=>xt[p])]);return T({aptosConfig:e,sender:r.accountAddress,data:{function:"0x4::aptos_token::mint",functionArguments:[new C(i),new C(o),new C(s),new C(a),S.MoveString(_nullishCoalesce(c, () => ([]))),S.MoveString(_nullishCoalesce(A, () => ([]))),Wa(_nullishCoalesce(y, () => ([])),_nullishCoalesce(A, () => ([])))],abi:Pd},options:t})}var Ed={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new G]};async function za(n){let{aptosConfig:e,sender:t,digitalAssetAddress:r,recipient:i,digitalAssetType:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::object::transfer",typeArguments:[_nullishCoalesce(o, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(r),_chunkA2XB7TVIjs.ba.from(i)],abi:Ed},options:s})}var _d={typeParameters:[],parameters:[new h(I()),new h(I()),new h(I()),new h(I()),new U(new h(I())),new U(new h(I())),new U(U.u8()),new G]};async function Na(n){let{aptosConfig:e,account:t,collection:r,description:i,name:o,uri:s,recipient:a,propertyKeys:c,propertyTypes:d,propertyValues:y,options:A}=n;if(_optionalChain([c, 'optionalAccess', _205 => _205.length])!==_optionalChain([y, 'optionalAccess', _206 => _206.length]))throw new Error("Property keys and property values counts do not match");if(_optionalChain([d, 'optionalAccess', _207 => _207.length])!==_optionalChain([y, 'optionalAccess', _208 => _208.length]))throw new Error("Property types and property values counts do not match");let p=_optionalChain([d, 'optionalAccess', _209 => _209.map, 'call', _210 => _210(g=>xt[g])]);return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::mint_soul_bound",functionArguments:[r,i,o,s,S.MoveString(_nullishCoalesce(c, () => ([]))),S.MoveString(_nullishCoalesce(p, () => ([]))),Wa(_nullishCoalesce(y, () => ([])),_nullishCoalesce(p, () => ([]))),a],abi:_d},options:A})}var xd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0)))]};async function Da(n){let{aptosConfig:e,creator:t,digitalAssetAddress:r,digitalAssetType:i,options:o}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::burn",typeArguments:[_nullishCoalesce(i, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(r)],abi:xd},options:o})}var Id={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0)))]};async function Fa(n){let{aptosConfig:e,creator:t,digitalAssetAddress:r,digitalAssetType:i,options:o}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::freeze_transfer",typeArguments:[_nullishCoalesce(i, () => (ve))],functionArguments:[r],abi:Id},options:o})}var Cd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0)))]};async function Oa(n){let{aptosConfig:e,creator:t,digitalAssetAddress:r,digitalAssetType:i,options:o}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::unfreeze_transfer",typeArguments:[_nullishCoalesce(i, () => (ve))],functionArguments:[r],abi:Cd},options:o})}var vd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I())]};async function Ga(n){let{aptosConfig:e,creator:t,description:r,digitalAssetAddress:i,digitalAssetType:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::set_description",typeArguments:[_nullishCoalesce(o, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(i),new C(r)],abi:vd},options:s})}var Kd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I())]};async function Ba(n){let{aptosConfig:e,creator:t,name:r,digitalAssetAddress:i,digitalAssetType:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::set_name",typeArguments:[_nullishCoalesce(o, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(i),new C(r)],abi:Kd},options:s})}var Rd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I())]};async function Ma(n){let{aptosConfig:e,creator:t,uri:r,digitalAssetAddress:i,digitalAssetType:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::set_uri",typeArguments:[_nullishCoalesce(o, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(i),new C(r)],abi:Rd},options:s})}var Ud={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I()),new h(I()),U.u8()]};async function Va(n){let{aptosConfig:e,creator:t,propertyKey:r,propertyType:i,propertyValue:o,digitalAssetAddress:s,digitalAssetType:a,options:c}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::add_property",typeArguments:[_nullishCoalesce(a, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(s),new C(r),new C(xt[i]),S.U8(co(o,xt[i]))],abi:Ud},options:c})}var kd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I())]};async function Ha(n){let{aptosConfig:e,creator:t,propertyKey:r,digitalAssetAddress:i,digitalAssetType:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::remove_property",typeArguments:[_nullishCoalesce(o, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(i),new C(r)],abi:kd},options:s})}var zd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I()),new h(I()),U.u8()]};async function La(n){let{aptosConfig:e,creator:t,propertyKey:r,propertyType:i,propertyValue:o,digitalAssetAddress:s,digitalAssetType:a,options:c}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::update_property",typeArguments:[_nullishCoalesce(a, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(s),new C(r),new C(xt[i]),co(o,xt[i])],abi:zd},options:c})}var Nd={typeParameters:[{constraints:["key"]},{constraints:[]}],parameters:[new h(be(new M(0))),new h(I()),new M(1)]};async function qa(n){let{aptosConfig:e,creator:t,propertyKey:r,propertyType:i,propertyValue:o,digitalAssetAddress:s,digitalAssetType:a,options:c}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::add_typed_property",typeArguments:[_nullishCoalesce(a, () => (ve)),xt[i]],functionArguments:[_chunkA2XB7TVIjs.ba.from(s),new C(r),o],abi:Nd},options:c})}var Dd={typeParameters:[{constraints:["key"]},{constraints:[]}],parameters:[new h(be(new M(0))),new h(I()),new M(1)]};async function $a(n){let{aptosConfig:e,creator:t,propertyKey:r,propertyType:i,propertyValue:o,digitalAssetAddress:s,digitalAssetType:a,options:c}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::update_typed_property",typeArguments:[_nullishCoalesce(a, () => (ve)),xt[i]],functionArguments:[_chunkA2XB7TVIjs.ba.from(s),new C(r),o],abi:Dd},options:c})}function Wa(n,e){let t=new Array;return e.forEach((r,i)=>{t.push(co(n[i],r))}),t}function co(n,e){let t=Ve(e);return Lt(n,t,0,[]).bcsToBytes()}var Wn=class{constructor(e){this.config=e}async getCollectionData(e){await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"});let{creatorAddress:t,collectionName:r,options:i}=e,o=_chunkA2XB7TVIjs.ba.from(t),s={collection_name:{_eq:r},creator_address:{_eq:o.toStringLong()}};return _optionalChain([i, 'optionalAccess', _211 => _211.tokenStandard])&&(s.token_standard={_eq:_nullishCoalesce(_optionalChain([i, 'optionalAccess', _212 => _212.tokenStandard]), () => ("v2"))}),Tn({aptosConfig:this.config,options:{where:s}})}async getCollectionDataByCreatorAddressAndCollectionName(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),va({aptosConfig:this.config,...e})}async getCollectionDataByCreatorAddress(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),Ka({aptosConfig:this.config,...e})}async getCollectionDataByCollectionId(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),Ra({aptosConfig:this.config,...e})}async getCollectionId(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),Ua({aptosConfig:this.config,...e})}async getDigitalAssetData(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),Ea({aptosConfig:this.config,...e})}async getCurrentDigitalAssetOwnership(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),_a({aptosConfig:this.config,...e})}async getOwnedDigitalAssets(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),xa({aptosConfig:this.config,...e})}async getDigitalAssetActivity(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),Ia({aptosConfig:this.config,...e})}async createCollectionTransaction(e){return Ca({aptosConfig:this.config,...e})}async mintDigitalAssetTransaction(e){return ka({aptosConfig:this.config,...e})}async transferDigitalAssetTransaction(e){return za({aptosConfig:this.config,...e})}async mintSoulBoundTransaction(e){return Na({aptosConfig:this.config,...e})}async burnDigitalAssetTransaction(e){return Da({aptosConfig:this.config,...e})}async freezeDigitalAssetTransaferTransaction(e){return Fa({aptosConfig:this.config,...e})}async unfreezeDigitalAssetTransaferTransaction(e){return Oa({aptosConfig:this.config,...e})}async setDigitalAssetDescriptionTransaction(e){return Ga({aptosConfig:this.config,...e})}async setDigitalAssetNameTransaction(e){return Ba({aptosConfig:this.config,...e})}async setDigitalAssetURITransaction(e){return Ma({aptosConfig:this.config,...e})}async addDigitalAssetPropertyTransaction(e){return Va({aptosConfig:this.config,...e})}async removeDigitalAssetPropertyTransaction(e){return Ha({aptosConfig:this.config,...e})}async updateDigitalAssetPropertyTransaction(e){return La({aptosConfig:this.config,...e})}async addDigitalAssetTypedPropertyTransaction(e){return qa({aptosConfig:this.config,...e})}async updateDigitalAssetTypedPropertyTransaction(e){return $a({aptosConfig:this.config,...e})}};async function Qa(n){let{aptosConfig:e,accountAddress:t,amount:r,options:i}=n,o=_optionalChain([i, 'optionalAccess', _213 => _213.timeoutSecs])||20,{data:s}=await Zo({aptosConfig:e,path:"fund",body:{address:_chunkA2XB7TVIjs.ba.from(t).toString(),amount:r},originMethod:"fundAccount"}),a=s.txn_hashes[0],c=await An({aptosConfig:e,transactionHash:a,options:{timeoutSecs:o,checkSuccess:_optionalChain([i, 'optionalAccess', _214 => _214.checkSuccess])}});if(c.type==="user_transaction")return c;throw new Error(`Unexpected transaction received for fund account: ${c.type}`)}var Qn=class{constructor(e){this.config=e}async fundAccount(e){let t=await Qa({aptosConfig:this.config,...e});return(_optionalChain([e, 'access', _215 => _215.options, 'optionalAccess', _216 => _216.waitForIndexer])===void 0||_optionalChain([e, 'access', _217 => _217.options, 'optionalAccess', _218 => _218.waitForIndexer]))&&await Vr({aptosConfig:this.config,minimumLedgerVersion:BigInt(t.version),processorType:"fungible_asset_processor"}),t}};async function ti(n){let{aptosConfig:e,options:t}=n,r={query:Cs,variables:{where_condition:_optionalChain([t, 'optionalAccess', _219 => _219.where]),limit:_optionalChain([t, 'optionalAccess', _220 => _220.limit]),offset:_optionalChain([t, 'optionalAccess', _221 => _221.offset])}};return(await w({aptosConfig:e,query:r,originMethod:"getFungibleAssetMetadata"})).fungible_asset_metadata}async function ja(n){let{aptosConfig:e,options:t}=n,r={query:Is,variables:{where_condition:_optionalChain([t, 'optionalAccess', _222 => _222.where]),limit:_optionalChain([t, 'optionalAccess', _223 => _223.limit]),offset:_optionalChain([t, 'optionalAccess', _224 => _224.offset])}};return(await w({aptosConfig:e,query:r,originMethod:"getFungibleAssetActivities"})).fungible_asset_activities}async function Ja(n){let{aptosConfig:e,options:t}=n,r={query:_s,variables:{where_condition:_optionalChain([t, 'optionalAccess', _225 => _225.where]),limit:_optionalChain([t, 'optionalAccess', _226 => _226.limit]),offset:_optionalChain([t, 'optionalAccess', _227 => _227.offset])}};return(await w({aptosConfig:e,query:r,originMethod:"getCurrentFungibleAssetBalances"})).current_fungible_asset_balances}var Xa={typeParameters:[{constraints:[]}],parameters:[Ve("0x1::object::Object"),new G,new te]};async function Ya(n){let{aptosConfig:e,sender:t,fungibleAssetMetadataAddress:r,recipient:i,amount:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::primary_fungible_store::transfer",typeArguments:["0x1::fungible_asset::Metadata"],functionArguments:[r,i,o],abi:Xa},options:s})}async function Za(n){let{aptosConfig:e,sender:t,fromStore:r,toStore:i,amount:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::dispatchable_fungible_asset::transfer",typeArguments:["0x1::fungible_asset::FungibleStore"],functionArguments:[r,i,o],abi:Xa},options:s})}var jn=class{constructor(e){this.config=e}async getFungibleAssetMetadata(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _228 => _228.minimumLedgerVersion]),processorType:"fungible_asset_processor"}),ti({aptosConfig:this.config,...e})}async getFungibleAssetMetadataByAssetType(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _229 => _229.minimumLedgerVersion]),processorType:"fungible_asset_processor"}),(await ti({aptosConfig:this.config,options:{where:{asset_type:{_eq:e.assetType}}}}))[0]}async getFungibleAssetMetadataByCreatorAddress(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _230 => _230.minimumLedgerVersion]),processorType:"fungible_asset_processor"}),await ti({aptosConfig:this.config,options:{where:{creator_address:{_eq:_chunkA2XB7TVIjs.ba.from(e.creatorAddress).toStringLong()}}}})}async getFungibleAssetActivities(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _231 => _231.minimumLedgerVersion]),processorType:"fungible_asset_processor"}),ja({aptosConfig:this.config,...e})}async getCurrentFungibleAssetBalances(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _232 => _232.minimumLedgerVersion]),processorType:"fungible_asset_processor"}),Ja({aptosConfig:this.config,...e})}async transferFungibleAsset(e){return Ya({aptosConfig:this.config,...e})}async transferFungibleAssetBetweenStores(e){return Za({aptosConfig:this.config,...e})}};var Jn=class{constructor(e){this.config=e}async getLedgerInfo(){return Nr({aptosConfig:this.config})}async getChainId(){return(await this.getLedgerInfo()).chain_id}async getBlockByVersion(e){return Bs({aptosConfig:this.config,...e})}async getBlockByHeight(e){return Ms({aptosConfig:this.config,...e})}async view(e){return le({aptosConfig:this.config,...e})}async viewJson(e){return ba({aptosConfig:this.config,...e})}async getChainTopUserTransactions(e){return ks({aptosConfig:this.config,...e})}async queryIndexer(e){return w({aptosConfig:this.config,...e})}async getIndexerLastSuccessVersion(){return Dr({aptosConfig:this.config})}async getProcessorStatus(e){return Fr({aptosConfig:this.config,processorType:e})}};var ec=["A name must be between 3 and 63 characters long,","and can only contain lowercase a-z, 0-9, and hyphens.","A name may not start or end with a hyphen."].join(" ");function tc(n){return!(!n||n.length<3||n.length>63||!/^[a-z\d][a-z\d-]{1,61}[a-z\d]$/.test(n))}function It(n){let[e,t,...r]=n.replace(/\.apt$/,"").split(".");if(r.length>0)throw new Error(`${n} is invalid. A name can only have two parts, a domain and a subdomain separated by a "."`);if(!tc(e))throw new Error(`${e} is not valid. ${ec}`);if(t&&!tc(t))throw new Error(`${t} is not valid. ${ec}`);return{domainName:t||e,subdomainName:t?e:void 0}}function nc(n){if(!n)return!1;let e=new Date(n.domain_expiration_timestamp).getTime()<Date.now(),t=new Date(n.expiration_timestamp).getTime()<Date.now();return n.subdomain&&e?!1:n.subdomain&&n.subdomain_expiration_policy===1?!0:!t}var Fd="0x585fc9f0f0c54183b039ffc770ca282ebd87307916c215a3e692f2f8e4305e82",Od={testnet:"0x5f8fd2347449685cf41d4db97926ec3a096eaf381332be4f1318ad4d16a8497c",mainnet:"0x867ed1f6bf916171b1de3ee92849b8978b7d1b9e0a8cc982a3d19d535dfd9c0c",local:Fd,custom:null,devnet:null};function mt(n){let e=Od[n.network];if(!e)throw new Error(`The ANS contract is not deployed to ${n.network}`);return e}var ni=n=>{if(n&&typeof n=="object"&&"vec"in n&&Array.isArray(n.vec))return n.vec[0]};async function rc(n){let{aptosConfig:e,name:t}=n,r=mt(e),{domainName:i,subdomainName:o}=It(t),s=await le({aptosConfig:e,payload:{function:`${r}::router::get_owner_addr`,functionArguments:[i,o]}}),a=ni(s[0]);return a?_chunkA2XB7TVIjs.ba.from(a):void 0}async function ic(n){let{aptosConfig:e,expiration:t,name:r,sender:i,targetAddress:o,toAddress:s,options:a,transferable:c}=n,d=mt(e),{domainName:y,subdomainName:A}=It(r),p=t.policy==="subdomain:independent"||t.policy==="subdomain:follow-domain";if(A&&!p)throw new Error("Subdomains must have an expiration policy of either 'subdomain:independent' or 'subdomain:follow-domain'");if(p&&!A)throw new Error(`Policy is set to ${t.policy} but no subdomain was provided`);if(t.policy==="domain"){let q=_nullishCoalesce(t.years, () => (1));if(q!==1)throw new Error("For now, names can only be registered for 1 year at a time");let Xe=q*31536e3;return await T({aptosConfig:e,sender:i.accountAddress.toString(),data:{function:`${d}::router::register_domain`,functionArguments:[y,Xe,o,s]},options:a})}if(!A)throw new Error(`${t.policy} requires a subdomain to be provided.`);let g=await uo({aptosConfig:e,name:y});if(!g)throw new Error("The domain does not exist");let b=t.policy==="subdomain:independent"?t.expirationDate:g;if(b>g)throw new Error("The subdomain expiration time cannot be greater than the domain expiration time");return await T({aptosConfig:e,sender:i.accountAddress.toString(),data:{function:`${d}::router::register_subdomain`,functionArguments:[y,A,Math.round(b/1e3),t.policy==="subdomain:follow-domain"?1:0,!!c,o,s]},options:a})}async function uo(n){let{aptosConfig:e,name:t}=n,r=mt(e),{domainName:i,subdomainName:o}=It(t);try{let s=await le({aptosConfig:e,payload:{function:`${r}::router::get_expiration`,functionArguments:[i,o]}});return Number(s[0])*1e3}catch (e7){return}}async function oc(n){let{aptosConfig:e,address:t}=n,r=mt(e),i=await le({aptosConfig:e,payload:{function:`${r}::router::get_primary_name`,functionArguments:[_chunkA2XB7TVIjs.ba.from(t).toString()]}}),o=ni(i[1]),s=ni(i[0]);if(o)return[s,o].filter(Boolean).join(".")}async function sc(n){let{aptosConfig:e,sender:t,name:r,options:i}=n,o=mt(e);if(!r)return await T({aptosConfig:e,sender:t.accountAddress.toString(),data:{function:`${o}::router::clear_primary_name`,functionArguments:[]},options:i});let{domainName:s,subdomainName:a}=It(r);return await T({aptosConfig:e,sender:t.accountAddress.toString(),data:{function:`${o}::router::set_primary_name`,functionArguments:[s,a]},options:i})}async function ac(n){let{aptosConfig:e,name:t}=n,r=mt(e),{domainName:i,subdomainName:o}=It(t),s=await le({aptosConfig:e,payload:{function:`${r}::router::get_target_addr`,functionArguments:[i,o]}}),a=ni(s[0]);return a?_chunkA2XB7TVIjs.ba.from(a):void 0}async function cc(n){let{aptosConfig:e,sender:t,name:r,address:i,options:o}=n,s=mt(e),{domainName:a,subdomainName:c}=It(r);return await T({aptosConfig:e,sender:t.accountAddress.toString(),data:{function:`${s}::router::set_target_addr`,functionArguments:[a,c,i]},options:o})}async function uc(n){let{aptosConfig:e,name:t}=n,{domainName:r,subdomainName:i=""}=It(t),a=(await w({aptosConfig:e,query:{query:fn,variables:{where_condition:{domain:{_eq:r},subdomain:{_eq:i}},limit:1}},originMethod:"getName"})).current_aptos_names[0];return a&&(a=Xn(a)),nc(a)?a:void 0}async function dc(n){let{aptosConfig:e,options:t,accountAddress:r}=n,i=await po({aptosConfig:e});return(await w({aptosConfig:e,originMethod:"getAccountNames",query:{query:fn,variables:{limit:_optionalChain([t, 'optionalAccess', _233 => _233.limit]),offset:_optionalChain([t, 'optionalAccess', _234 => _234.offset]),order_by:_optionalChain([t, 'optionalAccess', _235 => _235.orderBy]),where_condition:{..._nullishCoalesce(_optionalChain([n, 'access', _236 => _236.options, 'optionalAccess', _237 => _237.where]), () => ({})),owner_address:{_eq:r.toString()},expiration_timestamp:{_gte:i}}}}})).current_aptos_names.map(Xn)}async function pc(n){let{aptosConfig:e,options:t,accountAddress:r}=n,i=await po({aptosConfig:e});return(await w({aptosConfig:e,originMethod:"getAccountDomains",query:{query:fn,variables:{limit:_optionalChain([t, 'optionalAccess', _238 => _238.limit]),offset:_optionalChain([t, 'optionalAccess', _239 => _239.offset]),order_by:_optionalChain([t, 'optionalAccess', _240 => _240.orderBy]),where_condition:{..._nullishCoalesce(_optionalChain([n, 'access', _241 => _241.options, 'optionalAccess', _242 => _242.where]), () => ({})),owner_address:{_eq:r.toString()},expiration_timestamp:{_gte:i},subdomain:{_eq:""}}}}})).current_aptos_names.map(Xn)}async function lc(n){let{aptosConfig:e,options:t,accountAddress:r}=n,i=await po({aptosConfig:e});return(await w({aptosConfig:e,originMethod:"getAccountSubdomains",query:{query:fn,variables:{limit:_optionalChain([t, 'optionalAccess', _243 => _243.limit]),offset:_optionalChain([t, 'optionalAccess', _244 => _244.offset]),order_by:_optionalChain([t, 'optionalAccess', _245 => _245.orderBy]),where_condition:{..._nullishCoalesce(_optionalChain([n, 'access', _246 => _246.options, 'optionalAccess', _247 => _247.where]), () => ({})),owner_address:{_eq:r.toString()},expiration_timestamp:{_gte:i},subdomain:{_neq:""}}}}})).current_aptos_names.map(Xn)}async function gc(n){let{aptosConfig:e,options:t,domain:r}=n;return(await w({aptosConfig:e,originMethod:"getDomainSubdomains",query:{query:fn,variables:{limit:_optionalChain([t, 'optionalAccess', _248 => _248.limit]),offset:_optionalChain([t, 'optionalAccess', _249 => _249.offset]),order_by:_optionalChain([t, 'optionalAccess', _250 => _250.orderBy]),where_condition:{..._nullishCoalesce(_optionalChain([n, 'access', _251 => _251.options, 'optionalAccess', _252 => _252.where]), () => ({})),domain:{_eq:r},subdomain:{_neq:""}}}}})).current_aptos_names.map(Xn).filter(nc)}async function po(n){let{aptosConfig:e}=n,t=mt(e),[r]=await le({aptosConfig:e,payload:{function:`${t}::config::reregistration_grace_sec`,functionArguments:[]}}),i=r/60/60/24,o=()=>new Date;return new Date(o().setDate(o().getDate()-i)).toISOString()}async function yc(n){let{aptosConfig:e,sender:t,name:r,years:i=1,options:o}=n,s=mt(e),a=i*31536e3,{domainName:c,subdomainName:d}=It(r);if(d)throw new Error("Subdomains cannot be renewed");if(i!==1)throw new Error("Currently, only 1 year renewals are supported");return await T({aptosConfig:e,sender:t.accountAddress.toString(),data:{function:`${s}::router::renew_domain`,functionArguments:[c,a]},options:o})}function Xn(n){return{...n,expiration_timestamp:new Date(n.expiration_timestamp).getTime()}}var Yn=class{constructor(e){this.config=e}async getOwnerAddress(e){return rc({aptosConfig:this.config,...e})}async getExpiration(e){return uo({aptosConfig:this.config,...e})}async getTargetAddress(e){return ac({aptosConfig:this.config,...e})}async setTargetAddress(e){return cc({aptosConfig:this.config,...e})}async getPrimaryName(e){return oc({aptosConfig:this.config,...e})}async setPrimaryName(e){return sc({aptosConfig:this.config,...e})}async registerName(e){return ic({aptosConfig:this.config,...e})}async renewDomain(e){return yc({aptosConfig:this.config,...e})}async getName(e){return uc({aptosConfig:this.config,...e})}async getAccountNames(e){return dc({aptosConfig:this.config,...e})}async getAccountDomains(e){return pc({aptosConfig:this.config,...e})}async getAccountSubdomains(e){return lc({aptosConfig:this.config,...e})}async getDomainSubdomains(e){return gc({aptosConfig:this.config,...e})}};async function mc(n){let{aptosConfig:e,poolAddress:t}=n,r=_chunkA2XB7TVIjs.ba.from(t).toStringLong(),o=await w({aptosConfig:e,query:{query:Fi,variables:{where_condition:{pool_address:{_eq:r}}}}});return o.num_active_delegator_per_pool[0]?o.num_active_delegator_per_pool[0].num_active_delegator:0}async function fc(n){let{aptosConfig:e,options:t}=n,r={query:Fi,variables:{order_by:_optionalChain([t, 'optionalAccess', _253 => _253.orderBy])}};return(await w({aptosConfig:e,query:r})).num_active_delegator_per_pool}async function Ac(n){let{aptosConfig:e,delegatorAddress:t,poolAddress:r}=n,i={query:xs,variables:{delegatorAddress:_chunkA2XB7TVIjs.ba.from(t).toStringLong(),poolAddress:_chunkA2XB7TVIjs.ba.from(r).toStringLong()}};return(await w({aptosConfig:e,query:i})).delegated_staking_activities}var Zn=class{constructor(e){this.config=e}async getNumberOfDelegators(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _254 => _254.minimumLedgerVersion]),processorType:"stake_processor"}),mc({aptosConfig:this.config,...e})}async getNumberOfDelegatorsForAllPools(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _255 => _255.minimumLedgerVersion]),processorType:"stake_processor"}),fc({aptosConfig:this.config,...e})}async getDelegatedStakingActivities(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _256 => _256.minimumLedgerVersion]),processorType:"stake_processor"}),Ac({aptosConfig:this.config,...e})}};var ri=class{constructor(e){this.config=e}async simple(e){return T({aptosConfig:this.config,...e})}async multiAgent(e){return T({aptosConfig:this.config,...e})}};function lo(n,e){if(!(n.getTransactionSubmitter()!==void 0||e.transactionSubmitter!==void 0)&&e.transaction.feePayerAddress&&!e.feePayerAuthenticator)throw new Error("You are submitting a Fee Payer transaction but missing the feePayerAuthenticator")}function go(n,e,t){let r=t.value;return t.value=async function(...i){return r.apply(this,i)},t}var wn=class{constructor(e){this.config=e}async simple(e){return to({aptosConfig:this.config,...e})}async multiAgent(e){return to({aptosConfig:this.config,...e})}};_chunkA2XB7TVIjs.a.call(void 0, [go],wn.prototype,"simple",1),_chunkA2XB7TVIjs.a.call(void 0, [go],wn.prototype,"multiAgent",1);var ii=class{constructor(e){this.config=e}async simple(e){return lo(this.config,e),Hn({aptosConfig:this.config,...e})}async multiAgent(e){return lo(this.config,e),Hn({aptosConfig:this.config,...e})}};var oi=class{constructor(e,t,r,i,o){this.lastUncommintedNumber=null;this.currentNumber=null;this.lock=!1;this.aptosConfig=e,this.account=t,this.maxWaitTime=r,this.maximumInFlight=i,this.sleepTime=o}async nextSequenceNumber(){for(;this.lock;)await _chunkA2XB7TVIjs.fa.call(void 0, this.sleepTime);this.lock=!0;let e=BigInt(0);try{if((this.lastUncommintedNumber===null||this.currentNumber===null)&&await this.initialize(),this.currentNumber-this.lastUncommintedNumber>=this.maximumInFlight){await this.update();let t=_chunkA2XB7TVIjs.ha.call(void 0, );for(;this.currentNumber-this.lastUncommintedNumber>=this.maximumInFlight;)await _chunkA2XB7TVIjs.fa.call(void 0, this.sleepTime),_chunkA2XB7TVIjs.ha.call(void 0, )-t>this.maxWaitTime?(console.warn(`Waited over 30 seconds for a transaction to commit, re-syncing ${this.account.accountAddress.toString()}`),await this.initialize()):await this.update()}e=this.currentNumber,this.currentNumber+=BigInt(1)}catch(t){console.error("error in getting next sequence number for this account",t)}finally{this.lock=!1}return e}async initialize(){let{sequence_number:e}=await bn({aptosConfig:this.aptosConfig,accountAddress:this.account.accountAddress});this.currentNumber=BigInt(e),this.lastUncommintedNumber=BigInt(e)}async update(){let{sequence_number:e}=await bn({aptosConfig:this.aptosConfig,accountAddress:this.account.accountAddress});return this.lastUncommintedNumber=BigInt(e),this.lastUncommintedNumber}async synchronize(){if(this.lastUncommintedNumber!==this.currentNumber){for(;this.lock;)await _chunkA2XB7TVIjs.fa.call(void 0, this.sleepTime);this.lock=!0;try{await this.update();let e=_chunkA2XB7TVIjs.ha.call(void 0, );for(;this.lastUncommintedNumber!==this.currentNumber;)_chunkA2XB7TVIjs.ha.call(void 0, )-e>this.maxWaitTime?(console.warn(`Waited over 30 seconds for a transaction to commit, re-syncing ${this.account.accountAddress.toString()}`),await this.initialize()):(await _chunkA2XB7TVIjs.fa.call(void 0, this.sleepTime),await this.update())}catch(e){console.error("error in synchronizing this account sequence number with the one on chain",e)}finally{this.lock=!1}}}};var Sn=class{constructor(){this.queue=[];this.pendingDequeue=[];this.cancelled=!1}enqueue(e){if(this.cancelled=!1,this.pendingDequeue.length>0){_optionalChain([this, 'access', _257 => _257.pendingDequeue, 'access', _258 => _258.shift, 'call', _259 => _259(), 'optionalAccess', _260 => _260.resolve, 'call', _261 => _261(e)]);return}this.queue.push(e)}async dequeue(){return this.queue.length>0?Promise.resolve(this.queue.shift()):new Promise((e,t)=>{this.pendingDequeue.push({resolve:e,reject:t})})}isEmpty(){return this.queue.length===0}cancel(){this.cancelled=!0,this.pendingDequeue.forEach(async({reject:e})=>{e(new Pn("Task cancelled"))}),this.pendingDequeue=[],this.queue.length=0}isCancelled(){return this.cancelled}pendingDequeueLength(){return this.pendingDequeue.length}},Pn=class extends Error{};var hc="fulfilled",bc= exports.TransactionWorkerEventsEnum =(o=>(o.TransactionSent="transactionSent",o.TransactionSendFailed="transactionSendFailed",o.TransactionExecuted="transactionExecuted",o.TransactionExecutionFailed="transactionExecutionFailed",o.ExecutionFinish="executionFinish",o))(bc||{}),si= exports.TransactionWorker =class extends _eventemitter32.default{constructor(t,r,i=30,o=100,s=10){super();this.taskQueue=new Sn;this.transactionsQueue=new Sn;this.outstandingTransactions=new Sn;this.sentTransactions=[];this.executedTransactions=[];this.aptosConfig=t,this.account=r,this.started=!1,this.accountSequnceNumber=new oi(t,r,i,o,s)}async submitNextTransaction(){try{for(;;){let t=await this.accountSequnceNumber.nextSequenceNumber();if(t===null)return;let r=await this.generateNextTransaction(this.account,t);if(!r)return;let i=Xr({aptosConfig:this.aptosConfig,transaction:r,signer:this.account});await this.outstandingTransactions.enqueue([i,t])}}catch(t){if(t instanceof Pn)return;throw new Error(`Submit transaction failed for ${this.account.accountAddress.toString()} with error ${t}`)}}async processTransactions(){try{for(;;){let t=[],r=[],[i,o]=await this.outstandingTransactions.dequeue();for(t.push(i),r.push(o);!this.outstandingTransactions.isEmpty();)[i,o]=await this.outstandingTransactions.dequeue(),t.push(i),r.push(o);let s=await Promise.allSettled(t);for(let a=0;a<s.length&&a<r.length;a+=1){let c=s[a];o=r[a],c.status===hc?(this.sentTransactions.push([c.value.hash,o,null]),this.emit("transactionSent",{message:`transaction hash ${c.value.hash} has been committed to chain`,transactionHash:c.value.hash}),await this.checkTransaction(c,o)):(this.sentTransactions.push([c.status,o,c.reason]),this.emit("transactionSendFailed",{message:`failed to commit transaction ${this.sentTransactions.length} with error ${c.reason}`,error:c.reason}))}this.emit("executionFinish",{message:`execute ${s.length} transactions finished`})}}catch(t){if(t instanceof Pn)return;throw new Error(`Process execution failed for ${this.account.accountAddress.toString()} with error ${t}`)}}async checkTransaction(t,r){try{let i=[];i.push(An({aptosConfig:this.aptosConfig,transactionHash:t.value.hash}));let o=await Promise.allSettled(i);for(let s=0;s<o.length;s+=1){let a=o[s];a.status===hc?(this.executedTransactions.push([a.value.hash,r,null]),this.emit("transactionExecuted",{message:`transaction hash ${a.value.hash} has been executed on chain`,transactionHash:t.value.hash})):(this.executedTransactions.push([a.status,r,a.reason]),this.emit("transactionExecutionFailed",{message:`failed to execute transaction ${this.executedTransactions.length} with error ${a.reason}`,error:a.reason}))}}catch(i){throw new Error(`Check transaction failed for ${this.account.accountAddress.toString()} with error ${i}`)}}async push(t,r){this.transactionsQueue.enqueue([t,r])}async generateNextTransaction(t,r){if(this.transactionsQueue.isEmpty())return;let[i,o]=await this.transactionsQueue.dequeue();return T({aptosConfig:this.aptosConfig,sender:t.accountAddress,data:i,options:{...o,accountSequenceNumber:r,replayProtectionNonce:void 0}})}async run(){try{for(;!this.taskQueue.isCancelled();)await(await this.taskQueue.dequeue())()}catch(t){throw new Error(`Unable to start transaction batching: ${t}`)}}start(){if(this.started)throw new Error("worker has already started");this.started=!0,this.taskQueue.enqueue(()=>this.submitNextTransaction()),this.taskQueue.enqueue(()=>this.processTransactions()),this.run()}stop(){if(this.taskQueue.isCancelled())throw new Error("worker has already stopped");this.started=!1,this.taskQueue.cancel()}};var ai=class extends _eventemitter32.default{constructor(e){super(),this.config=e}start(e){let{sender:t}=e;this.account=t,this.transactionWorker=new si(this.config,t),this.transactionWorker.start(),this.registerToEvents()}push(e){let{data:t,options:r}=e;for(let i of t)this.transactionWorker.push(i,r)}registerToEvents(){this.transactionWorker.on("transactionSent",async e=>{this.emit("transactionSent",e)}),this.transactionWorker.on("transactionSendFailed",async e=>{this.emit("transactionSendFailed",e)}),this.transactionWorker.on("transactionExecuted",async e=>{this.emit("transactionExecuted",e)}),this.transactionWorker.on("transactionExecutionFailed",async e=>{this.emit("transactionExecutionFailed",e)}),this.transactionWorker.on("executionFinish",async e=>{this.emit("executionFinish",e)})}forSingleAccount(e){try{let{sender:t,data:r,options:i}=e;this.start({sender:t}),this.push({data:r,options:i})}catch(t){throw new Error(`failed to submit transactions with error: ${t}`)}}};var er=class{constructor(e){this.config=e,this.build=new ri(this.config),this.simulate=new wn(this.config),this.submit=new ii(this.config),this.batch=new ai(this.config)}async getTransactions(e){return Mi({aptosConfig:this.config,...e})}async getTransactionByVersion(e){return Os({aptosConfig:this.config,...e})}async getTransactionByHash(e){return Mn({aptosConfig:this.config,...e})}async isPendingTransaction(e){return Gs({aptosConfig:this.config,...e})}async waitForTransaction(e){return An({aptosConfig:this.config,...e})}async getGasPriceEstimation(){return Mr({aptosConfig:this.config})}getSigningMessage(e){return na(e)}async publishPackageTransaction(e){return ia({aptosConfig:this.config,...e})}async rotateAuthKey(e){return Aa({aptosConfig:this.config,...e})}async rotateAuthKeyUnverified(e){return ha({aptosConfig:this.config,...e})}sign(e){return jr({...e})}signAsFeePayer(e){return Jr({...e})}async batchTransactionsForSingleAccount(e){try{let{sender:t,data:r,options:i}=e;this.batch.forSingleAccount({sender:t,data:r,options:i})}catch(t){throw new Error(`failed to submit transactions with error: ${t}`)}}async signAndSubmitTransaction(e){return Xr({aptosConfig:this.config,...e})}async signAndSubmitAsFeePayer(e){return ra({aptosConfig:this.config,...e})}};var tr=class{constructor(e){this.config=e}async getTableItem(e){return Gr({aptosConfig:this.config,...e})}async getTableItemsData(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"default_processor"}),Ds({aptosConfig:this.config,...e})}async getTableItemsMetadata(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"default_processor"}),Fs({aptosConfig:this.config,...e})}};async function ci(n){let{aptosConfig:e,jwt:t,ephemeralKeyPair:r,uidKey:i="sub",derivationPath:o}=n,s={jwt_b64:t,epk:r.getPublicKey().bcsToHex().toStringWithoutPrefix(),exp_date_secs:r.expiryDateSecs,epk_blinder:_chunkA2XB7TVIjs.j.fromHexInput(r.blinder).toStringWithoutPrefix(),uid_key:i,derivation_path:o},{data:a}=await es({aptosConfig:e,path:"fetch",body:s,originMethod:"getPepper",overrides:{WITH_CREDENTIALS:!1}});return _chunkA2XB7TVIjs.j.fromHexInput(a.pepper).toUint8Array()}async function yo(n){let{aptosConfig:e,jwt:t,ephemeralKeyPair:r,pepper:i=await ci(n),uidKey:o="sub",maxExpHorizonSecs:s=(await Xt({aptosConfig:e})).maxExpHorizonSecs}=n;if(_chunkA2XB7TVIjs.j.fromHexInput(i).toUint8Array().length!==Ce.PEPPER_LENGTH)throw new Error(`Pepper needs to be ${Ce.PEPPER_LENGTH} bytes`);let a=_jwtdecode.jwtDecode.call(void 0, t);if(typeof a.iat!="number")throw new Error("iat was not found");if(s<r.expiryDateSecs-a.iat)throw Error(`The EphemeralKeyPair is too long lived. It's lifespan must be less than ${s}`);let c={jwt_b64:t,epk:r.getPublicKey().bcsToHex().toStringWithoutPrefix(),epk_blinder:_chunkA2XB7TVIjs.j.fromHexInput(r.blinder).toStringWithoutPrefix(),exp_date_secs:r.expiryDateSecs,exp_horizon_secs:s,pepper:_chunkA2XB7TVIjs.j.fromHexInput(i).toStringWithoutPrefix(),uid_key:o},{data:d}=await ts({aptosConfig:e,path:"prove",body:c,originMethod:"getProof",overrides:{WITH_CREDENTIALS:!1}}),y=d.proof,A=new St({a:y.a,b:y.b,c:y.c});return new me({proof:new Jt(A,0),trainingWheelsSignature:He.fromHex(d.training_wheels_signature),expHorizonSecs:s})}async function Tc(n){let{aptosConfig:e,jwt:t,jwkAddress:r,uidKey:i,proofFetchCallback:o,pepper:s=await ci(n)}=n,{verificationKey:a,maxExpHorizonSecs:c}=await Xt({aptosConfig:e}),d=yo({...n,pepper:s,maxExpHorizonSecs:c}),y=o?d:await d;if(r!==void 0){let g=L.fromJwtAndPepper({jwt:t,pepper:s,jwkAddress:r,uidKey:i}),b=await Ln({aptosConfig:e,authenticationKey:g.authKey().derivedAddress()});return Me.create({...n,address:b,proof:y,pepper:s,proofFetchCallback:o,jwkAddress:r,verificationKey:a})}let A=K.fromJwtAndPepper({jwt:t,pepper:s,uidKey:i}),p=await Ln({aptosConfig:e,authenticationKey:A.authKey().derivedAddress()});return Ce.create({...n,address:p,proof:y,pepper:s,proofFetchCallback:o,verificationKey:a})}async function wc(n){let{aptosConfig:e,sender:t,iss:r,options:i}=n,{jwksUrl:o}=n;o===void 0&&(jo.test(r)?o="https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com":o=r.endsWith("/")?`${r}.well-known/jwks.json`:`${r}/.well-known/jwks.json`);let s;try{if(s=await fetch(o),!s.ok)throw new Error(`${s.status} ${s.statusText}`)}catch(c){let d;throw c instanceof Error?d=`${c.message}`:d=`error unknown - ${c}`,_.fromErrorType({type:14,details:`Failed to fetch JWKS at ${o}: ${d}`})}let a=await s.json();return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::jwks::update_federated_jwk_set",functionArguments:[r,S.MoveString(a.keys.map(c=>c.kid)),S.MoveString(a.keys.map(c=>c.alg)),S.MoveString(a.keys.map(c=>c.e)),S.MoveString(a.keys.map(c=>c.n))]},options:i})}var nr=class{constructor(e){this.config=e}async getPepper(e){return ci({aptosConfig:this.config,...e})}async getProof(e){return yo({aptosConfig:this.config,...e})}async deriveKeylessAccount(e){return Tc({aptosConfig:this.config,...e})}async updateFederatedKeylessJwkSetTransaction(e){return wc({aptosConfig:this.config,...e})}};async function Vd(n){let{aptosConfig:e,options:t}=n,r={query:zr,variables:{where_condition:_optionalChain([t, 'optionalAccess', _262 => _262.where]),offset:_optionalChain([t, 'optionalAccess', _263 => _263.offset]),limit:_optionalChain([t, 'optionalAccess', _264 => _264.limit]),order_by:_optionalChain([t, 'optionalAccess', _265 => _265.orderBy])}};return(await w({aptosConfig:e,query:r,originMethod:"getObjectData"})).current_objects}async function Sc(n){let{aptosConfig:e,objectAddress:t,options:r}=n,o={object_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}};return(await Vd({aptosConfig:e,options:{...r,where:o}}))[0]}var rr=class{constructor(e){this.config=e}async getObjectDataByObjectAddress(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"objects_processor"}),Sc({aptosConfig:this.config,...e})}};var re=class{constructor(e){this.config=_nullishCoalesce(e, () => (new ei)),this.account=new qn(this.config),this.abstraction=new qt(this.config),this.ans=new Yn(this.config),this.coin=new $n(this.config),this.digitalAsset=new Wn(this.config),this.faucet=new Qn(this.config),this.fungibleAsset=new jn(this.config),this.general=new Jn(this.config),this.staking=new Zn(this.config),this.transaction=new er(this.config),this.table=new tr(this.config),this.keyless=new nr(this.config),this.object=new rr(this.config)}setIgnoreTransactionSubmitter(e){this.config.setIgnoreTransactionSubmitter(e)}};function ge(n,e,t){Object.getOwnPropertyNames(e.prototype).forEach(r=>{let i=Object.getOwnPropertyDescriptor(e.prototype,r);i&&Object.defineProperty(n.prototype,r,{value:function(...o){return this[t][r](...o)},writable:i.writable,configurable:i.configurable,enumerable:i.enumerable})})}ge(re,qn,"account");ge(re,qt,"abstraction");ge(re,Yn,"ans");ge(re,$n,"coin");ge(re,Wn,"digitalAsset");ge(re,Event,"event");ge(re,Qn,"faucet");ge(re,jn,"fungibleAsset");ge(re,Jn,"general");ge(re,Zn,"staking");ge(re,er,"transaction");ge(re,tr,"table");ge(re,nr,"keyless");ge(re,rr,"object");exports.ACCOUNT_ABSTRACTION_SIGNING_DATA_SALT = Qo; exports.APTOS_BIP44_REGEX = Oc; exports.APTOS_COIN = Rt; exports.APTOS_FA = $o; exports.APTOS_HARDENED_REGEX = Fc; exports.AbstractKeylessAccount = Te; exports.AbstractMultiKey = Fe; exports.AbstractPublicKey = cr; exports.AbstractSignature = xn; exports.AbstractedAccount = Ur; exports.Account = lt; exports.AccountAbstractionMessage = wr; exports.AccountAddress = _chunkA2XB7TVIjs.ba; exports.AccountAuthenticator = ee; exports.AccountAuthenticatorAbstraction = zt; exports.AccountAuthenticatorEd25519 = Ge; exports.AccountAuthenticatorMultiEd25519 = it; exports.AccountAuthenticatorMultiKey = je; exports.AccountAuthenticatorNoAccountAuthenticator = on; exports.AccountAuthenticatorSingleKey = ue; exports.AccountAuthenticatorVariant = _chunkA2XB7TVIjs.z; exports.AccountPublicKey = ae; exports.AccountSequenceNumber = oi; exports.AccountUtils = ps; exports.AddressInvalidReason = _chunkA2XB7TVIjs.aa; exports.AnyPublicKey = x; exports.AnyPublicKeyVariant = _chunkA2XB7TVIjs.B; exports.AnySignature = O; exports.AnySignatureVariant = _chunkA2XB7TVIjs.D; exports.Aptos = re; exports.AptosApiError = Pe; exports.AptosApiType = Qt; exports.AptosConfig = ei; exports.AuthenticationKey = V; exports.Bool = D; exports.CKDPriv = Do; exports.ChainId = sn; exports.DEFAULT_MAX_GAS_AMOUNT = Lo; exports.DEFAULT_TXN_EXP_SEC_FROM_NOW = qo; exports.DEFAULT_TXN_TIMEOUT_SEC = pr; exports.DerivableAbstractedAccount = gs; exports.DeriveScheme = _chunkA2XB7TVIjs.$; exports.Deserializer = v; exports.EPK_HORIZON_SECS = Au; exports.Ed25519Account = oe; exports.Ed25519PrivateKey = J; exports.Ed25519PublicKey = E; exports.Ed25519Signature = R; exports.EntryFunction = ut; exports.EntryFunctionBytes = ar; exports.EphemeralCertificate = jt; exports.EphemeralCertificateVariant = _chunkA2XB7TVIjs.G; exports.EphemeralKeyPair = Ht; exports.EphemeralPublicKey = bt; exports.EphemeralPublicKeyVariant = _chunkA2XB7TVIjs.E; exports.EphemeralSignature = He; exports.EphemeralSignatureVariant = _chunkA2XB7TVIjs.F; exports.FIREBASE_AUTH_ISS_PATTERN = jo; exports.FederatedKeylessAccount = Me; exports.FederatedKeylessPublicKey = L; exports.FeePayerRawTransaction = Gt; exports.FixedBytes = Ke; exports.Groth16ProofAndStatement = xi; exports.Groth16VerificationKey = Ci; exports.Groth16Zkp = St; exports.HARDENED_OFFSET = ko; exports.Hex = _chunkA2XB7TVIjs.j; exports.HexInvalidReason = _chunkA2XB7TVIjs.i; exports.Identifier = k; exports.KeyType = Gc; exports.KeylessAccount = Ce; exports.KeylessConfiguration = Ii; exports.KeylessError = _; exports.KeylessErrorCategory = uu; exports.KeylessErrorResolutionTip = du; exports.KeylessErrorType = lr; exports.KeylessPublicKey = K; exports.KeylessSignature = ce; exports.MAX_AUD_VAL_BYTES = Ei; exports.MAX_COMMITED_EPK_BYTES = Pu; exports.MAX_EXTRA_FIELD_BYTES = wu; exports.MAX_ISS_VAL_BYTES = Tu; exports.MAX_JWT_HEADER_B64_BYTES = Su; exports.MAX_UID_KEY_BYTES = hu; exports.MAX_UID_VAL_BYTES = bu; exports.MimeType = _chunkA2XB7TVIjs.q; exports.ModuleId = zn; exports.MoveAbility = _chunkA2XB7TVIjs.X; exports.MoveFunctionVisibility = _chunkA2XB7TVIjs.W; exports.MoveJWK = vi; exports.MoveOption = ne; exports.MoveString = C; exports.MoveVector = S; exports.MultiAgentRawTransaction = Ot; exports.MultiAgentTransaction = Cr; exports.MultiEd25519Account = Gn; exports.MultiEd25519PublicKey = ie; exports.MultiEd25519Signature = Oe; exports.MultiKey = W; exports.MultiKeyAccount = gt; exports.MultiKeySignature = _e; exports.MultiSig = Nn; exports.MultiSigTransactionPayload = Dn; exports.Network = hi; exports.NetworkToChainId = bi; exports.NetworkToFaucetAPI = Ho; exports.NetworkToIndexerAPI = Mo; exports.NetworkToNetworkName = Ol; exports.NetworkToNodeAPI = Vo; exports.NetworkToPepperAPI = fi; exports.NetworkToProverAPI = Ai; exports.ParsingError = _chunkA2XB7TVIjs.h; exports.PrivateKey = Se; exports.PrivateKeyVariants = _chunkA2XB7TVIjs.A; exports.ProcessorType = Tt; exports.PublicKey = Ze; exports.RAW_TRANSACTION_SALT = Wo; exports.RAW_TRANSACTION_WITH_DATA_SALT = Ti; exports.RawTransaction = Ie; exports.RawTransactionWithData = _r; exports.RoleType = _chunkA2XB7TVIjs.Y; exports.RotationProofChallenge = xr; exports.Script = dn; exports.ScriptTransactionArgumentVariants = _chunkA2XB7TVIjs.s; exports.Secp256k1PrivateKey = nt; exports.Secp256k1PublicKey = De; exports.Secp256k1Signature = rt; exports.Secp256r1PrivateKey = os; exports.Secp256r1PublicKey = nn; exports.Secp256r1Signature = Ui; exports.Serializable = _chunkA2XB7TVIjs.l; exports.Serialized = _n; exports.Serializer = _chunkA2XB7TVIjs.m; exports.Signature = F; exports.SignedTransaction = pt; exports.SigningScheme = _chunkA2XB7TVIjs.Z; exports.SigningSchemeInput = _chunkA2XB7TVIjs._; exports.SimpleTransaction = Ir; exports.SingleKeyAccount = pe; exports.StructTag = Je; exports.TransactionAndProof = Kr; exports.TransactionAuthenticator = dt; exports.TransactionAuthenticatorEd25519 = Bt; exports.TransactionAuthenticatorFeePayer = Vt; exports.TransactionAuthenticatorMultiAgent = Mt; exports.TransactionAuthenticatorMultiEd25519 = gn; exports.TransactionAuthenticatorSingleSender = _t; exports.TransactionAuthenticatorVariant = _chunkA2XB7TVIjs.y; exports.TransactionExecutable = pn; exports.TransactionExecutableEmpty = On; exports.TransactionExecutableEntryFunction = ln; exports.TransactionExecutableScript = Fn; exports.TransactionExecutableVariants = _chunkA2XB7TVIjs.v; exports.TransactionExtraConfig = Er; exports.TransactionExtraConfigV1 = Ft; exports.TransactionExtraConfigVariants = _chunkA2XB7TVIjs.w; exports.TransactionInnerPayload = Pr; exports.TransactionInnerPayloadV1 = Dt; exports.TransactionInnerPayloadVariants = _chunkA2XB7TVIjs.u; exports.TransactionPayload = Et; exports.TransactionPayloadEntryFunction = cn; exports.TransactionPayloadMultiSig = un; exports.TransactionPayloadScript = an; exports.TransactionPayloadVariants = _chunkA2XB7TVIjs.t; exports.TransactionResponseType = _chunkA2XB7TVIjs.I; exports.TransactionVariants = _chunkA2XB7TVIjs.x; exports.TransactionWorker = si; exports.TransactionWorkerEventsEnum = bc; exports.TypeTag = B; exports.TypeTagAddress = G; exports.TypeTagBool = Q; exports.TypeTagGeneric = M; exports.TypeTagParserError = X; exports.TypeTagParserErrorType = Qu; exports.TypeTagReference = Sr; exports.TypeTagSigner = Nt; exports.TypeTagStruct = h; exports.TypeTagU128 = at; exports.TypeTagU16 = ot; exports.TypeTagU256 = ct; exports.TypeTagU32 = st; exports.TypeTagU64 = te; exports.TypeTagU8 = de; exports.TypeTagVariants = _chunkA2XB7TVIjs.r; exports.TypeTagVector = U; exports.U128 = ke; exports.U16 = Re; exports.U256 = we; exports.U32 = Ue; exports.U64 = $; exports.U8 = Z; exports.WebAuthnSignature = kn; exports.ZeroKnowledgeSig = me; exports.ZkProof = Jt; exports.ZkpVariant = _chunkA2XB7TVIjs.H; exports.anyPublicKeyVariantToString = _chunkA2XB7TVIjs.C; exports.aptosCoinStructTag = nA; exports.aptosRequest = gr; exports.base64UrlDecode = _chunkA2XB7TVIjs.ja; exports.base64UrlToBytes = _chunkA2XB7TVIjs.ka; exports.bigIntToBytesLE = mi; exports.buildTransaction = Zi; exports.bytesToBigIntLE = vt; exports.checkOrConvertArgument = Lt; exports.convertAmountFromHumanReadableToOnChain = _chunkA2XB7TVIjs.la; exports.convertAmountFromOnChainToHumanReadable = _chunkA2XB7TVIjs.ma; exports.convertArgument = Yi; exports.convertNumber = Hr; exports.convertPayloadToInnerPayload = od; exports.createObjectAddress = _chunkA2XB7TVIjs.ca; exports.createResourceAddress = _chunkA2XB7TVIjs.da; exports.createTokenAddress = _chunkA2XB7TVIjs.ea; exports.deriveKey = gi; exports.deriveTransactionType = vr; exports.deserializeFromScriptArgument = ku; exports.deserializePublicKey = tf; exports.deserializeSignature = nf; exports.ensureBoolean = _chunkA2XB7TVIjs.n; exports.fetchEntryFunctionAbi = Js; exports.fetchFunctionAbi = Xi; exports.fetchJWK = Ri; exports.fetchModuleAbi = Yu; exports.fetchMoveFunctionAbi = Yw; exports.fetchViewFunctionAbi = Xs; exports.findFirstNonSignerArg = js; exports.floorToWholeHour = _chunkA2XB7TVIjs.ia; exports.generateRawTransaction = id; exports.generateSignedTransaction = eo; exports.generateSignedTransactionForSimulation = Zs; exports.generateSigningMessage = We; exports.generateSigningMessageForSerializable = fh; exports.generateSigningMessageForTransaction = Be; exports.generateTransactionPayload = Qr; exports.generateTransactionPayloadWithABI = td; exports.generateUserTransactionHash = _S; exports.generateViewFunctionPayload = Ys; exports.generateViewFunctionPayloadWithABI = nd; exports.get = yr; exports.getAptosFullNode = H; exports.getAptosPepperService = pg; exports.getAuthenticatorForSimulation = hn; exports.getErrorMessage = _chunkA2XB7TVIjs.ga; exports.getFunctionParts = _chunkA2XB7TVIjs.pa; exports.getIssAudAndUidVal = tt; exports.getKeylessConfig = Xt; exports.getKeylessJWKs = Iu; exports.getPageWithObfuscatedCursor = fr; exports.hashStrToField = Le; exports.hashValues = ea; exports.hexToAsciiString = _chunkA2XB7TVIjs.k; exports.isBcsAddress = qr; exports.isBcsBool = Vi; exports.isBcsFixedBytes = Ju; exports.isBcsString = Hi; exports.isBcsU128 = Qi; exports.isBcsU16 = qi; exports.isBcsU256 = ji; exports.isBcsU32 = $i; exports.isBcsU64 = Wi; exports.isBcsU8 = Li; exports.isBlockEpilogueTransactionResponse = _chunkA2XB7TVIjs.P; exports.isBlockMetadataTransactionResponse = _chunkA2XB7TVIjs.M; exports.isBool = qs; exports.isCanonicalEd25519Signature = Uu; exports.isEd25519Signature = _chunkA2XB7TVIjs.Q; exports.isEmptyOption = $s; exports.isEncodedEntryFunctionArgument = Ws; exports.isEncodedStruct = _chunkA2XB7TVIjs.oa; exports.isFeePayerSignature = _chunkA2XB7TVIjs.T; exports.isGenesisTransactionResponse = _chunkA2XB7TVIjs.L; exports.isKeylessSigner = Rr; exports.isLargeNumber = Lr; exports.isMultiAgentSignature = _chunkA2XB7TVIjs.S; exports.isMultiEd25519Signature = _chunkA2XB7TVIjs.U; exports.isNumber = ju; exports.isPendingTransactionResponse = _chunkA2XB7TVIjs.J; exports.isScriptDataInput = Qs; exports.isSecp256k1Signature = _chunkA2XB7TVIjs.R; exports.isSingleKeySigner = Ni; exports.isSingleSenderSignature = _chunkA2XB7TVIjs.V; exports.isStateCheckpointTransactionResponse = _chunkA2XB7TVIjs.N; exports.isString = yt; exports.isUserTransactionResponse = _chunkA2XB7TVIjs.K; exports.isValidBIP44Path = zo; exports.isValidFunctionInfo = _chunkA2XB7TVIjs.qa; exports.isValidHardenedPath = No; exports.isValidatorTransactionResponse = _chunkA2XB7TVIjs.O; exports.mnemonicToSeed = ur; exports.normalizeBundle = Jo; exports.nowInSeconds = _chunkA2XB7TVIjs.ha; exports.objectStructTag = be; exports.optionStructTag = rA; exports.outOfRangeErrorMessage = _chunkA2XB7TVIjs.o; exports.padAndPackBytesWithLen = Cn; exports.paginateWithCursor = mr; exports.paginateWithObfuscatedCursor = Si; exports.pairedFaMetadataAddress = _chunkA2XB7TVIjs.sa; exports.parseEncodedStruct = _chunkA2XB7TVIjs.na; exports.parseJwtHeader = vu; exports.parseTypeTag = Ve; exports.poseidonHash = Kt; exports.post = vn; exports.postAptosFaucet = Zo; exports.postAptosFullNode = wt; exports.postAptosIndexer = Yo; exports.postAptosPepperService = es; exports.postAptosProvingService = ts; exports.promiseFulfilledStatus = hc; exports.request = gu; exports.sleep = _chunkA2XB7TVIjs.fa; exports.splitPath = Fo; exports.standardizeTypeTags = $r; exports.stringStructTag = I; exports.throwTypeMismatch = z; exports.truncateAddress = _chunkA2XB7TVIjs.ra; exports.validateNumberInRange = _chunkA2XB7TVIjs.p; exports.verifyKeylessSignature = Ki; exports.verifyKeylessSignatureWithJwkAndConfig = Ar;
|
|
481
|
+
`;async function Nr(n){let{aptosConfig:e}=n,{data:t}=await H({aptosConfig:e,originMethod:"getLedgerInfo",path:""});return t}async function ks(n){let{aptosConfig:e,limit:t}=n;return(await w({aptosConfig:e,query:{query:Ps,variables:{limit:t}},originMethod:"getChainTopUserTransactions"})).user_transactions}async function w(n){let{aptosConfig:e,query:t,originMethod:r}=n,{data:i}=await Yo({aptosConfig:e,originMethod:_nullishCoalesce(r, () => ("queryIndexer")),path:"",body:t,overrides:{WITH_CREDENTIALS:!1}});return i}async function Vu(n){let{aptosConfig:e}=n;return(await w({aptosConfig:e,query:{query:Oi},originMethod:"getProcessorStatuses"})).processor_status}async function Dr(n){let e=await Vu({aptosConfig:n.aptosConfig});return BigInt(e[0].last_success_version)}async function Fr(n){let{aptosConfig:e,processorType:t}=n;return(await w({aptosConfig:e,query:{query:Oi,variables:{where_condition:{processor:{_eq:t}}}},originMethod:"getProcessorStatus"})).processor_status[0]}async function Or(n){let{aptosConfig:e,accountAddress:t}=n,{data:r}=await H({aptosConfig:e,originMethod:"getInfo",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}`});return r}async function Ns(n){return _optionalChain([n, 'access', _64 => _64.options, 'optionalAccess', _65 => _65.ledgerVersion])!==void 0?zs(n):qe(async()=>zs(n),`module-${n.accountAddress}-${n.moduleName}`,1e3*60*5)()}async function zs(n){let{aptosConfig:e,accountAddress:t,moduleName:r,options:i}=n,{data:o}=await H({aptosConfig:e,originMethod:"getModule",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/module/${r}`,params:{ledger_version:_optionalChain([i, 'optionalAccess', _66 => _66.ledgerVersion])}});return o}async function Gr(n){let{aptosConfig:e,handle:t,data:r,options:i}=n;return(await wt({aptosConfig:e,originMethod:"getTableItem",path:`tables/${t}/item`,params:{ledger_version:_optionalChain([i, 'optionalAccess', _67 => _67.ledgerVersion])},body:r})).data}async function Ds(n){let{aptosConfig:e,options:t}=n,r={query:vs,variables:{where_condition:_optionalChain([t, 'optionalAccess', _68 => _68.where]),offset:_optionalChain([t, 'optionalAccess', _69 => _69.offset]),limit:_optionalChain([t, 'optionalAccess', _70 => _70.limit]),order_by:_optionalChain([t, 'optionalAccess', _71 => _71.orderBy])}};return(await w({aptosConfig:e,query:r,originMethod:"getTableItemsData"})).table_items}async function Fs(n){let{aptosConfig:e,options:t}=n,r={query:Ks,variables:{where_condition:_optionalChain([t, 'optionalAccess', _72 => _72.where]),offset:_optionalChain([t, 'optionalAccess', _73 => _73.offset]),limit:_optionalChain([t, 'optionalAccess', _74 => _74.limit]),order_by:_optionalChain([t, 'optionalAccess', _75 => _75.orderBy])}};return(await w({aptosConfig:e,query:r,originMethod:"getTableItemsMetadata"})).table_metadatas}async function Mi(n){let{aptosConfig:e,options:t}=n;return mr({aptosConfig:e,originMethod:"getTransactions",path:"transactions",params:{start:_optionalChain([t, 'optionalAccess', _76 => _76.offset]),limit:_optionalChain([t, 'optionalAccess', _77 => _77.limit])}})}async function Mr(n){let{aptosConfig:e}=n;return qe(async()=>{let{data:t}=await H({aptosConfig:e,originMethod:"getGasPriceEstimation",path:"estimate_gas_price"});return t},`gas-price-${e.network}`,1e3*60*5)()}async function Os(n){let{aptosConfig:e,ledgerVersion:t}=n,{data:r}=await H({aptosConfig:e,originMethod:"getTransactionByVersion",path:`transactions/by_version/${t}`});return r}async function Mn(n){let{aptosConfig:e,transactionHash:t}=n,{data:r}=await H({aptosConfig:e,path:`transactions/by_hash/${t}`,originMethod:"getTransactionByHash"});return r}async function Gs(n){let{aptosConfig:e,transactionHash:t}=n;try{return(await Mn({aptosConfig:e,transactionHash:t})).type==="pending_transaction"}catch(r){if(_optionalChain([r, 'optionalAccess', _78 => _78.status])===404)return!0;throw r}}async function Hu(n){let{aptosConfig:e,transactionHash:t}=n,{data:r}=await H({aptosConfig:e,path:`transactions/wait_by_hash/${t}`,originMethod:"longWaitForTransaction"});return r}async function An(n){let{aptosConfig:e,transactionHash:t,options:r}=n,i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _79 => _79.timeoutSecs]), () => (20)),o=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _80 => _80.checkSuccess]), () => (!0)),s=!0,a=0,c,d,y=200,A=1.5;function p(g){if(!(g instanceof Pe)||(d=g,g.status!==404&&g.status>=400&&g.status<500))throw g}try{c=await Mn({aptosConfig:e,transactionHash:t}),s=c.type==="pending_transaction"}catch(g){p(g)}if(s){let g=Date.now();try{c=await Hu({aptosConfig:e,transactionHash:t}),s=c.type==="pending_transaction"}catch(b){p(b)}a=(Date.now()-g)/1e3}for(;s&&!(a>=i);){try{if(c=await Mn({aptosConfig:e,transactionHash:t}),s=c.type==="pending_transaction",!s)break}catch(g){p(g)}await _chunkA2XB7TVIjs.fa.call(void 0, y),a+=y/1e3,y*=A}if(c===void 0)throw d||new Br(`Fetching transaction ${t} failed and timed out after ${i} seconds`,c);if(c.type==="pending_transaction")throw new Br(`Transaction ${t} timed out in pending state after ${i} seconds`,c);if(!o)return c;if(!c.success)throw new Bi(`Transaction ${t} failed with an error: ${c.vm_status}`,c);return c}async function Vr(n){let{aptosConfig:e,processorType:t}=n,r=BigInt(n.minimumLedgerVersion),i=3e3,o=new Date().getTime(),s=BigInt(-1);for(;s<r;){if(new Date().getTime()-o>i)throw new Error("waitForLastSuccessIndexerVersionSync timeout");if(t===void 0?s=await Dr({aptosConfig:e}):s=(await Fr({aptosConfig:e,processorType:t})).last_success_version,s>=r)break;await _chunkA2XB7TVIjs.fa.call(void 0, 200)}}var Br=class extends Error{constructor(e,t){super(e),this.lastSubmittedTransaction=t}},Bi=class extends Error{constructor(e,t){super(e),this.transaction=t}};async function Bs(n){let{aptosConfig:e,ledgerVersion:t,options:r}=n,{data:i}=await H({aptosConfig:e,originMethod:"getBlockByVersion",path:`blocks/by_version/${t}`,params:{with_transactions:_optionalChain([r, 'optionalAccess', _81 => _81.withTransactions])}});return Vs({block:i,...n})}async function Ms(n){let{aptosConfig:e,blockHeight:t,options:r}=n,{data:i}=await H({aptosConfig:e,originMethod:"getBlockByHeight",path:`blocks/by_height/${t}`,params:{with_transactions:_optionalChain([r, 'optionalAccess', _82 => _82.withTransactions])}});return Vs({block:i,...n})}async function Vs(n){let{aptosConfig:e,block:t,options:r}=n;if(_optionalChain([r, 'optionalAccess', _83 => _83.withTransactions])){t.transactions=_nullishCoalesce(t.transactions, () => ([]));let i=t.transactions[t.transactions.length-1],o=BigInt(t.first_version),s=BigInt(t.last_version),a=_optionalChain([i, 'optionalAccess', _84 => _84.version]),c;if(a===void 0?c=o-1n:c=BigInt(a),c===s)return t;let d=[],y=100n;for(let p=c+1n;p<s;p+=BigInt(100))d.push(Mi({aptosConfig:e,options:{offset:p,limit:Math.min(Number(y),Number(s-p+1n))}}));let A=await Promise.all(d);for(let p of A)t.transactions.push(...p)}return t}function Hs(n){return!!n.match(/^[_a-zA-Z0-9]+$/)}function Ls(n){return!!n.match(/\s/)}function Lu(n){return!!n.match(/^T[0-9]+$/)}function qu(n){return!!n.match(/^&.+$/)}function $u(n){switch(n){case"signer":case"address":case"bool":case"u8":case"u16":case"u32":case"u64":case"u128":case"u256":return!0;default:return!1}}function Wu(n,e){let t=e;for(;t<n.length;t+=1){let r=n[t];if(!Ls(r))break}return t}var Qu=(b=>(b.InvalidTypeTag="unknown type",b.UnexpectedGenericType="unexpected generic type",b.UnexpectedTypeArgumentClose="unexpected '>'",b.UnexpectedWhitespaceCharacter="unexpected whitespace character",b.UnexpectedComma="unexpected ','",b.TypeArgumentCountMismatch="type argument count doesn't match expected amount",b.MissingTypeArgumentClose="no matching '>' for '<'",b.MissingTypeArgument="no type argument before ','",b.UnexpectedPrimitiveTypeArguments="primitive types not expected to have type arguments",b.UnexpectedVectorTypeArgumentCount="vector type expected to have exactly one type argument",b.UnexpectedStructFormat="unexpected struct format, must be of the form 0xaddress::module_name::struct_name",b.InvalidModuleNameCharacter="module name must only contain alphanumeric or '_' characters",b.InvalidStructNameCharacter="struct name must only contain alphanumeric or '_' characters",b.InvalidAddress="struct address must be valid",b))(Qu||{}),X= exports.TypeTagParserError =class extends Error{constructor(e,t){super(`Failed to parse typeTag '${e}', ${t}`)}};function Ve(n,e){let t=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _85 => _85.allowGenerics]), () => (!1)),r=[],i=[],o=[],s=0,a="",c=1;for(;s<n.length;){let d=n[s];if(d==="<")r.push({savedExpectedTypes:c,savedStr:a,savedTypes:o}),a="",o=[],c=1;else if(d===">"){if(a!==""){let b=Vn(a,i,t);o.push(b)}let y=r.pop();if(y===void 0)throw new X(n,"unexpected '>'");if(c!==o.length)throw new X(n,"type argument count doesn't match expected amount");let{savedStr:A,savedTypes:p,savedExpectedTypes:g}=y;i=o,o=p,a=A,c=g}else if(d===","){if(r.length===0)throw new X(n,"unexpected ','");if(a.length===0)throw new X(n,"no type argument before ','");let y=Vn(a,i,t);i=[],o.push(y),a="",c+=1}else if(Ls(d)){let y=!1;if(a.length!==0){let p=Vn(a,i,t);i=[],o.push(p),a="",y=!0}s=Wu(n,s);let A=n[s];if(s<n.length&&y&&A!==","&&A!==">")throw new X(n,"unexpected whitespace character");continue}else a+=d;s+=1}if(r.length>0)throw new X(n,"no matching '>' for '<'");switch(o.length){case 0:return Vn(a,i,t);case 1:if(a==="")return o[0];throw new X(n,"unexpected ','");default:throw new X(n,"unexpected whitespace character")}}function Vn(n,e,t){let r=n.trim(),i=r.toLowerCase();if($u(i)&&e.length>0)throw new X(n,"primitive types not expected to have type arguments");switch(r.toLowerCase()){case"signer":return new Nt;case"bool":return new Q;case"address":return new G;case"u8":return new de;case"u16":return new ot;case"u32":return new st;case"u64":return new te;case"u128":return new at;case"u256":return new ct;case"vector":if(e.length!==1)throw new X(n,"vector type expected to have exactly one type argument");return new U(e[0]);default:if(qu(r)){let a=r.substring(1);return new Sr(Vn(a,e,t))}if(Lu(r)){if(t)return new M(Number(r.split("T")[1]));throw new X(n,"unexpected generic type")}if(!r.match(/:/))throw new X(n,"unknown type");let o=r.split("::");if(o.length!==3)throw new X(n,"unexpected struct format, must be of the form 0xaddress::module_name::struct_name");let s;try{s=_chunkA2XB7TVIjs.ba.fromString(o[0])}catch (e4){throw new X(n,"struct address must be valid")}if(!Hs(o[1]))throw new X(n,"module name must only contain alphanumeric or '_' characters");if(!Hs(o[2]))throw new X(n,"struct name must only contain alphanumeric or '_' characters");return new h(new Je(s,new k(o[1]),new k(o[2]),e))}}function qs(n){return typeof n=="boolean"}function yt(n){return typeof n=="string"}function ju(n){return typeof n=="number"}function Hr(n){if(ju(n))return n;if(yt(n)&&n!=="")return Number.parseInt(n,10)}function Lr(n){return typeof n=="number"||typeof n=="bigint"||typeof n=="string"}function $s(n){return n==null}function Ws(n){return Vi(n)||Li(n)||qi(n)||$i(n)||Wi(n)||Qi(n)||ji(n)||qr(n)||Hi(n)||Ju(n)||n instanceof S||n instanceof ne}function Vi(n){return n instanceof D}function qr(n){return n instanceof _chunkA2XB7TVIjs.ba}function Hi(n){return n instanceof C}function Ju(n){return n instanceof Ke}function Li(n){return n instanceof Z}function qi(n){return n instanceof Re}function $i(n){return n instanceof Ue}function Wi(n){return n instanceof $}function Qi(n){return n instanceof ke}function ji(n){return n instanceof we}function Qs(n){return"bytecode"in n}function z(n,e){throw new Error(`Type mismatch for argument ${e}, expected '${n}'`)}function js(n){let e=n.params.findIndex(t=>t!=="signer"&&t!=="&signer");return e<0?n.params.length:e}var Xu=new TextEncoder;function $r(n){return _nullishCoalesce(_optionalChain([n, 'optionalAccess', _86 => _86.map, 'call', _87 => _87(e=>yt(e)?Ve(e):e)]), () => ([]))}async function Yu(n,e,t){return(await Wr({aptosConfig:t,accountAddress:n,moduleName:e})).abi}async function Xi(n,e,t,r){let i=await Yu(n,e,r);if(!i)throw new Error(`Could not find module ABI for '${n}::${e}'`);return i.exposed_functions.find(o=>o.name===t)}async function Yw(n,e,t,r){let i=await Xi(n,e,t,r);if(!i)throw new Error(`Could not find function ABI for '${n}::${e}::${t}'`);let o=[];for(let s=0;s<i.params.length;s+=1)o.push(Ve(i.params[s],{allowGenerics:!0}));return{typeParameters:i.generic_type_params,parameters:o}}async function Js(n,e,t,r){let i=await Xi(n,e,t,r);if(!i)throw new Error(`Could not find entry function ABI for '${n}::${e}::${t}'`);if(!i.is_entry)throw new Error(`'${n}::${e}::${t}' is not an entry function`);let o=js(i),s=[];for(let a=o;a<i.params.length;a+=1)s.push(Ve(i.params[a],{allowGenerics:!0}));return{signers:o,typeParameters:i.generic_type_params,parameters:s}}async function Xs(n,e,t,r){let i=await Xi(n,e,t,r);if(!i)throw new Error(`Could not find view function ABI for '${n}::${e}::${t}'`);if(!i.is_view)throw new Error(`'${n}::${e}::${t}' is not an view function`);let o=[];for(let a=0;a<i.params.length;a+=1)o.push(Ve(i.params[a],{allowGenerics:!0}));let s=[];for(let a=0;a<i.return.length;a+=1)s.push(Ve(i.return[a],{allowGenerics:!0}));return{typeParameters:i.generic_type_params,parameters:o,returnTypes:s}}function Yi(n,e,t,r,i,o){let s;if("exposed_functions"in e){let a=e.exposed_functions.find(c=>c.name===n);if(!a)throw new Error(`Could not find function ABI for '${e.address}::${e.name}::${n}'`);if(r>=a.params.length)throw new Error(`Too many arguments for '${n}', expected ${a.params.length}`);s=Ve(a.params[r],{allowGenerics:!0})}else{if(r>=e.parameters.length)throw new Error(`Too many arguments for '${n}', expected ${e.parameters.length}`);s=e.parameters[r]}return Lt(t,s,r,i,"exposed_functions"in e?e:void 0,o)}function Lt(n,e,t,r,i,o){return Ws(n)?(Ji(e,n,t),n):Zu(n,e,t,r,i,o)}function Zu(n,e,t,r,i,o){if(e.isBool()){if(qs(n))return new D(n);if(yt(n)){if(n==="true")return new D(!0);if(n==="false")return new D(!1)}z("boolean",t)}if(e.isAddress()){if(yt(n))return _chunkA2XB7TVIjs.ba.fromString(n);if(n&&typeof n=="object"&&"data"in n&&n.data instanceof Uint8Array)return new (0, _chunkA2XB7TVIjs.ba)(n.data);z("string | AccountAddress",t)}if(e.isU8()){let s=Hr(n);if(s!==void 0)return new Z(s);z("number | string",t)}if(e.isU16()){let s=Hr(n);if(s!==void 0)return new Re(s);z("number | string",t)}if(e.isU32()){let s=Hr(n);if(s!==void 0)return new Ue(s);z("number | string",t)}if(e.isU64()){if(Lr(n))return new $(BigInt(n));z("bigint | number | string",t)}if(e.isU128()){if(Lr(n))return new ke(BigInt(n));z("bigint | number | string",t)}if(e.isU256()){if(Lr(n))return new we(BigInt(n));z("bigint | number | string",t)}if(e.isGeneric()){let s=e.value;if(s<0||s>=r.length)throw new Error(`Generic argument ${e.toString()} is invalid for argument ${t}`);return Lt(n,r[s],t,r,i)}if(e.isVector()){if(e.value.isU8()){if(yt(n))return S.U8(Xu.encode(n));if(n instanceof Uint8Array)return S.U8(n);if(n instanceof ArrayBuffer)return S.U8(new Uint8Array(n))}if(yt(n)&&n.startsWith("["))return Lt(JSON.parse(n),e,t,r);if(Array.isArray(n))return new S(n.map(s=>Lt(s,e.value,t,r,i)));throw new Error(`Type mismatch for argument ${t}, type '${e.toString()}'`)}if(e.isStruct()){if(e.isString()){if(yt(n))return new C(n);z("string",t)}if(e.isObject()){if(yt(n))return _chunkA2XB7TVIjs.ba.fromString(n);if(n&&typeof n=="object"&&"data"in n&&n.data instanceof Uint8Array)return new (0, _chunkA2XB7TVIjs.ba)(n.data);z("string | AccountAddress",t)}if(e.isDelegationKey()||e.isRateLimiter()){if(n instanceof Uint8Array)return new Ke(n);z("Uint8Array",t)}if(e.isOption()){if($s(n)){let a=e.value.typeArgs[0];return a instanceof Q?new ne(null):a instanceof G?new ne(null):a instanceof de?new ne(null):a instanceof ot?new ne(null):a instanceof st?new ne(null):a instanceof te?new ne(null):a instanceof at?new ne(null):a instanceof ct?new ne(null):new ne(null)}return new ne(Lt(n,e.value.typeArgs[0],t,r,i))}if(_optionalChain([i, 'optionalAccess', _88 => _88.structs, 'access', _89 => _89.find, 'call', _90 => _90(a=>a.name===e.value.name.identifier), 'optionalAccess', _91 => _91.fields, 'access', _92 => _92.length])===0&&n instanceof Uint8Array)return new Ke(n);if(n instanceof Uint8Array&&_optionalChain([o, 'optionalAccess', _93 => _93.allowUnknownStructs]))return console.warn(`Unsupported struct input type for argument ${t}. Continuing since 'allowUnknownStructs' is enabled.`),new Ke(n);throw new Error(`Unsupported struct input type for argument ${t}, type '${e.toString()}'`)}throw new Error(`Type mismatch for argument ${t}, type '${e.toString()}'`)}function Ji(n,e,t){if(n.isBool()){if(Vi(e))return;z("Bool",t)}if(n.isAddress()){if(qr(e))return;z("AccountAddress",t)}if(n.isU8()){if(Li(e))return;z("U8",t)}if(n.isU16()){if(qi(e))return;z("U16",t)}if(n.isU32()){if($i(e))return;z("U32",t)}if(n.isU64()){if(Wi(e))return;z("U64",t)}if(n.isU128()){if(Qi(e))return;z("U128",t)}if(n.isU256()){if(ji(e))return;z("U256",t)}if(n.isVector()){if(e instanceof S){e.values.length>0&&Ji(n.value,e.values[0],t);return}z("MoveVector",t)}if(n instanceof h){if(n.isString()){if(Hi(e))return;z("MoveString",t)}if(n.isObject()){if(qr(e))return;z("AccountAddress",t)}if(n.isOption()){if(e instanceof ne){e.value!==void 0&&Ji(n.value.typeArgs[0],e.value,t);return}z("MoveOption",t)}}throw new Error(`Type mismatch for argument ${t}, expected '${n.toString()}'`)}async function Qr(n){if(Qs(n))return rd(n);let{moduleAddress:e,moduleName:t,functionName:r}=_chunkA2XB7TVIjs.pa.call(void 0, n.function),i=await ta({key:"entry-function",moduleAddress:e,moduleName:t,functionName:r,aptosConfig:n.aptosConfig,abi:n.abi,fetch:Js});return td({...n,abi:i})}function td(n){let e=n.abi,{moduleAddress:t,moduleName:r,functionName:i}=_chunkA2XB7TVIjs.pa.call(void 0, n.function),o=$r(n.typeArguments);if(o.length!==e.typeParameters.length)throw new Error(`Type argument count mismatch, expected ${e.typeParameters.length}, received ${o.length}`);let s=n.functionArguments.map((c,d)=>Yi(n.function,e,c,d,o));if(s.length!==e.parameters.length)throw new Error(`Too few arguments for '${t}::${r}::${i}', expected ${e.parameters.length} but got ${s.length}`);let a=ut.build(`${t}::${r}`,i,o,s);if("multisigAddress"in n){let c=_chunkA2XB7TVIjs.ba.from(n.multisigAddress);return new un(new Nn(c,new Dn(a)))}return new cn(a)}async function Ys(n){let{moduleAddress:e,moduleName:t,functionName:r}=_chunkA2XB7TVIjs.pa.call(void 0, n.function),i=await ta({key:"view-function",moduleAddress:e,moduleName:t,functionName:r,aptosConfig:n.aptosConfig,abi:n.abi,fetch:Xs});return nd({abi:i,...n})}function nd(n){let e=n.abi,{moduleAddress:t,moduleName:r,functionName:i}=_chunkA2XB7TVIjs.pa.call(void 0, n.function),o=$r(n.typeArguments);if(o.length!==e.typeParameters.length)throw new Error(`Type argument count mismatch, expected ${e.typeParameters.length}, received ${o.length}`);let s=_nullishCoalesce(_optionalChain([n, 'optionalAccess', _94 => _94.functionArguments, 'optionalAccess', _95 => _95.map, 'call', _96 => _96((a,c)=>Yi(n.function,e,a,c,o))]), () => ([]));if(s.length!==e.parameters.length)throw new Error(`Too few arguments for '${t}::${r}::${i}', expected ${e.parameters.length} but got ${s.length}`);return ut.build(`${t}::${r}`,i,o,s)}function rd(n){return new an(new dn(_chunkA2XB7TVIjs.j.fromHexInput(n.bytecode).toUint8Array(),$r(n.typeArguments),n.functionArguments))}async function id(n){let{aptosConfig:e,sender:t,payload:r,options:i,feePayerAddress:o}=n;if(_optionalChain([i, 'optionalAccess', _97 => _97.replayProtectionNonce])!==void 0&&_optionalChain([i, 'optionalAccess', _98 => _98.accountSequenceNumber])!==void 0)throw new Error("Cannot specify both replayProtectionNonce and accountSequenceNumber in options.");let s=async()=>bi[e.network]?{chainId:bi[e.network]}:{chainId:(await Nr({aptosConfig:e})).chain_id},a=async()=>_optionalChain([i, 'optionalAccess', _99 => _99.gasUnitPrice])?{gasEstimate:i.gasUnitPrice}:{gasEstimate:(await Mr({aptosConfig:e})).gas_estimate},c=async()=>{let se=async()=>_optionalChain([i, 'optionalAccess', _100 => _100.accountSequenceNumber])!==void 0?i.accountSequenceNumber:_optionalChain([i, 'optionalAccess', _101 => _101.replayProtectionNonce])!==void 0?0xdeadbeefn:(await Or({aptosConfig:e,accountAddress:t})).sequence_number;if(o&&_chunkA2XB7TVIjs.ba.from(o).equals(_chunkA2XB7TVIjs.ba.ZERO))try{return await se()}catch (e5){return 0}else return se()},[{chainId:d},{gasEstimate:y},A]=await Promise.all([s(),a(),c()]),{maxGasAmount:p,gasUnitPrice:g,expireTimestamp:b,replayProtectionNonce:N}={maxGasAmount:_optionalChain([i, 'optionalAccess', _102 => _102.maxGasAmount])?BigInt(i.maxGasAmount):BigInt(e.getDefaultMaxGasAmount()),gasUnitPrice:_nullishCoalesce(_optionalChain([i, 'optionalAccess', _103 => _103.gasUnitPrice]), () => (BigInt(y))),expireTimestamp:_nullishCoalesce(_optionalChain([i, 'optionalAccess', _104 => _104.expireTimestamp]), () => (BigInt(Math.floor(Date.now()/1e3)+e.getDefaultTxnExpirySecFromNow()))),replayProtectionNonce:_optionalChain([i, 'optionalAccess', _105 => _105.replayProtectionNonce])?BigInt(i.replayProtectionNonce):void 0},q=r;return N!==void 0&&(q=od(r,N)),new Ie(_chunkA2XB7TVIjs.ba.from(t),BigInt(A),q,BigInt(p),BigInt(g),BigInt(b),new sn(d))}function od(n,e){if(n instanceof an)return new Dt(new Fn(n.script),new Ft(void 0,e));if(n instanceof cn)return new Dt(new ln(n.entryFunction),new Ft(void 0,e));if(n instanceof un){let t=n.multiSig.transaction_payload,r;if(t===void 0||_optionalChain([t, 'optionalAccess', _106 => _106.transaction_payload])===void 0)r=new On;else if(t.transaction_payload instanceof ut)r=new ln(t.transaction_payload);else throw new Error("Scripts are not supported in multi-sig transactions.");return new Dt(r,new Ft(n.multiSig.multisig_address,e))}else throw new Error(`Unsupported payload type: ${n}`)}async function Zi(n){let{aptosConfig:e,sender:t,payload:r,options:i,feePayerAddress:o}=n,s=await id({aptosConfig:e,sender:t,payload:r,options:i,feePayerAddress:o});if("secondarySignerAddresses"in n){let a=_nullishCoalesce(_optionalChain([n, 'access', _107 => _107.secondarySignerAddresses, 'optionalAccess', _108 => _108.map, 'call', _109 => _109(c=>_chunkA2XB7TVIjs.ba.from(c))]), () => ([]));return new Cr(s,a,n.feePayerAddress?_chunkA2XB7TVIjs.ba.from(n.feePayerAddress):void 0)}return new Ir(s,n.feePayerAddress?_chunkA2XB7TVIjs.ba.from(n.feePayerAddress):void 0)}function Zs(n){let{signerPublicKey:e,transaction:t,secondarySignersPublicKeys:r,feePayerPublicKey:i}=n,o=hn(e);if(t.feePayerAddress){let a=new Gt(t.rawTransaction,_nullishCoalesce(t.secondarySignerAddresses, () => ([])),t.feePayerAddress),c=[];t.secondarySignerAddresses&&(r?c=r.map(A=>hn(A)):c=Array.from({length:t.secondarySignerAddresses.length},()=>hn(void 0)));let d=hn(i),y=new Vt(o,_nullishCoalesce(t.secondarySignerAddresses, () => ([])),c,{address:t.feePayerAddress,authenticator:d});return new pt(a.raw_txn,y).bcsToBytes()}if(t.secondarySignerAddresses){let a=new Ot(t.rawTransaction,t.secondarySignerAddresses),c=[];r?c=r.map(y=>hn(y)):c=Array.from({length:t.secondarySignerAddresses.length},()=>hn(void 0));let d=new Mt(o,t.secondarySignerAddresses,c);return new pt(a.raw_txn,d).bcsToBytes()}let s;if(o instanceof Ge)s=new Bt(o.public_key,o.signature);else if(o instanceof ue||o instanceof je)s=new _t(o);else if(o instanceof on)s=new _t(o);else throw new Error("Invalid public key");return new pt(t.rawTransaction,s).bcsToBytes()}function hn(n){if(!n)return new on;let t=K.isInstance(n)||L.isInstance(n)||De.isInstance(n)?new x(n):n,r=new R(new Uint8Array(64));if(E.isInstance(t))return new Ge(t,r);if(x.isInstance(t))return K.isInstance(t.publicKey)?new ue(t,new O(ce.getSimulationSignature())):new ue(t,new O(r));if(W.isInstance(t))return new je(t,new _e({signatures:t.publicKeys.map(i=>K.isInstance(i.publicKey)||L.isInstance(i.publicKey)?new O(ce.getSimulationSignature()):new O(r)),bitmap:t.createBitmap({bits:Array(t.publicKeys.length).fill(0).map((i,o)=>o)})}));throw new Error("Unsupported PublicKey used for simulations")}function eo(n){let{transaction:e,feePayerAuthenticator:t,additionalSignersAuthenticators:r}=n,i=Jo(ee,n.senderAuthenticator),o;if(e.feePayerAddress){if(!t)throw new Error("Must provide a feePayerAuthenticator argument to generate a signed fee payer transaction");o=new Vt(i,_nullishCoalesce(e.secondarySignerAddresses, () => ([])),_nullishCoalesce(r, () => ([])),{address:e.feePayerAddress,authenticator:t})}else if(e.secondarySignerAddresses){if(!r)throw new Error("Must provide a additionalSignersAuthenticators argument to generate a signed multi agent transaction");o=new Mt(i,e.secondarySignerAddresses,r)}else i instanceof Ge?o=new Bt(i.public_key,i.signature):i instanceof it?o=new gn(i.public_key,i.signature):o=new _t(i);return new pt(e.rawTransaction,o).bcsToBytes()}function ea(n){let e=_sha3.sha3_256.create();for(let t of n)e.update(t);return e.digest()}var sd=ea(["APTOS::Transaction"]);function _S(n){let e=eo(n);return new (0, _chunkA2XB7TVIjs.j)(ea([sd,new Uint8Array([0]),e])).toString()}async function ta({key:n,moduleAddress:e,moduleName:t,functionName:r,aptosConfig:i,abi:o,fetch:s}){return o!==void 0?o:qe(async()=>s(e,t,r,i),`${n}-${i.network}-${e}-${t}-${r}`,1e3*60*5)()}async function T(n){let e=await ad(n);return cd(n,e)}async function ad(n){let{aptosConfig:e,data:t}=n,r,i;return"bytecode"in t?i=await Qr(t):"multisigAddress"in t?(r={aptosConfig:e,multisigAddress:t.multisigAddress,function:t.function,functionArguments:t.functionArguments,typeArguments:t.typeArguments,abi:t.abi},i=await Qr(r)):(r={aptosConfig:e,function:t.function,functionArguments:t.functionArguments,typeArguments:t.typeArguments,abi:t.abi},i=await Qr(r)),i}async function cd(n,e){let{aptosConfig:t,sender:r,options:i}=n,o;if(ud(n)&&(o=_chunkA2XB7TVIjs.ba.ZERO.toString()),dd(n)){let{secondarySignerAddresses:s}=n;return Zi({aptosConfig:t,sender:r,payload:e,options:i,secondarySignerAddresses:s,feePayerAddress:o})}return Zi({aptosConfig:t,sender:r,payload:e,options:i,feePayerAddress:o})}function ud(n){return n.withFeePayer===!0}function dd(n){return"secondarySignerAddresses"in n}function na(n){let{transaction:e}=n;return Be(e)}function jr(n){let{signer:e,transaction:t}=n;return e.signTransactionWithAuthenticator(t)}function Jr(n){let{signer:e,transaction:t}=n;if(!t.feePayerAddress)throw new Error(`Transaction ${t} is not a Fee Payer transaction`);return t.feePayerAddress=e.accountAddress,jr({signer:e,transaction:t})}async function to(n){let{aptosConfig:e,transaction:t,signerPublicKey:r,secondarySignersPublicKeys:i,feePayerPublicKey:o,options:s}=n,a=Zs({transaction:t,signerPublicKey:r,secondarySignersPublicKeys:i,feePayerPublicKey:o,options:s}),{data:c}=await wt({aptosConfig:e,body:a,path:"transactions/simulate",params:{estimate_gas_unit_price:_nullishCoalesce(_optionalChain([n, 'access', _110 => _110.options, 'optionalAccess', _111 => _111.estimateGasUnitPrice]), () => (!1)),estimate_max_gas_amount:_nullishCoalesce(_optionalChain([n, 'access', _112 => _112.options, 'optionalAccess', _113 => _113.estimateMaxGasAmount]), () => (!1)),estimate_prioritized_gas_unit_price:_nullishCoalesce(_optionalChain([n, 'access', _114 => _114.options, 'optionalAccess', _115 => _115.estimatePrioritizedGasUnitPrice]), () => (!1))},originMethod:"simulateTransaction",contentType:"application/x.aptos.signed_transaction+bcs"});return c}async function Hn(n){let{aptosConfig:e,transactionSubmitter:t}=n,r=t===void 0?e.getTransactionSubmitter():t;if(r)return r.submitTransaction(n);let i=eo({...n});try{let{data:o}=await wt({aptosConfig:e,body:i,path:"transactions",originMethod:"submitTransaction",contentType:"application/x.aptos.signed_transaction+bcs"});return o}catch(o){let s=pt.deserialize(new v(i));throw s.authenticator.isSingleSender()&&s.authenticator.sender.isSingleKey()&&(s.authenticator.sender.public_key.publicKey instanceof K||s.authenticator.sender.public_key.publicKey instanceof L)&&await Te.fetchJWK({aptosConfig:e,publicKey:s.authenticator.sender.public_key.publicKey,kid:s.authenticator.sender.signature.signature.getJwkKid()}),o}}async function Xr(n){let{aptosConfig:e,signer:t,feePayer:r,transaction:i,...o}=n;Rr(t)&&await t.checkKeylessAccountValidity(e),Rr(r)&&await r.checkKeylessAccountValidity(e);let s=n.feePayerAuthenticator||r&&Jr({signer:r,transaction:i}),a=jr({signer:t,transaction:i});return Hn({aptosConfig:e,transaction:i,senderAuthenticator:a,feePayerAuthenticator:s,...o})}async function ra(n){let{aptosConfig:e,senderAuthenticator:t,feePayer:r,transaction:i,...o}=n;Rr(r)&&await r.checkKeylessAccountValidity(e);let s=Jr({signer:r,transaction:i});return Hn({aptosConfig:e,transaction:i,senderAuthenticator:t,feePayerAuthenticator:s,...o})}var pd={typeParameters:[],parameters:[U.u8(),new U(U.u8())]};async function ia(n){let{aptosConfig:e,account:t,metadataBytes:r,moduleBytecode:i,options:o}=n,s=i.map(a=>S.U8(a));return T({aptosConfig:e,sender:_chunkA2XB7TVIjs.ba.from(t),data:{function:"0x1::code::publish_package_txn",functionArguments:[S.U8(r),new S(s)],abi:pd},options:o})}async function bn(n){return Or(n)}async function oa(n){let{aptosConfig:e,accountAddress:t,options:r}=n;return Si({aptosConfig:e,originMethod:"getModules",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/modules`,params:{ledger_version:_optionalChain([r, 'optionalAccess', _116 => _116.ledgerVersion]),limit:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _117 => _117.limit]), () => (1e3))}})}async function sa(n){let{aptosConfig:e,accountAddress:t,options:r}=n,{response:i,cursor:o}=await fr({aptosConfig:e,originMethod:"getModulesPage",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/modules`,params:{ledger_version:_optionalChain([r, 'optionalAccess', _118 => _118.ledgerVersion]),cursor:_optionalChain([r, 'optionalAccess', _119 => _119.cursor]),limit:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _120 => _120.limit]), () => (100))}});return{modules:i.data,cursor:o}}async function Wr(n){return Ns(n)}async function ro(n){let{aptosConfig:e,accountAddress:t,options:r}=n;return mr({aptosConfig:e,originMethod:"getTransactions",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/transactions`,params:{start:_optionalChain([r, 'optionalAccess', _121 => _121.offset]),limit:_optionalChain([r, 'optionalAccess', _122 => _122.limit])}})}async function io(n){let{aptosConfig:e,accountAddress:t,options:r}=n;return Si({aptosConfig:e,originMethod:"getResources",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/resources`,params:{ledger_version:_optionalChain([r, 'optionalAccess', _123 => _123.ledgerVersion]),limit:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _124 => _124.limit]), () => (999))}})}async function aa(n){let{aptosConfig:e,accountAddress:t,options:r}=n,{response:i,cursor:o}=await fr({aptosConfig:e,originMethod:"getResourcesPage",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/resources`,params:{ledger_version:_optionalChain([r, 'optionalAccess', _125 => _125.ledgerVersion]),cursor:_optionalChain([r, 'optionalAccess', _126 => _126.cursor]),limit:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _127 => _127.limit]), () => (100))}});return{resources:i.data,cursor:o}}async function oo(n){let{aptosConfig:e,accountAddress:t,resourceType:r,options:i}=n,{data:o}=await H({aptosConfig:e,originMethod:"getResource",path:`accounts/${_chunkA2XB7TVIjs.ba.from(t).toString()}/resource/${r}`,params:{ledger_version:_optionalChain([i, 'optionalAccess', _128 => _128.ledgerVersion])}});return o.data}async function Ln(n){let{aptosConfig:e,authenticationKey:t,options:r}=n,i=await oo({aptosConfig:e,accountAddress:"0x1",resourceType:"0x1::account::OriginatingAddress",options:r}),{address_map:{handle:o}}=i,s=_chunkA2XB7TVIjs.ba.from(t);try{let a=await Gr({aptosConfig:e,handle:o,data:{key:s.toString(),key_type:"address",value_type:"address"},options:r});return _chunkA2XB7TVIjs.ba.from(a)}catch(a){if(a instanceof Pe&&a.data.error_code==="table_item_not_found")return s;throw a}}async function ca(n){let{aptosConfig:e,accountAddress:t}=n,i={owner_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()},amount:{_gt:0}},s=await w({aptosConfig:e,query:{query:Ts,variables:{where_condition:i}},originMethod:"getAccountTokensCount"});return s.current_token_ownerships_v2_aggregate.aggregate?s.current_token_ownerships_v2_aggregate.aggregate.count:0}async function ua(n){let{aptosConfig:e,accountAddress:t,options:r}=n,o={owner_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()},amount:{_gt:0}};_optionalChain([r, 'optionalAccess', _129 => _129.tokenStandard])&&(o.token_standard={_eq:_optionalChain([r, 'optionalAccess', _130 => _130.tokenStandard])});let s={query:hs,variables:{where_condition:o,offset:_optionalChain([r, 'optionalAccess', _131 => _131.offset]),limit:_optionalChain([r, 'optionalAccess', _132 => _132.limit]),order_by:_optionalChain([r, 'optionalAccess', _133 => _133.orderBy])}};return(await w({aptosConfig:e,query:s,originMethod:"getAccountOwnedTokens"})).current_token_ownerships_v2}async function da(n){let{aptosConfig:e,accountAddress:t,collectionAddress:r,options:i}=n,o=_chunkA2XB7TVIjs.ba.from(t).toStringLong(),s=_chunkA2XB7TVIjs.ba.from(r).toStringLong(),a={owner_address:{_eq:o},current_token_data:{collection_id:{_eq:s}},amount:{_gt:0}};_optionalChain([i, 'optionalAccess', _134 => _134.tokenStandard])&&(a.token_standard={_eq:_optionalChain([i, 'optionalAccess', _135 => _135.tokenStandard])});let c={query:bs,variables:{where_condition:a,offset:_optionalChain([i, 'optionalAccess', _136 => _136.offset]),limit:_optionalChain([i, 'optionalAccess', _137 => _137.limit]),order_by:_optionalChain([i, 'optionalAccess', _138 => _138.orderBy])}};return(await w({aptosConfig:e,query:c,originMethod:"getAccountOwnedTokensFromCollectionAddress"})).current_token_ownerships_v2}async function pa(n){let{aptosConfig:e,accountAddress:t,options:r}=n,o={owner_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}};_optionalChain([r, 'optionalAccess', _139 => _139.tokenStandard])&&(o.current_collection={token_standard:{_eq:_optionalChain([r, 'optionalAccess', _140 => _140.tokenStandard])}});let s={query:As,variables:{where_condition:o,offset:_optionalChain([r, 'optionalAccess', _141 => _141.offset]),limit:_optionalChain([r, 'optionalAccess', _142 => _142.limit]),order_by:_optionalChain([r, 'optionalAccess', _143 => _143.orderBy])}};return(await w({aptosConfig:e,query:s,originMethod:"getAccountCollectionsWithOwnedTokens"})).current_collection_ownership_v2_view}async function la(n){let{aptosConfig:e,accountAddress:t}=n,r=_chunkA2XB7TVIjs.ba.from(t).toStringLong(),o=await w({aptosConfig:e,query:{query:ws,variables:{address:r}},originMethod:"getAccountTransactionsCount"});return o.account_transactions_aggregate.aggregate?o.account_transactions_aggregate.aggregate.count:0}async function ga(n){let{aptosConfig:e,accountAddress:t,options:r}=n,i=_chunkA2XB7TVIjs.ba.from(t).toStringLong(),o={..._optionalChain([r, 'optionalAccess', _144 => _144.where]),owner_address:{_eq:i}},s={query:fs,variables:{where_condition:o,offset:_optionalChain([r, 'optionalAccess', _145 => _145.offset]),limit:_optionalChain([r, 'optionalAccess', _146 => _146.limit]),order_by:_optionalChain([r, 'optionalAccess', _147 => _147.orderBy])}};return(await w({aptosConfig:e,query:s,originMethod:"getAccountCoinsData"})).current_fungible_asset_balances}async function ya(n){let{aptosConfig:e,accountAddress:t}=n,r=_chunkA2XB7TVIjs.ba.from(t).toStringLong(),o=await w({aptosConfig:e,query:{query:ms,variables:{address:r}},originMethod:"getAccountCoinsCount"});if(!o.current_fungible_asset_balances_aggregate.aggregate)throw Error("Failed to get the count of account coins");return o.current_fungible_asset_balances_aggregate.aggregate.count}async function ma(n){let{aptosConfig:e,accountAddress:t,asset:r}=n,i=await H({aptosConfig:e,originMethod:"getBalance",path:`accounts/${t}/balance/${r}`,params:{accountAddress:t.toString(),asset:r instanceof Uint8Array?_chunkA2XB7TVIjs.ba.from(r).toString():r.toString()}});return parseInt(i.data.toString(),10)}async function so(n){let{aptosConfig:e,accountAddress:t,options:r}=n,o={owner_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}},s={query:zr,variables:{where_condition:o,offset:_optionalChain([r, 'optionalAccess', _148 => _148.offset]),limit:_optionalChain([r, 'optionalAccess', _149 => _149.limit]),order_by:_optionalChain([r, 'optionalAccess', _150 => _150.orderBy])}};return(await w({aptosConfig:e,query:s,originMethod:"getAccountOwnedObjects"})).current_objects}async function fa(n){let{aptosConfig:e,privateKey:t,options:r}=n,i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _151 => _151.throwIfNoAccountFound]), () => (!1)),o=await Yr({aptosConfig:e,privateKey:t});if(o.length===0){if(i)throw new Error("No existing account found for private key.");return lt.fromPrivateKey({privateKey:t})}return o[0]}async function ld(n){let{aptosConfig:e,accountAddress:t,options:r}=n;try{let[i,o]=await Promise.all([io({aptosConfig:e,accountAddress:t}),so({aptosConfig:e,accountAddress:t,options:{limit:1}})]),s=i.find(c=>c.type==="0x1::account::Account");if(!s&&o.length===0)return!1;if(!_optionalChain([r, 'optionalAccess', _152 => _152.withAuthKey]))return!0;let a;return s?a=s.data.authentication_key:a=t.toStringLong(),a===r.withAuthKey.toString()}catch(i){throw new Error(`Error while checking if account exists at ${t.toString()}: ${i}`)}}var gd={typeParameters:[],parameters:[new de,U.u8(),new de,U.u8(),U.u8(),U.u8()]};async function Aa(n){let{aptosConfig:e,fromAccount:t,options:r}=n;if("toNewPrivateKey"in n)return no({aptosConfig:e,fromAccount:t,toNewPrivateKey:n.toNewPrivateKey,options:r});if("toAccount"in n)return n.toAccount instanceof oe?no({aptosConfig:e,fromAccount:t,toNewPrivateKey:n.toAccount.privateKey,options:r}):no({aptosConfig:e,fromAccount:t,toAccount:n.toAccount,options:r});throw new Error("Invalid arguments")}async function no(n){let{aptosConfig:e,fromAccount:t,options:r}=n,i=await bn({aptosConfig:e,accountAddress:t.accountAddress}),o;"toNewPrivateKey"in n?o=lt.fromPrivateKey({privateKey:n.toNewPrivateKey,legacy:!0}):o=n.toAccount;let a=new xr({sequenceNumber:BigInt(i.sequence_number),originator:t.accountAddress,currentAuthKey:_chunkA2XB7TVIjs.ba.from(i.authentication_key),newPublicKey:o.publicKey}).bcsToBytes(),c=t.sign(a),d=o.sign(a);return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::account::rotate_authentication_key",functionArguments:[new Z(t.signingScheme),S.U8(t.publicKey.toUint8Array()),new Z(o.signingScheme),S.U8(o.publicKey.toUint8Array()),S.U8(c.toUint8Array()),S.U8(d.toUint8Array())],abi:gd},options:r})}var yd={typeParameters:[],parameters:[new de,U.u8()]};async function ha(n){let{aptosConfig:e,fromAccount:t,toNewPublicKey:r,options:i}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::account::rotate_authentication_key_from_public_key",functionArguments:[new Z(as(r)),S.U8(ki(r).toUint8Array())],abi:yd},options:i})}async function Zr(n){let{aptosConfig:e,publicKey:t,options:r}=n,i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _153 => _153.noMultiKey]), () => (!1));if(i&&t instanceof Fe)throw new Error("Multi-key accounts are not supported when noMultiKey is true.");let o=[t];t instanceof x&&t.publicKey instanceof E?o.push(t.publicKey):t instanceof E&&o.push(new x(t));let[s,a]=await Promise.all([Promise.all(o.map(async A=>{let p=await bd({aptosConfig:e,publicKey:A});if(p)return{...p,publicKey:A}})),!(t instanceof Fe)&&!i?fd({aptosConfig:e,publicKey:t,options:r}):Promise.resolve([])]),c=[];for(let A of s)A&&c.push(A);o.push(...a);let d=new Map(o.map(A=>[A.authKey().toString(),A])),y=await Ad({aptosConfig:e,authKeys:o.map(A=>A.authKey()),options:r});for(let A of y){if(c.find(g=>g.accountAddress===A.accountAddress))continue;let p=d.get(A.authKey.toString());if(!p)throw new Error(`No publicKey found for authentication key ${A.authKey}. This should never happen.`);c.push({accountAddress:A.accountAddress,publicKey:p,lastTransactionVersion:A.lastTransactionVersion})}return c.sort((A,p)=>p.lastTransactionVersion-A.lastTransactionVersion)}async function ao(n){let{aptosConfig:e,signer:t,options:r}=n;if(t instanceof J||t instanceof nt)return Yr({aptosConfig:e,privateKey:t,options:r});if(t instanceof oe||t instanceof pe)return Yr({aptosConfig:e,privateKey:t.privateKey,options:r});if(t instanceof Ce||t instanceof Me)return md({aptosConfig:e,keylessAccount:t,options:r});if(t instanceof gt&&t.signers.length===1)return ao({aptosConfig:e,signer:t.signers[0],options:r});if(t instanceof Gn&&t.signers.length===1)return Yr({aptosConfig:e,privateKey:t.signers[0],options:r});throw new Error("Unknown signer type")}async function md(n){let{aptosConfig:e,keylessAccount:t,options:r}=n,i=await Zr({aptosConfig:e,publicKey:t.getAnyPublicKey(),options:r}),o={proof:t.proofOrPromise,jwt:t.jwt,ephemeralKeyPair:t.ephemeralKeyPair,pepper:t.pepper,verificationKeyHash:t.verificationKeyHash},s=[];for(let{accountAddress:a,publicKey:c}of i)if(c instanceof Fe){if(c.getSignaturesRequired()>1)continue;if(c instanceof ie)throw new Error("Keyless authentication cannot be used for multi-ed25519 accounts. This should never happen.");c instanceof W&&s.push(new gt({multiKey:c,signers:[t],address:a}))}else t instanceof Me?s.push(Me.create({...o,address:a,jwkAddress:t.publicKey.jwkAddress})):s.push(Ce.create({...o,address:a}));return s}async function Yr(n){let{aptosConfig:e,privateKey:t,options:r}=n,i=lt.fromPrivateKey({privateKey:t,legacy:!1}),o=await Zr({aptosConfig:e,publicKey:new x(t.publicKey()),options:r}),s=[];for(let{accountAddress:a,publicKey:c}of o)if(c instanceof Fe){if(c.getSignaturesRequired()>1)continue;c instanceof ie?s.push(new Gn({publicKey:c,signers:[t],address:a})):c instanceof W&&s.push(new gt({multiKey:c,signers:[i],address:a}))}else{let d=c instanceof E;s.push(lt.fromPrivateKey({privateKey:t,address:a,legacy:d}))}return s}async function fd(n){let{aptosConfig:e,publicKey:t,options:r}=n;if(t instanceof Fe)throw new Error("Public key is a multi-key.");let i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _154 => _154.includeUnverified]), () => (!1)),o=t instanceof x?t:new x(t),s=o.publicKey,a=_chunkA2XB7TVIjs.C.call(void 0, o.variant),c={public_key:{_eq:s.toString()},public_key_type:{_eq:a},...i?{}:{is_public_key_used:{_eq:!0}}},d={query:Ss,variables:{where_condition:c}},{public_key_auth_keys:y}=await w({aptosConfig:e,query:d,originMethod:"getMultiKeysForPublicKey"});return y.map(p=>{switch(p.signature_type){case"multi_ed25519_signature":return ie.deserializeWithoutLength(v.fromHex(p.account_public_key));case"multi_key_signature":return W.deserialize(v.fromHex(p.account_public_key));default:throw new Error(`Unknown multi-signature type: ${p.signature_type}`)}})}async function Ad(n){let{aptosConfig:e,authKeys:t,options:r}=n,i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _155 => _155.includeUnverified]), () => (!1));if(t.length===0)throw new Error("No authentication keys provided");let o={auth_key:{_in:t.map(c=>c.toString())},...i?{}:{is_auth_key_used:{_eq:!0}}},s={query:ys,variables:{where_condition:o,order_by:[{last_transaction_version:"desc"}]}},{auth_key_account_addresses:a}=await w({aptosConfig:e,query:s,originMethod:"getAccountAddressesForAuthKeys"});return a.map(c=>({authKey:new V({data:c.auth_key}),accountAddress:new (0, _chunkA2XB7TVIjs.ba)(_chunkA2XB7TVIjs.j.hexInputToUint8Array(c.account_address)),lastTransactionVersion:Number(c.last_transaction_version)}))}async function hd(n){let{aptosConfig:e,accountAddress:t}=n,r=await ro({aptosConfig:e,accountAddress:t,options:{limit:1}});return r.length===0?0:Number(r[0].version)}async function bd(n){let{aptosConfig:e,publicKey:t}=n,r=t.authKey().derivedAddress(),[i,o]=await Promise.all([hd({aptosConfig:e,accountAddress:r}),ld({aptosConfig:e,accountAddress:r,options:{withAuthKey:t.authKey()}})]);if(o)return{accountAddress:r,lastTransactionVersion:i}}async function P(n){n.minimumLedgerVersion!==void 0&&await Vr({aptosConfig:n.config,minimumLedgerVersion:n.minimumLedgerVersion,processorType:n.processorType})}async function le(n){let{aptosConfig:e,payload:t,options:r}=n,i=await Ys({...t,aptosConfig:e}),o=new _chunkA2XB7TVIjs.m;i.serialize(o);let s=o.toUint8Array(),{data:a}=await wt({aptosConfig:e,path:"view",originMethod:"view",contentType:"application/x.aptos.view_function+bcs",params:{ledger_version:_optionalChain([r, 'optionalAccess', _156 => _156.ledgerVersion])},body:s});return a}async function ba(n){let{aptosConfig:e,payload:t,options:r}=n,{data:i}=await wt({aptosConfig:e,originMethod:"viewJson",path:"view",params:{ledger_version:_optionalChain([r, 'optionalAccess', _157 => _157.ledgerVersion])},body:{function:t.function,type_arguments:_nullishCoalesce(t.typeArguments, () => ([])),arguments:_nullishCoalesce(t.functionArguments, () => ([]))}});return i}async function Ta(n){let{aptosConfig:e,sender:t,authenticationFunction:r,options:i}=n,{moduleAddress:o,moduleName:s,functionName:a}=_chunkA2XB7TVIjs.pa.call(void 0, r);return T({aptosConfig:e,sender:t,data:{function:"0x1::account_abstraction::add_authentication_function",typeArguments:[],functionArguments:[o,s,a],abi:{typeParameters:[],parameters:[new G,new h(I()),new h(I())]}},options:i})}async function wa(n){let{aptosConfig:e,sender:t,authenticationFunction:r,options:i}=n,{moduleAddress:o,moduleName:s,functionName:a}=_chunkA2XB7TVIjs.pa.call(void 0, r);return T({aptosConfig:e,sender:t,data:{function:"0x1::account_abstraction::remove_authentication_function",typeArguments:[],functionArguments:[o,s,a],abi:{typeParameters:[],parameters:[new G,new h(I()),new h(I())]}},options:i})}async function Sa(n){let{aptosConfig:e,sender:t,options:r}=n;return T({aptosConfig:e,sender:t,data:{function:"0x1::account_abstraction::remove_authenticator",typeArguments:[],functionArguments:[],abi:{typeParameters:[],parameters:[]}},options:r})}var qt=class{constructor(e){this.config=e;this.isAccountAbstractionEnabled=async e=>{let t=await this.getAuthenticationFunction(e),{moduleAddress:r,moduleName:i,functionName:o}=_chunkA2XB7TVIjs.pa.call(void 0, e.authenticationFunction);return _nullishCoalesce(_optionalChain([t, 'optionalAccess', _158 => _158.some, 'call', _159 => _159(s=>_chunkA2XB7TVIjs.ba.fromString(r).equals(s.moduleAddress)&&i===s.moduleName&&o===s.functionName)]), () => (!1))};this.enableAccountAbstractionTransaction=this.addAuthenticationFunctionTransaction;this.disableAccountAbstractionTransaction=async e=>{let{accountAddress:t,authenticationFunction:r,options:i}=e;return r?this.removeAuthenticationFunctionTransaction({accountAddress:t,authenticationFunction:r,options:i}):this.removeDispatchableAuthenticatorTransaction({accountAddress:t,options:i})}}async addAuthenticationFunctionTransaction(e){let{accountAddress:t,authenticationFunction:r,options:i}=e;return Ta({aptosConfig:this.config,authenticationFunction:r,sender:t,options:i})}async removeAuthenticationFunctionTransaction(e){let{accountAddress:t,authenticationFunction:r,options:i}=e;return wa({aptosConfig:this.config,sender:t,authenticationFunction:r,options:i})}async removeDispatchableAuthenticatorTransaction(e){let{accountAddress:t,options:r}=e;return Sa({aptosConfig:this.config,sender:t,options:r})}async getAuthenticationFunction(e){let{accountAddress:t}=e,[{vec:r}]=await le({aptosConfig:this.config,payload:{function:"0x1::account_abstraction::dispatchable_authenticator",functionArguments:[_chunkA2XB7TVIjs.ba.from(t)],abi:{typeParameters:[],parameters:[new G],returnTypes:[]}}});if(r.length!==0)return r[0].map(i=>({moduleAddress:_chunkA2XB7TVIjs.ba.fromString(i.module_address),moduleName:i.module_name,functionName:i.function_name}))}};var qn=class{constructor(e){this.config=e;this.abstraction=new qt(e)}async getAccountInfo(e){return bn({aptosConfig:this.config,...e})}async getAccountModules(e){return oa({aptosConfig:this.config,...e})}async getAccountModulesPage(e){return sa({aptosConfig:this.config,...e})}async getAccountModule(e){return Wr({aptosConfig:this.config,...e})}async getAccountTransactions(e){return ro({aptosConfig:this.config,...e})}async getAccountResources(e){return io({aptosConfig:this.config,...e})}async getAccountResourcesPage(e){return aa({aptosConfig:this.config,...e})}async getAccountResource(e){return oo({aptosConfig:this.config,...e})}async lookupOriginalAccountAddress(e){return Ln({aptosConfig:this.config,...e})}async getAccountTokensCount(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"account_transactions_processor"}),ca({aptosConfig:this.config,...e})}async getAccountOwnedTokens(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),ua({aptosConfig:this.config,...e})}async getAccountOwnedTokensFromCollectionAddress(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),da({aptosConfig:this.config,...e})}async getAccountCollectionsWithOwnedTokens(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),pa({aptosConfig:this.config,...e})}async getAccountTransactionsCount(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"account_transactions_processor"}),la({aptosConfig:this.config,...e})}async getAccountCoinsData(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"fungible_asset_processor"}),ga({aptosConfig:this.config,...e})}async getAccountCoinsCount(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"fungible_asset_processor"}),ya({aptosConfig:this.config,...e})}async getAccountAPTAmount(e){return this.getAccountCoinAmount({coinType:Rt,faMetadataAddress:$o,...e})}async getAccountCoinAmount(e){let{accountAddress:t,coinType:r,faMetadataAddress:i}=e,o=r;r===void 0&&i!==void 0&&(o=await qe(async()=>{try{let c=(await le({aptosConfig:this.config,payload:{function:"0x1::coin::paired_coin",functionArguments:[i]}}))[0];if(c.vec.length>0&&_chunkA2XB7TVIjs.oa.call(void 0, c.vec[0]))return _chunkA2XB7TVIjs.na.call(void 0, c.vec[0])}catch (e6){}},`coin-mapping-${i.toString()}`,1e3*60*5)());let s;if(r!==void 0&&i!==void 0)s=_chunkA2XB7TVIjs.ba.from(i).toStringLong();else if(r!==void 0&&i===void 0)r===Rt?s=_chunkA2XB7TVIjs.ba.A.toStringLong():s=_chunkA2XB7TVIjs.ca.call(void 0, _chunkA2XB7TVIjs.ba.A,r).toStringLong();else if(r===void 0&&i!==void 0){let c=_chunkA2XB7TVIjs.ba.from(i);s=c.toStringLong(),c===_chunkA2XB7TVIjs.ba.A&&(o=Rt)}else throw new Error("Either coinType, faMetadataAddress, or both must be provided");if(o!==void 0){let[c]=await le({aptosConfig:this.config,payload:{function:"0x1::coin::balance",typeArguments:[o],functionArguments:[t]}});return parseInt(c,10)}let[a]=await le({aptosConfig:this.config,payload:{function:"0x1::primary_fungible_store::balance",typeArguments:["0x1::object::ObjectCore"],functionArguments:[t,s]}});return parseInt(a,10)}async getBalance(e){return ma({aptosConfig:this.config,...e})}async getAccountOwnedObjects(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"default_processor"}),so({aptosConfig:this.config,...e})}async deriveAccountFromPrivateKey(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"account_restoration_processor"}),await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"objects_processor"}),fa({aptosConfig:this.config,...e})}async deriveOwnedAccountsFromSigner(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"account_restoration_processor"}),await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"objects_processor"}),ao({aptosConfig:this.config,...e})}async getAccountsForPublicKey(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"account_restoration_processor"}),await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"objects_processor"}),Zr({aptosConfig:this.config,...e})}};var _aptosclient = require('@aptos-labs/aptos-client'); var _aptosclient2 = _interopRequireDefault(_aptosclient);var ei=class{constructor(e){if(_optionalChain([e, 'optionalAccess', _160 => _160.fullnode])||_optionalChain([e, 'optionalAccess', _161 => _161.indexer])||_optionalChain([e, 'optionalAccess', _162 => _162.faucet])||_optionalChain([e, 'optionalAccess', _163 => _163.pepper])||_optionalChain([e, 'optionalAccess', _164 => _164.prover])){if(_optionalChain([e, 'optionalAccess', _165 => _165.network])==="custom")console.info("Note: using CUSTOM network will require queries to lookup ChainId");else if(!_optionalChain([e, 'optionalAccess', _166 => _166.network]))throw new Error("Custom endpoints require a network to be specified")}this.network=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _167 => _167.network]), () => ("devnet")),this.fullnode=_optionalChain([e, 'optionalAccess', _168 => _168.fullnode]),this.faucet=_optionalChain([e, 'optionalAccess', _169 => _169.faucet]),this.pepper=_optionalChain([e, 'optionalAccess', _170 => _170.pepper]),this.prover=_optionalChain([e, 'optionalAccess', _171 => _171.prover]),this.indexer=_optionalChain([e, 'optionalAccess', _172 => _172.indexer]),this.client=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _173 => _173.client]), () => ({provider:_aptosclient2.default})),this.clientConfig=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _174 => _174.clientConfig]), () => ({})),this.fullnodeConfig=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _175 => _175.fullnodeConfig]), () => ({})),this.indexerConfig=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _176 => _176.indexerConfig]), () => ({})),this.faucetConfig=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _177 => _177.faucetConfig]), () => ({})),this.transactionGenerationConfig=_nullishCoalesce(_optionalChain([e, 'optionalAccess', _178 => _178.transactionGenerationConfig]), () => ({})),this.pluginConfig=_optionalChain([e, 'optionalAccess', _179 => _179.pluginSettings])?{...e.pluginSettings,IGNORE_TRANSACTION_SUBMITTER:!1}:void 0}getRequestUrl(e){switch(e){case"Fullnode":if(this.fullnode!==void 0)return this.fullnode;if(this.network==="custom")throw new Error("Please provide a custom full node url");return Vo[this.network];case"Faucet":if(this.faucet!==void 0)return this.faucet;if(this.network==="testnet")throw new Error("There is no way to programmatically mint testnet APT, you must use the minting site at https://aptos.dev/network/faucet");if(this.network==="mainnet")throw new Error("There is no mainnet faucet");if(this.network==="custom")throw new Error("Please provide a custom faucet url");return Ho[this.network];case"Indexer":if(this.indexer!==void 0)return this.indexer;if(this.network==="custom")throw new Error("Please provide a custom indexer url");return Mo[this.network];case"Pepper":if(this.pepper!==void 0)return this.pepper;if(this.network==="custom")throw new Error("Please provide a custom pepper service url");return fi[this.network];case"Prover":if(this.prover!==void 0)return this.prover;if(this.network==="custom")throw new Error("Please provide a custom prover service url");return Ai[this.network];default:throw Error(`apiType ${e} is not supported`)}}isPepperServiceRequest(e){return fi[this.network]===e}isProverServiceRequest(e){return Ai[this.network]===e}getDefaultMaxGasAmount(){return _nullishCoalesce(_optionalChain([this, 'access', _180 => _180.transactionGenerationConfig, 'optionalAccess', _181 => _181.defaultMaxGasAmount]), () => (2e5))}getDefaultTxnExpirySecFromNow(){return _nullishCoalesce(_optionalChain([this, 'access', _182 => _182.transactionGenerationConfig, 'optionalAccess', _183 => _183.defaultTxnExpirySecFromNow]), () => (20))}setIgnoreTransactionSubmitter(e){this.pluginConfig&&(this.pluginConfig.IGNORE_TRANSACTION_SUBMITTER=e)}getTransactionSubmitter(){if(this.pluginConfig!==void 0&&this.pluginConfig.IGNORE_TRANSACTION_SUBMITTER!==!0)return this.pluginConfig.TRANSACTION_SUBMITTER}};var wd={typeParameters:[{constraints:[]}],parameters:[new G,new te]};async function Pa(n){let{aptosConfig:e,sender:t,recipient:r,amount:i,coinType:o,options:s}=n;return T({aptosConfig:e,sender:t,data:{function:"0x1::aptos_account::transfer_coins",typeArguments:[_nullishCoalesce(o, () => (Rt))],functionArguments:[r,i],abi:wd},options:s})}var $n=class{constructor(e){this.config=e}async transferCoinTransaction(e){return Pa({aptosConfig:this.config,...e})}};var xt={BOOLEAN:"bool",U8:"u8",U16:"u16",U32:"u32",U64:"u64",U128:"u128",U256:"u256",ADDRESS:"address",STRING:"0x1::string::String",ARRAY:"vector<u8>"},ve="0x4::token::Token";async function Ea(n){let{aptosConfig:e,digitalAssetAddress:t}=n,r={token_data_id:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}};return(await w({aptosConfig:e,query:{query:Us,variables:{where_condition:r}},originMethod:"getDigitalAssetData"})).current_token_datas_v2[0]}async function _a(n){let{aptosConfig:e,digitalAssetAddress:t}=n,r={token_data_id:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()},amount:{_gt:0}};return(await w({aptosConfig:e,query:{query:Gi,variables:{where_condition:r}},originMethod:"getCurrentDigitalAssetOwnership"})).current_token_ownerships_v2[0]}async function xa(n){let{aptosConfig:e,ownerAddress:t,options:r}=n,i={owner_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()},amount:{_gt:0}},o={query:Gi,variables:{where_condition:i,offset:_optionalChain([r, 'optionalAccess', _184 => _184.offset]),limit:_optionalChain([r, 'optionalAccess', _185 => _185.limit]),order_by:_optionalChain([r, 'optionalAccess', _186 => _186.orderBy])}};return(await w({aptosConfig:e,query:o,originMethod:"getOwnedDigitalAssets"})).current_token_ownerships_v2}async function Ia(n){let{aptosConfig:e,digitalAssetAddress:t,options:r}=n,i={token_data_id:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}},o={query:Rs,variables:{where_condition:i,offset:_optionalChain([r, 'optionalAccess', _187 => _187.offset]),limit:_optionalChain([r, 'optionalAccess', _188 => _188.limit]),order_by:_optionalChain([r, 'optionalAccess', _189 => _189.orderBy])}};return(await w({aptosConfig:e,query:o,originMethod:"getDigitalAssetActivity"})).token_activities_v2}var Sd={typeParameters:[],parameters:[new h(I()),new te,new h(I()),new h(I()),new Q,new Q,new Q,new Q,new Q,new Q,new Q,new Q,new Q,new te,new te]};async function Ca(n){let{aptosConfig:e,options:t,creator:r}=n;return T({aptosConfig:e,sender:r.accountAddress,data:{function:"0x4::aptos_token::create_collection",functionArguments:[new C(n.description),new $(_nullishCoalesce(n.maxSupply, () => (_chunkA2XB7TVIjs.e))),new C(n.name),new C(n.uri),new D(_nullishCoalesce(n.mutableDescription, () => (!0))),new D(_nullishCoalesce(n.mutableRoyalty, () => (!0))),new D(_nullishCoalesce(n.mutableURI, () => (!0))),new D(_nullishCoalesce(n.mutableTokenDescription, () => (!0))),new D(_nullishCoalesce(n.mutableTokenName, () => (!0))),new D(_nullishCoalesce(n.mutableTokenProperties, () => (!0))),new D(_nullishCoalesce(n.mutableTokenURI, () => (!0))),new D(_nullishCoalesce(n.tokensBurnableByCreator, () => (!0))),new D(_nullishCoalesce(n.tokensFreezableByCreator, () => (!0))),new $(_nullishCoalesce(n.royaltyNumerator, () => (0))),new $(_nullishCoalesce(n.royaltyDenominator, () => (1)))],abi:Sd},options:t})}async function Tn(n){let{aptosConfig:e,options:t}=n,r=_optionalChain([t, 'optionalAccess', _190 => _190.where]);_optionalChain([t, 'optionalAccess', _191 => _191.tokenStandard])&&(r.token_standard={_eq:_nullishCoalesce(_optionalChain([t, 'optionalAccess', _192 => _192.tokenStandard]), () => ("v2"))});let i={query:Es,variables:{where_condition:r,offset:_optionalChain([t, 'optionalAccess', _193 => _193.offset]),limit:_optionalChain([t, 'optionalAccess', _194 => _194.limit])}};return(await w({aptosConfig:e,query:i,originMethod:"getCollectionData"})).current_collections_v2[0]}async function va(n){let{aptosConfig:e,creatorAddress:t,collectionName:r,options:i}=n,o=_chunkA2XB7TVIjs.ba.from(t),s={collection_name:{_eq:r},creator_address:{_eq:o.toStringLong()}};return _optionalChain([i, 'optionalAccess', _195 => _195.tokenStandard])&&(s.token_standard={_eq:_nullishCoalesce(_optionalChain([i, 'optionalAccess', _196 => _196.tokenStandard]), () => ("v2"))}),Tn({aptosConfig:e,options:{...i,where:s}})}async function Ka(n){let{aptosConfig:e,creatorAddress:t,options:r}=n,o={creator_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}};return _optionalChain([r, 'optionalAccess', _197 => _197.tokenStandard])&&(o.token_standard={_eq:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _198 => _198.tokenStandard]), () => ("v2"))}),Tn({aptosConfig:e,options:{...r,where:o}})}async function Ra(n){let{aptosConfig:e,collectionId:t,options:r}=n,o={collection_id:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}};return _optionalChain([r, 'optionalAccess', _199 => _199.tokenStandard])&&(o.token_standard={_eq:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _200 => _200.tokenStandard]), () => ("v2"))}),Tn({aptosConfig:e,options:{...r,where:o}})}async function Ua(n){let{creatorAddress:e,collectionName:t,options:r,aptosConfig:i}=n,o=_chunkA2XB7TVIjs.ba.from(e),s={collection_name:{_eq:t},creator_address:{_eq:o.toStringLong()}};return _optionalChain([r, 'optionalAccess', _201 => _201.tokenStandard])&&(s.token_standard={_eq:_nullishCoalesce(_optionalChain([r, 'optionalAccess', _202 => _202.tokenStandard]), () => ("v2"))}),(await Tn({aptosConfig:i,options:{where:s}})).collection_id}var Pd={typeParameters:[],parameters:[new h(I()),new h(I()),new h(I()),new h(I()),new U(new h(I())),new U(new h(I())),new U(U.u8())]};async function ka(n){let{aptosConfig:e,options:t,creator:r,collection:i,description:o,name:s,uri:a,propertyKeys:c,propertyTypes:d,propertyValues:y}=n,A=_optionalChain([d, 'optionalAccess', _203 => _203.map, 'call', _204 => _204(p=>xt[p])]);return T({aptosConfig:e,sender:r.accountAddress,data:{function:"0x4::aptos_token::mint",functionArguments:[new C(i),new C(o),new C(s),new C(a),S.MoveString(_nullishCoalesce(c, () => ([]))),S.MoveString(_nullishCoalesce(A, () => ([]))),Wa(_nullishCoalesce(y, () => ([])),_nullishCoalesce(A, () => ([])))],abi:Pd},options:t})}var Ed={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new G]};async function za(n){let{aptosConfig:e,sender:t,digitalAssetAddress:r,recipient:i,digitalAssetType:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::object::transfer",typeArguments:[_nullishCoalesce(o, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(r),_chunkA2XB7TVIjs.ba.from(i)],abi:Ed},options:s})}var _d={typeParameters:[],parameters:[new h(I()),new h(I()),new h(I()),new h(I()),new U(new h(I())),new U(new h(I())),new U(U.u8()),new G]};async function Na(n){let{aptosConfig:e,account:t,collection:r,description:i,name:o,uri:s,recipient:a,propertyKeys:c,propertyTypes:d,propertyValues:y,options:A}=n;if(_optionalChain([c, 'optionalAccess', _205 => _205.length])!==_optionalChain([y, 'optionalAccess', _206 => _206.length]))throw new Error("Property keys and property values counts do not match");if(_optionalChain([d, 'optionalAccess', _207 => _207.length])!==_optionalChain([y, 'optionalAccess', _208 => _208.length]))throw new Error("Property types and property values counts do not match");let p=_optionalChain([d, 'optionalAccess', _209 => _209.map, 'call', _210 => _210(g=>xt[g])]);return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::mint_soul_bound",functionArguments:[r,i,o,s,S.MoveString(_nullishCoalesce(c, () => ([]))),S.MoveString(_nullishCoalesce(p, () => ([]))),Wa(_nullishCoalesce(y, () => ([])),_nullishCoalesce(p, () => ([]))),a],abi:_d},options:A})}var xd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0)))]};async function Da(n){let{aptosConfig:e,creator:t,digitalAssetAddress:r,digitalAssetType:i,options:o}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::burn",typeArguments:[_nullishCoalesce(i, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(r)],abi:xd},options:o})}var Id={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0)))]};async function Fa(n){let{aptosConfig:e,creator:t,digitalAssetAddress:r,digitalAssetType:i,options:o}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::freeze_transfer",typeArguments:[_nullishCoalesce(i, () => (ve))],functionArguments:[r],abi:Id},options:o})}var Cd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0)))]};async function Oa(n){let{aptosConfig:e,creator:t,digitalAssetAddress:r,digitalAssetType:i,options:o}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::unfreeze_transfer",typeArguments:[_nullishCoalesce(i, () => (ve))],functionArguments:[r],abi:Cd},options:o})}var vd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I())]};async function Ga(n){let{aptosConfig:e,creator:t,description:r,digitalAssetAddress:i,digitalAssetType:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::set_description",typeArguments:[_nullishCoalesce(o, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(i),new C(r)],abi:vd},options:s})}var Kd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I())]};async function Ba(n){let{aptosConfig:e,creator:t,name:r,digitalAssetAddress:i,digitalAssetType:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::set_name",typeArguments:[_nullishCoalesce(o, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(i),new C(r)],abi:Kd},options:s})}var Rd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I())]};async function Ma(n){let{aptosConfig:e,creator:t,uri:r,digitalAssetAddress:i,digitalAssetType:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::set_uri",typeArguments:[_nullishCoalesce(o, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(i),new C(r)],abi:Rd},options:s})}var Ud={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I()),new h(I()),U.u8()]};async function Va(n){let{aptosConfig:e,creator:t,propertyKey:r,propertyType:i,propertyValue:o,digitalAssetAddress:s,digitalAssetType:a,options:c}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::add_property",typeArguments:[_nullishCoalesce(a, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(s),new C(r),new C(xt[i]),S.U8(co(o,xt[i]))],abi:Ud},options:c})}var kd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I())]};async function Ha(n){let{aptosConfig:e,creator:t,propertyKey:r,digitalAssetAddress:i,digitalAssetType:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::remove_property",typeArguments:[_nullishCoalesce(o, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(i),new C(r)],abi:kd},options:s})}var zd={typeParameters:[{constraints:["key"]}],parameters:[new h(be(new M(0))),new h(I()),new h(I()),U.u8()]};async function La(n){let{aptosConfig:e,creator:t,propertyKey:r,propertyType:i,propertyValue:o,digitalAssetAddress:s,digitalAssetType:a,options:c}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::update_property",typeArguments:[_nullishCoalesce(a, () => (ve))],functionArguments:[_chunkA2XB7TVIjs.ba.from(s),new C(r),new C(xt[i]),co(o,xt[i])],abi:zd},options:c})}var Nd={typeParameters:[{constraints:["key"]},{constraints:[]}],parameters:[new h(be(new M(0))),new h(I()),new M(1)]};async function qa(n){let{aptosConfig:e,creator:t,propertyKey:r,propertyType:i,propertyValue:o,digitalAssetAddress:s,digitalAssetType:a,options:c}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::add_typed_property",typeArguments:[_nullishCoalesce(a, () => (ve)),xt[i]],functionArguments:[_chunkA2XB7TVIjs.ba.from(s),new C(r),o],abi:Nd},options:c})}var Dd={typeParameters:[{constraints:["key"]},{constraints:[]}],parameters:[new h(be(new M(0))),new h(I()),new M(1)]};async function $a(n){let{aptosConfig:e,creator:t,propertyKey:r,propertyType:i,propertyValue:o,digitalAssetAddress:s,digitalAssetType:a,options:c}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x4::aptos_token::update_typed_property",typeArguments:[_nullishCoalesce(a, () => (ve)),xt[i]],functionArguments:[_chunkA2XB7TVIjs.ba.from(s),new C(r),o],abi:Dd},options:c})}function Wa(n,e){let t=new Array;return e.forEach((r,i)=>{t.push(co(n[i],r))}),t}function co(n,e){let t=Ve(e);return Lt(n,t,0,[]).bcsToBytes()}var Wn=class{constructor(e){this.config=e}async getCollectionData(e){await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"});let{creatorAddress:t,collectionName:r,options:i}=e,o=_chunkA2XB7TVIjs.ba.from(t),s={collection_name:{_eq:r},creator_address:{_eq:o.toStringLong()}};return _optionalChain([i, 'optionalAccess', _211 => _211.tokenStandard])&&(s.token_standard={_eq:_nullishCoalesce(_optionalChain([i, 'optionalAccess', _212 => _212.tokenStandard]), () => ("v2"))}),Tn({aptosConfig:this.config,options:{where:s}})}async getCollectionDataByCreatorAddressAndCollectionName(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),va({aptosConfig:this.config,...e})}async getCollectionDataByCreatorAddress(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),Ka({aptosConfig:this.config,...e})}async getCollectionDataByCollectionId(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),Ra({aptosConfig:this.config,...e})}async getCollectionId(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),Ua({aptosConfig:this.config,...e})}async getDigitalAssetData(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),Ea({aptosConfig:this.config,...e})}async getCurrentDigitalAssetOwnership(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),_a({aptosConfig:this.config,...e})}async getOwnedDigitalAssets(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),xa({aptosConfig:this.config,...e})}async getDigitalAssetActivity(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"token_v2_processor"}),Ia({aptosConfig:this.config,...e})}async createCollectionTransaction(e){return Ca({aptosConfig:this.config,...e})}async mintDigitalAssetTransaction(e){return ka({aptosConfig:this.config,...e})}async transferDigitalAssetTransaction(e){return za({aptosConfig:this.config,...e})}async mintSoulBoundTransaction(e){return Na({aptosConfig:this.config,...e})}async burnDigitalAssetTransaction(e){return Da({aptosConfig:this.config,...e})}async freezeDigitalAssetTransaferTransaction(e){return Fa({aptosConfig:this.config,...e})}async unfreezeDigitalAssetTransaferTransaction(e){return Oa({aptosConfig:this.config,...e})}async setDigitalAssetDescriptionTransaction(e){return Ga({aptosConfig:this.config,...e})}async setDigitalAssetNameTransaction(e){return Ba({aptosConfig:this.config,...e})}async setDigitalAssetURITransaction(e){return Ma({aptosConfig:this.config,...e})}async addDigitalAssetPropertyTransaction(e){return Va({aptosConfig:this.config,...e})}async removeDigitalAssetPropertyTransaction(e){return Ha({aptosConfig:this.config,...e})}async updateDigitalAssetPropertyTransaction(e){return La({aptosConfig:this.config,...e})}async addDigitalAssetTypedPropertyTransaction(e){return qa({aptosConfig:this.config,...e})}async updateDigitalAssetTypedPropertyTransaction(e){return $a({aptosConfig:this.config,...e})}};async function Qa(n){let{aptosConfig:e,accountAddress:t,amount:r,options:i}=n,o=_optionalChain([i, 'optionalAccess', _213 => _213.timeoutSecs])||20,{data:s}=await Zo({aptosConfig:e,path:"fund",body:{address:_chunkA2XB7TVIjs.ba.from(t).toString(),amount:r},originMethod:"fundAccount"}),a=s.txn_hashes[0],c=await An({aptosConfig:e,transactionHash:a,options:{timeoutSecs:o,checkSuccess:_optionalChain([i, 'optionalAccess', _214 => _214.checkSuccess])}});if(c.type==="user_transaction")return c;throw new Error(`Unexpected transaction received for fund account: ${c.type}`)}var Qn=class{constructor(e){this.config=e}async fundAccount(e){let t=await Qa({aptosConfig:this.config,...e});return(_optionalChain([e, 'access', _215 => _215.options, 'optionalAccess', _216 => _216.waitForIndexer])===void 0||_optionalChain([e, 'access', _217 => _217.options, 'optionalAccess', _218 => _218.waitForIndexer]))&&await Vr({aptosConfig:this.config,minimumLedgerVersion:BigInt(t.version),processorType:"fungible_asset_processor"}),t}};async function ti(n){let{aptosConfig:e,options:t}=n,r={query:Cs,variables:{where_condition:_optionalChain([t, 'optionalAccess', _219 => _219.where]),limit:_optionalChain([t, 'optionalAccess', _220 => _220.limit]),offset:_optionalChain([t, 'optionalAccess', _221 => _221.offset])}};return(await w({aptosConfig:e,query:r,originMethod:"getFungibleAssetMetadata"})).fungible_asset_metadata}async function ja(n){let{aptosConfig:e,options:t}=n,r={query:Is,variables:{where_condition:_optionalChain([t, 'optionalAccess', _222 => _222.where]),limit:_optionalChain([t, 'optionalAccess', _223 => _223.limit]),offset:_optionalChain([t, 'optionalAccess', _224 => _224.offset])}};return(await w({aptosConfig:e,query:r,originMethod:"getFungibleAssetActivities"})).fungible_asset_activities}async function Ja(n){let{aptosConfig:e,options:t}=n,r={query:_s,variables:{where_condition:_optionalChain([t, 'optionalAccess', _225 => _225.where]),limit:_optionalChain([t, 'optionalAccess', _226 => _226.limit]),offset:_optionalChain([t, 'optionalAccess', _227 => _227.offset])}};return(await w({aptosConfig:e,query:r,originMethod:"getCurrentFungibleAssetBalances"})).current_fungible_asset_balances}var Xa={typeParameters:[{constraints:[]}],parameters:[Ve("0x1::object::Object"),new G,new te]};async function Ya(n){let{aptosConfig:e,sender:t,fungibleAssetMetadataAddress:r,recipient:i,amount:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::primary_fungible_store::transfer",typeArguments:["0x1::fungible_asset::Metadata"],functionArguments:[r,i,o],abi:Xa},options:s})}async function Za(n){let{aptosConfig:e,sender:t,fromStore:r,toStore:i,amount:o,options:s}=n;return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::dispatchable_fungible_asset::transfer",typeArguments:["0x1::fungible_asset::FungibleStore"],functionArguments:[r,i,o],abi:Xa},options:s})}var jn=class{constructor(e){this.config=e}async getFungibleAssetMetadata(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _228 => _228.minimumLedgerVersion]),processorType:"fungible_asset_processor"}),ti({aptosConfig:this.config,...e})}async getFungibleAssetMetadataByAssetType(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _229 => _229.minimumLedgerVersion]),processorType:"fungible_asset_processor"}),(await ti({aptosConfig:this.config,options:{where:{asset_type:{_eq:e.assetType}}}}))[0]}async getFungibleAssetMetadataByCreatorAddress(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _230 => _230.minimumLedgerVersion]),processorType:"fungible_asset_processor"}),await ti({aptosConfig:this.config,options:{where:{creator_address:{_eq:_chunkA2XB7TVIjs.ba.from(e.creatorAddress).toStringLong()}}}})}async getFungibleAssetActivities(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _231 => _231.minimumLedgerVersion]),processorType:"fungible_asset_processor"}),ja({aptosConfig:this.config,...e})}async getCurrentFungibleAssetBalances(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _232 => _232.minimumLedgerVersion]),processorType:"fungible_asset_processor"}),Ja({aptosConfig:this.config,...e})}async transferFungibleAsset(e){return Ya({aptosConfig:this.config,...e})}async transferFungibleAssetBetweenStores(e){return Za({aptosConfig:this.config,...e})}};var Jn=class{constructor(e){this.config=e}async getLedgerInfo(){return Nr({aptosConfig:this.config})}async getChainId(){return(await this.getLedgerInfo()).chain_id}async getBlockByVersion(e){return Bs({aptosConfig:this.config,...e})}async getBlockByHeight(e){return Ms({aptosConfig:this.config,...e})}async view(e){return le({aptosConfig:this.config,...e})}async viewJson(e){return ba({aptosConfig:this.config,...e})}async getChainTopUserTransactions(e){return ks({aptosConfig:this.config,...e})}async queryIndexer(e){return w({aptosConfig:this.config,...e})}async getIndexerLastSuccessVersion(){return Dr({aptosConfig:this.config})}async getProcessorStatus(e){return Fr({aptosConfig:this.config,processorType:e})}};var ec=["A name must be between 3 and 63 characters long,","and can only contain lowercase a-z, 0-9, and hyphens.","A name may not start or end with a hyphen."].join(" ");function tc(n){return!(!n||n.length<3||n.length>63||!/^[a-z\d][a-z\d-]{1,61}[a-z\d]$/.test(n))}function It(n){let[e,t,...r]=n.replace(/\.apt$/,"").split(".");if(r.length>0)throw new Error(`${n} is invalid. A name can only have two parts, a domain and a subdomain separated by a "."`);if(!tc(e))throw new Error(`${e} is not valid. ${ec}`);if(t&&!tc(t))throw new Error(`${t} is not valid. ${ec}`);return{domainName:t||e,subdomainName:t?e:void 0}}function nc(n){if(!n)return!1;let e=new Date(n.domain_expiration_timestamp).getTime()<Date.now(),t=new Date(n.expiration_timestamp).getTime()<Date.now();return n.subdomain&&e?!1:n.subdomain&&n.subdomain_expiration_policy===1?!0:!t}var Fd="0x585fc9f0f0c54183b039ffc770ca282ebd87307916c215a3e692f2f8e4305e82",Od={testnet:"0x5f8fd2347449685cf41d4db97926ec3a096eaf381332be4f1318ad4d16a8497c",mainnet:"0x867ed1f6bf916171b1de3ee92849b8978b7d1b9e0a8cc982a3d19d535dfd9c0c",local:Fd,custom:null,devnet:null,shelbynet:null};function mt(n){let e=Od[n.network];if(!e)throw new Error(`The ANS contract is not deployed to ${n.network}`);return e}var ni=n=>{if(n&&typeof n=="object"&&"vec"in n&&Array.isArray(n.vec))return n.vec[0]};async function rc(n){let{aptosConfig:e,name:t}=n,r=mt(e),{domainName:i,subdomainName:o}=It(t),s=await le({aptosConfig:e,payload:{function:`${r}::router::get_owner_addr`,functionArguments:[i,o]}}),a=ni(s[0]);return a?_chunkA2XB7TVIjs.ba.from(a):void 0}async function ic(n){let{aptosConfig:e,expiration:t,name:r,sender:i,targetAddress:o,toAddress:s,options:a,transferable:c}=n,d=mt(e),{domainName:y,subdomainName:A}=It(r),p=t.policy==="subdomain:independent"||t.policy==="subdomain:follow-domain";if(A&&!p)throw new Error("Subdomains must have an expiration policy of either 'subdomain:independent' or 'subdomain:follow-domain'");if(p&&!A)throw new Error(`Policy is set to ${t.policy} but no subdomain was provided`);if(t.policy==="domain"){let q=_nullishCoalesce(t.years, () => (1));if(q!==1)throw new Error("For now, names can only be registered for 1 year at a time");let Xe=q*31536e3;return await T({aptosConfig:e,sender:i.accountAddress.toString(),data:{function:`${d}::router::register_domain`,functionArguments:[y,Xe,o,s]},options:a})}if(!A)throw new Error(`${t.policy} requires a subdomain to be provided.`);let g=await uo({aptosConfig:e,name:y});if(!g)throw new Error("The domain does not exist");let b=t.policy==="subdomain:independent"?t.expirationDate:g;if(b>g)throw new Error("The subdomain expiration time cannot be greater than the domain expiration time");return await T({aptosConfig:e,sender:i.accountAddress.toString(),data:{function:`${d}::router::register_subdomain`,functionArguments:[y,A,Math.round(b/1e3),t.policy==="subdomain:follow-domain"?1:0,!!c,o,s]},options:a})}async function uo(n){let{aptosConfig:e,name:t}=n,r=mt(e),{domainName:i,subdomainName:o}=It(t);try{let s=await le({aptosConfig:e,payload:{function:`${r}::router::get_expiration`,functionArguments:[i,o]}});return Number(s[0])*1e3}catch (e7){return}}async function oc(n){let{aptosConfig:e,address:t}=n,r=mt(e),i=await le({aptosConfig:e,payload:{function:`${r}::router::get_primary_name`,functionArguments:[_chunkA2XB7TVIjs.ba.from(t).toString()]}}),o=ni(i[1]),s=ni(i[0]);if(o)return[s,o].filter(Boolean).join(".")}async function sc(n){let{aptosConfig:e,sender:t,name:r,options:i}=n,o=mt(e);if(!r)return await T({aptosConfig:e,sender:t.accountAddress.toString(),data:{function:`${o}::router::clear_primary_name`,functionArguments:[]},options:i});let{domainName:s,subdomainName:a}=It(r);return await T({aptosConfig:e,sender:t.accountAddress.toString(),data:{function:`${o}::router::set_primary_name`,functionArguments:[s,a]},options:i})}async function ac(n){let{aptosConfig:e,name:t}=n,r=mt(e),{domainName:i,subdomainName:o}=It(t),s=await le({aptosConfig:e,payload:{function:`${r}::router::get_target_addr`,functionArguments:[i,o]}}),a=ni(s[0]);return a?_chunkA2XB7TVIjs.ba.from(a):void 0}async function cc(n){let{aptosConfig:e,sender:t,name:r,address:i,options:o}=n,s=mt(e),{domainName:a,subdomainName:c}=It(r);return await T({aptosConfig:e,sender:t.accountAddress.toString(),data:{function:`${s}::router::set_target_addr`,functionArguments:[a,c,i]},options:o})}async function uc(n){let{aptosConfig:e,name:t}=n,{domainName:r,subdomainName:i=""}=It(t),a=(await w({aptosConfig:e,query:{query:fn,variables:{where_condition:{domain:{_eq:r},subdomain:{_eq:i}},limit:1}},originMethod:"getName"})).current_aptos_names[0];return a&&(a=Xn(a)),nc(a)?a:void 0}async function dc(n){let{aptosConfig:e,options:t,accountAddress:r}=n,i=await po({aptosConfig:e});return(await w({aptosConfig:e,originMethod:"getAccountNames",query:{query:fn,variables:{limit:_optionalChain([t, 'optionalAccess', _233 => _233.limit]),offset:_optionalChain([t, 'optionalAccess', _234 => _234.offset]),order_by:_optionalChain([t, 'optionalAccess', _235 => _235.orderBy]),where_condition:{..._nullishCoalesce(_optionalChain([n, 'access', _236 => _236.options, 'optionalAccess', _237 => _237.where]), () => ({})),owner_address:{_eq:r.toString()},expiration_timestamp:{_gte:i}}}}})).current_aptos_names.map(Xn)}async function pc(n){let{aptosConfig:e,options:t,accountAddress:r}=n,i=await po({aptosConfig:e});return(await w({aptosConfig:e,originMethod:"getAccountDomains",query:{query:fn,variables:{limit:_optionalChain([t, 'optionalAccess', _238 => _238.limit]),offset:_optionalChain([t, 'optionalAccess', _239 => _239.offset]),order_by:_optionalChain([t, 'optionalAccess', _240 => _240.orderBy]),where_condition:{..._nullishCoalesce(_optionalChain([n, 'access', _241 => _241.options, 'optionalAccess', _242 => _242.where]), () => ({})),owner_address:{_eq:r.toString()},expiration_timestamp:{_gte:i},subdomain:{_eq:""}}}}})).current_aptos_names.map(Xn)}async function lc(n){let{aptosConfig:e,options:t,accountAddress:r}=n,i=await po({aptosConfig:e});return(await w({aptosConfig:e,originMethod:"getAccountSubdomains",query:{query:fn,variables:{limit:_optionalChain([t, 'optionalAccess', _243 => _243.limit]),offset:_optionalChain([t, 'optionalAccess', _244 => _244.offset]),order_by:_optionalChain([t, 'optionalAccess', _245 => _245.orderBy]),where_condition:{..._nullishCoalesce(_optionalChain([n, 'access', _246 => _246.options, 'optionalAccess', _247 => _247.where]), () => ({})),owner_address:{_eq:r.toString()},expiration_timestamp:{_gte:i},subdomain:{_neq:""}}}}})).current_aptos_names.map(Xn)}async function gc(n){let{aptosConfig:e,options:t,domain:r}=n;return(await w({aptosConfig:e,originMethod:"getDomainSubdomains",query:{query:fn,variables:{limit:_optionalChain([t, 'optionalAccess', _248 => _248.limit]),offset:_optionalChain([t, 'optionalAccess', _249 => _249.offset]),order_by:_optionalChain([t, 'optionalAccess', _250 => _250.orderBy]),where_condition:{..._nullishCoalesce(_optionalChain([n, 'access', _251 => _251.options, 'optionalAccess', _252 => _252.where]), () => ({})),domain:{_eq:r},subdomain:{_neq:""}}}}})).current_aptos_names.map(Xn).filter(nc)}async function po(n){let{aptosConfig:e}=n,t=mt(e),[r]=await le({aptosConfig:e,payload:{function:`${t}::config::reregistration_grace_sec`,functionArguments:[]}}),i=r/60/60/24,o=()=>new Date;return new Date(o().setDate(o().getDate()-i)).toISOString()}async function yc(n){let{aptosConfig:e,sender:t,name:r,years:i=1,options:o}=n,s=mt(e),a=i*31536e3,{domainName:c,subdomainName:d}=It(r);if(d)throw new Error("Subdomains cannot be renewed");if(i!==1)throw new Error("Currently, only 1 year renewals are supported");return await T({aptosConfig:e,sender:t.accountAddress.toString(),data:{function:`${s}::router::renew_domain`,functionArguments:[c,a]},options:o})}function Xn(n){return{...n,expiration_timestamp:new Date(n.expiration_timestamp).getTime()}}var Yn=class{constructor(e){this.config=e}async getOwnerAddress(e){return rc({aptosConfig:this.config,...e})}async getExpiration(e){return uo({aptosConfig:this.config,...e})}async getTargetAddress(e){return ac({aptosConfig:this.config,...e})}async setTargetAddress(e){return cc({aptosConfig:this.config,...e})}async getPrimaryName(e){return oc({aptosConfig:this.config,...e})}async setPrimaryName(e){return sc({aptosConfig:this.config,...e})}async registerName(e){return ic({aptosConfig:this.config,...e})}async renewDomain(e){return yc({aptosConfig:this.config,...e})}async getName(e){return uc({aptosConfig:this.config,...e})}async getAccountNames(e){return dc({aptosConfig:this.config,...e})}async getAccountDomains(e){return pc({aptosConfig:this.config,...e})}async getAccountSubdomains(e){return lc({aptosConfig:this.config,...e})}async getDomainSubdomains(e){return gc({aptosConfig:this.config,...e})}};async function mc(n){let{aptosConfig:e,poolAddress:t}=n,r=_chunkA2XB7TVIjs.ba.from(t).toStringLong(),o=await w({aptosConfig:e,query:{query:Fi,variables:{where_condition:{pool_address:{_eq:r}}}}});return o.num_active_delegator_per_pool[0]?o.num_active_delegator_per_pool[0].num_active_delegator:0}async function fc(n){let{aptosConfig:e,options:t}=n,r={query:Fi,variables:{order_by:_optionalChain([t, 'optionalAccess', _253 => _253.orderBy])}};return(await w({aptosConfig:e,query:r})).num_active_delegator_per_pool}async function Ac(n){let{aptosConfig:e,delegatorAddress:t,poolAddress:r}=n,i={query:xs,variables:{delegatorAddress:_chunkA2XB7TVIjs.ba.from(t).toStringLong(),poolAddress:_chunkA2XB7TVIjs.ba.from(r).toStringLong()}};return(await w({aptosConfig:e,query:i})).delegated_staking_activities}var Zn=class{constructor(e){this.config=e}async getNumberOfDelegators(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _254 => _254.minimumLedgerVersion]),processorType:"stake_processor"}),mc({aptosConfig:this.config,...e})}async getNumberOfDelegatorsForAllPools(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _255 => _255.minimumLedgerVersion]),processorType:"stake_processor"}),fc({aptosConfig:this.config,...e})}async getDelegatedStakingActivities(e){return await P({config:this.config,minimumLedgerVersion:_optionalChain([e, 'optionalAccess', _256 => _256.minimumLedgerVersion]),processorType:"stake_processor"}),Ac({aptosConfig:this.config,...e})}};var ri=class{constructor(e){this.config=e}async simple(e){return T({aptosConfig:this.config,...e})}async multiAgent(e){return T({aptosConfig:this.config,...e})}};function lo(n,e){if(!(n.getTransactionSubmitter()!==void 0||e.transactionSubmitter!==void 0)&&e.transaction.feePayerAddress&&!e.feePayerAuthenticator)throw new Error("You are submitting a Fee Payer transaction but missing the feePayerAuthenticator")}function go(n,e,t){let r=t.value;return t.value=async function(...i){return r.apply(this,i)},t}var wn=class{constructor(e){this.config=e}async simple(e){return to({aptosConfig:this.config,...e})}async multiAgent(e){return to({aptosConfig:this.config,...e})}};_chunkA2XB7TVIjs.a.call(void 0, [go],wn.prototype,"simple",1),_chunkA2XB7TVIjs.a.call(void 0, [go],wn.prototype,"multiAgent",1);var ii=class{constructor(e){this.config=e}async simple(e){return lo(this.config,e),Hn({aptosConfig:this.config,...e})}async multiAgent(e){return lo(this.config,e),Hn({aptosConfig:this.config,...e})}};var oi=class{constructor(e,t,r,i,o){this.lastUncommintedNumber=null;this.currentNumber=null;this.lock=!1;this.aptosConfig=e,this.account=t,this.maxWaitTime=r,this.maximumInFlight=i,this.sleepTime=o}async nextSequenceNumber(){for(;this.lock;)await _chunkA2XB7TVIjs.fa.call(void 0, this.sleepTime);this.lock=!0;let e=BigInt(0);try{if((this.lastUncommintedNumber===null||this.currentNumber===null)&&await this.initialize(),this.currentNumber-this.lastUncommintedNumber>=this.maximumInFlight){await this.update();let t=_chunkA2XB7TVIjs.ha.call(void 0, );for(;this.currentNumber-this.lastUncommintedNumber>=this.maximumInFlight;)await _chunkA2XB7TVIjs.fa.call(void 0, this.sleepTime),_chunkA2XB7TVIjs.ha.call(void 0, )-t>this.maxWaitTime?(console.warn(`Waited over 30 seconds for a transaction to commit, re-syncing ${this.account.accountAddress.toString()}`),await this.initialize()):await this.update()}e=this.currentNumber,this.currentNumber+=BigInt(1)}catch(t){console.error("error in getting next sequence number for this account",t)}finally{this.lock=!1}return e}async initialize(){let{sequence_number:e}=await bn({aptosConfig:this.aptosConfig,accountAddress:this.account.accountAddress});this.currentNumber=BigInt(e),this.lastUncommintedNumber=BigInt(e)}async update(){let{sequence_number:e}=await bn({aptosConfig:this.aptosConfig,accountAddress:this.account.accountAddress});return this.lastUncommintedNumber=BigInt(e),this.lastUncommintedNumber}async synchronize(){if(this.lastUncommintedNumber!==this.currentNumber){for(;this.lock;)await _chunkA2XB7TVIjs.fa.call(void 0, this.sleepTime);this.lock=!0;try{await this.update();let e=_chunkA2XB7TVIjs.ha.call(void 0, );for(;this.lastUncommintedNumber!==this.currentNumber;)_chunkA2XB7TVIjs.ha.call(void 0, )-e>this.maxWaitTime?(console.warn(`Waited over 30 seconds for a transaction to commit, re-syncing ${this.account.accountAddress.toString()}`),await this.initialize()):(await _chunkA2XB7TVIjs.fa.call(void 0, this.sleepTime),await this.update())}catch(e){console.error("error in synchronizing this account sequence number with the one on chain",e)}finally{this.lock=!1}}}};var Sn=class{constructor(){this.queue=[];this.pendingDequeue=[];this.cancelled=!1}enqueue(e){if(this.cancelled=!1,this.pendingDequeue.length>0){_optionalChain([this, 'access', _257 => _257.pendingDequeue, 'access', _258 => _258.shift, 'call', _259 => _259(), 'optionalAccess', _260 => _260.resolve, 'call', _261 => _261(e)]);return}this.queue.push(e)}async dequeue(){return this.queue.length>0?Promise.resolve(this.queue.shift()):new Promise((e,t)=>{this.pendingDequeue.push({resolve:e,reject:t})})}isEmpty(){return this.queue.length===0}cancel(){this.cancelled=!0,this.pendingDequeue.forEach(async({reject:e})=>{e(new Pn("Task cancelled"))}),this.pendingDequeue=[],this.queue.length=0}isCancelled(){return this.cancelled}pendingDequeueLength(){return this.pendingDequeue.length}},Pn=class extends Error{};var hc="fulfilled",bc= exports.TransactionWorkerEventsEnum =(o=>(o.TransactionSent="transactionSent",o.TransactionSendFailed="transactionSendFailed",o.TransactionExecuted="transactionExecuted",o.TransactionExecutionFailed="transactionExecutionFailed",o.ExecutionFinish="executionFinish",o))(bc||{}),si= exports.TransactionWorker =class extends _eventemitter32.default{constructor(t,r,i=30,o=100,s=10){super();this.taskQueue=new Sn;this.transactionsQueue=new Sn;this.outstandingTransactions=new Sn;this.sentTransactions=[];this.executedTransactions=[];this.aptosConfig=t,this.account=r,this.started=!1,this.accountSequnceNumber=new oi(t,r,i,o,s)}async submitNextTransaction(){try{for(;;){let t=await this.accountSequnceNumber.nextSequenceNumber();if(t===null)return;let r=await this.generateNextTransaction(this.account,t);if(!r)return;let i=Xr({aptosConfig:this.aptosConfig,transaction:r,signer:this.account});await this.outstandingTransactions.enqueue([i,t])}}catch(t){if(t instanceof Pn)return;throw new Error(`Submit transaction failed for ${this.account.accountAddress.toString()} with error ${t}`)}}async processTransactions(){try{for(;;){let t=[],r=[],[i,o]=await this.outstandingTransactions.dequeue();for(t.push(i),r.push(o);!this.outstandingTransactions.isEmpty();)[i,o]=await this.outstandingTransactions.dequeue(),t.push(i),r.push(o);let s=await Promise.allSettled(t);for(let a=0;a<s.length&&a<r.length;a+=1){let c=s[a];o=r[a],c.status===hc?(this.sentTransactions.push([c.value.hash,o,null]),this.emit("transactionSent",{message:`transaction hash ${c.value.hash} has been committed to chain`,transactionHash:c.value.hash}),await this.checkTransaction(c,o)):(this.sentTransactions.push([c.status,o,c.reason]),this.emit("transactionSendFailed",{message:`failed to commit transaction ${this.sentTransactions.length} with error ${c.reason}`,error:c.reason}))}this.emit("executionFinish",{message:`execute ${s.length} transactions finished`})}}catch(t){if(t instanceof Pn)return;throw new Error(`Process execution failed for ${this.account.accountAddress.toString()} with error ${t}`)}}async checkTransaction(t,r){try{let i=[];i.push(An({aptosConfig:this.aptosConfig,transactionHash:t.value.hash}));let o=await Promise.allSettled(i);for(let s=0;s<o.length;s+=1){let a=o[s];a.status===hc?(this.executedTransactions.push([a.value.hash,r,null]),this.emit("transactionExecuted",{message:`transaction hash ${a.value.hash} has been executed on chain`,transactionHash:t.value.hash})):(this.executedTransactions.push([a.status,r,a.reason]),this.emit("transactionExecutionFailed",{message:`failed to execute transaction ${this.executedTransactions.length} with error ${a.reason}`,error:a.reason}))}}catch(i){throw new Error(`Check transaction failed for ${this.account.accountAddress.toString()} with error ${i}`)}}async push(t,r){this.transactionsQueue.enqueue([t,r])}async generateNextTransaction(t,r){if(this.transactionsQueue.isEmpty())return;let[i,o]=await this.transactionsQueue.dequeue();return T({aptosConfig:this.aptosConfig,sender:t.accountAddress,data:i,options:{...o,accountSequenceNumber:r,replayProtectionNonce:void 0}})}async run(){try{for(;!this.taskQueue.isCancelled();)await(await this.taskQueue.dequeue())()}catch(t){throw new Error(`Unable to start transaction batching: ${t}`)}}start(){if(this.started)throw new Error("worker has already started");this.started=!0,this.taskQueue.enqueue(()=>this.submitNextTransaction()),this.taskQueue.enqueue(()=>this.processTransactions()),this.run()}stop(){if(this.taskQueue.isCancelled())throw new Error("worker has already stopped");this.started=!1,this.taskQueue.cancel()}};var ai=class extends _eventemitter32.default{constructor(e){super(),this.config=e}start(e){let{sender:t}=e;this.account=t,this.transactionWorker=new si(this.config,t),this.transactionWorker.start(),this.registerToEvents()}push(e){let{data:t,options:r}=e;for(let i of t)this.transactionWorker.push(i,r)}registerToEvents(){this.transactionWorker.on("transactionSent",async e=>{this.emit("transactionSent",e)}),this.transactionWorker.on("transactionSendFailed",async e=>{this.emit("transactionSendFailed",e)}),this.transactionWorker.on("transactionExecuted",async e=>{this.emit("transactionExecuted",e)}),this.transactionWorker.on("transactionExecutionFailed",async e=>{this.emit("transactionExecutionFailed",e)}),this.transactionWorker.on("executionFinish",async e=>{this.emit("executionFinish",e)})}forSingleAccount(e){try{let{sender:t,data:r,options:i}=e;this.start({sender:t}),this.push({data:r,options:i})}catch(t){throw new Error(`failed to submit transactions with error: ${t}`)}}};var er=class{constructor(e){this.config=e,this.build=new ri(this.config),this.simulate=new wn(this.config),this.submit=new ii(this.config),this.batch=new ai(this.config)}async getTransactions(e){return Mi({aptosConfig:this.config,...e})}async getTransactionByVersion(e){return Os({aptosConfig:this.config,...e})}async getTransactionByHash(e){return Mn({aptosConfig:this.config,...e})}async isPendingTransaction(e){return Gs({aptosConfig:this.config,...e})}async waitForTransaction(e){return An({aptosConfig:this.config,...e})}async getGasPriceEstimation(){return Mr({aptosConfig:this.config})}getSigningMessage(e){return na(e)}async publishPackageTransaction(e){return ia({aptosConfig:this.config,...e})}async rotateAuthKey(e){return Aa({aptosConfig:this.config,...e})}async rotateAuthKeyUnverified(e){return ha({aptosConfig:this.config,...e})}sign(e){return jr({...e})}signAsFeePayer(e){return Jr({...e})}async batchTransactionsForSingleAccount(e){try{let{sender:t,data:r,options:i}=e;this.batch.forSingleAccount({sender:t,data:r,options:i})}catch(t){throw new Error(`failed to submit transactions with error: ${t}`)}}async signAndSubmitTransaction(e){return Xr({aptosConfig:this.config,...e})}async signAndSubmitAsFeePayer(e){return ra({aptosConfig:this.config,...e})}};var tr=class{constructor(e){this.config=e}async getTableItem(e){return Gr({aptosConfig:this.config,...e})}async getTableItemsData(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"default_processor"}),Ds({aptosConfig:this.config,...e})}async getTableItemsMetadata(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"default_processor"}),Fs({aptosConfig:this.config,...e})}};async function ci(n){let{aptosConfig:e,jwt:t,ephemeralKeyPair:r,uidKey:i="sub",derivationPath:o}=n,s={jwt_b64:t,epk:r.getPublicKey().bcsToHex().toStringWithoutPrefix(),exp_date_secs:r.expiryDateSecs,epk_blinder:_chunkA2XB7TVIjs.j.fromHexInput(r.blinder).toStringWithoutPrefix(),uid_key:i,derivation_path:o},{data:a}=await es({aptosConfig:e,path:"fetch",body:s,originMethod:"getPepper",overrides:{WITH_CREDENTIALS:!1}});return _chunkA2XB7TVIjs.j.fromHexInput(a.pepper).toUint8Array()}async function yo(n){let{aptosConfig:e,jwt:t,ephemeralKeyPair:r,pepper:i=await ci(n),uidKey:o="sub",maxExpHorizonSecs:s=(await Xt({aptosConfig:e})).maxExpHorizonSecs}=n;if(_chunkA2XB7TVIjs.j.fromHexInput(i).toUint8Array().length!==Ce.PEPPER_LENGTH)throw new Error(`Pepper needs to be ${Ce.PEPPER_LENGTH} bytes`);let a=_jwtdecode.jwtDecode.call(void 0, t);if(typeof a.iat!="number")throw new Error("iat was not found");if(s<r.expiryDateSecs-a.iat)throw Error(`The EphemeralKeyPair is too long lived. It's lifespan must be less than ${s}`);let c={jwt_b64:t,epk:r.getPublicKey().bcsToHex().toStringWithoutPrefix(),epk_blinder:_chunkA2XB7TVIjs.j.fromHexInput(r.blinder).toStringWithoutPrefix(),exp_date_secs:r.expiryDateSecs,exp_horizon_secs:s,pepper:_chunkA2XB7TVIjs.j.fromHexInput(i).toStringWithoutPrefix(),uid_key:o},{data:d}=await ts({aptosConfig:e,path:"prove",body:c,originMethod:"getProof",overrides:{WITH_CREDENTIALS:!1}}),y=d.proof,A=new St({a:y.a,b:y.b,c:y.c});return new me({proof:new Jt(A,0),trainingWheelsSignature:He.fromHex(d.training_wheels_signature),expHorizonSecs:s})}async function Tc(n){let{aptosConfig:e,jwt:t,jwkAddress:r,uidKey:i,proofFetchCallback:o,pepper:s=await ci(n)}=n,{verificationKey:a,maxExpHorizonSecs:c}=await Xt({aptosConfig:e}),d=yo({...n,pepper:s,maxExpHorizonSecs:c}),y=o?d:await d;if(r!==void 0){let g=L.fromJwtAndPepper({jwt:t,pepper:s,jwkAddress:r,uidKey:i}),b=await Ln({aptosConfig:e,authenticationKey:g.authKey().derivedAddress()});return Me.create({...n,address:b,proof:y,pepper:s,proofFetchCallback:o,jwkAddress:r,verificationKey:a})}let A=K.fromJwtAndPepper({jwt:t,pepper:s,uidKey:i}),p=await Ln({aptosConfig:e,authenticationKey:A.authKey().derivedAddress()});return Ce.create({...n,address:p,proof:y,pepper:s,proofFetchCallback:o,verificationKey:a})}async function wc(n){let{aptosConfig:e,sender:t,iss:r,options:i}=n,{jwksUrl:o}=n;o===void 0&&(jo.test(r)?o="https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com":o=r.endsWith("/")?`${r}.well-known/jwks.json`:`${r}/.well-known/jwks.json`);let s;try{if(s=await fetch(o),!s.ok)throw new Error(`${s.status} ${s.statusText}`)}catch(c){let d;throw c instanceof Error?d=`${c.message}`:d=`error unknown - ${c}`,_.fromErrorType({type:14,details:`Failed to fetch JWKS at ${o}: ${d}`})}let a=await s.json();return T({aptosConfig:e,sender:t.accountAddress,data:{function:"0x1::jwks::update_federated_jwk_set",functionArguments:[r,S.MoveString(a.keys.map(c=>c.kid)),S.MoveString(a.keys.map(c=>c.alg)),S.MoveString(a.keys.map(c=>c.e)),S.MoveString(a.keys.map(c=>c.n))]},options:i})}var nr=class{constructor(e){this.config=e}async getPepper(e){return ci({aptosConfig:this.config,...e})}async getProof(e){return yo({aptosConfig:this.config,...e})}async deriveKeylessAccount(e){return Tc({aptosConfig:this.config,...e})}async updateFederatedKeylessJwkSetTransaction(e){return wc({aptosConfig:this.config,...e})}};async function Vd(n){let{aptosConfig:e,options:t}=n,r={query:zr,variables:{where_condition:_optionalChain([t, 'optionalAccess', _262 => _262.where]),offset:_optionalChain([t, 'optionalAccess', _263 => _263.offset]),limit:_optionalChain([t, 'optionalAccess', _264 => _264.limit]),order_by:_optionalChain([t, 'optionalAccess', _265 => _265.orderBy])}};return(await w({aptosConfig:e,query:r,originMethod:"getObjectData"})).current_objects}async function Sc(n){let{aptosConfig:e,objectAddress:t,options:r}=n,o={object_address:{_eq:_chunkA2XB7TVIjs.ba.from(t).toStringLong()}};return(await Vd({aptosConfig:e,options:{...r,where:o}}))[0]}var rr=class{constructor(e){this.config=e}async getObjectDataByObjectAddress(e){return await P({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"objects_processor"}),Sc({aptosConfig:this.config,...e})}};var re=class{constructor(e){this.config=_nullishCoalesce(e, () => (new ei)),this.account=new qn(this.config),this.abstraction=new qt(this.config),this.ans=new Yn(this.config),this.coin=new $n(this.config),this.digitalAsset=new Wn(this.config),this.faucet=new Qn(this.config),this.fungibleAsset=new jn(this.config),this.general=new Jn(this.config),this.staking=new Zn(this.config),this.transaction=new er(this.config),this.table=new tr(this.config),this.keyless=new nr(this.config),this.object=new rr(this.config)}setIgnoreTransactionSubmitter(e){this.config.setIgnoreTransactionSubmitter(e)}};function ge(n,e,t){Object.getOwnPropertyNames(e.prototype).forEach(r=>{let i=Object.getOwnPropertyDescriptor(e.prototype,r);i&&Object.defineProperty(n.prototype,r,{value:function(...o){return this[t][r](...o)},writable:i.writable,configurable:i.configurable,enumerable:i.enumerable})})}ge(re,qn,"account");ge(re,qt,"abstraction");ge(re,Yn,"ans");ge(re,$n,"coin");ge(re,Wn,"digitalAsset");ge(re,Event,"event");ge(re,Qn,"faucet");ge(re,jn,"fungibleAsset");ge(re,Jn,"general");ge(re,Zn,"staking");ge(re,er,"transaction");ge(re,tr,"table");ge(re,nr,"keyless");ge(re,rr,"object");exports.ACCOUNT_ABSTRACTION_SIGNING_DATA_SALT = Qo; exports.APTOS_BIP44_REGEX = Oc; exports.APTOS_COIN = Rt; exports.APTOS_FA = $o; exports.APTOS_HARDENED_REGEX = Fc; exports.AbstractKeylessAccount = Te; exports.AbstractMultiKey = Fe; exports.AbstractPublicKey = cr; exports.AbstractSignature = xn; exports.AbstractedAccount = Ur; exports.Account = lt; exports.AccountAbstractionMessage = wr; exports.AccountAddress = _chunkA2XB7TVIjs.ba; exports.AccountAuthenticator = ee; exports.AccountAuthenticatorAbstraction = zt; exports.AccountAuthenticatorEd25519 = Ge; exports.AccountAuthenticatorMultiEd25519 = it; exports.AccountAuthenticatorMultiKey = je; exports.AccountAuthenticatorNoAccountAuthenticator = on; exports.AccountAuthenticatorSingleKey = ue; exports.AccountAuthenticatorVariant = _chunkA2XB7TVIjs.z; exports.AccountPublicKey = ae; exports.AccountSequenceNumber = oi; exports.AccountUtils = ps; exports.AddressInvalidReason = _chunkA2XB7TVIjs.aa; exports.AnyPublicKey = x; exports.AnyPublicKeyVariant = _chunkA2XB7TVIjs.B; exports.AnySignature = O; exports.AnySignatureVariant = _chunkA2XB7TVIjs.D; exports.Aptos = re; exports.AptosApiError = Pe; exports.AptosApiType = Qt; exports.AptosConfig = ei; exports.AuthenticationKey = V; exports.Bool = D; exports.CKDPriv = Do; exports.ChainId = sn; exports.DEFAULT_MAX_GAS_AMOUNT = Lo; exports.DEFAULT_TXN_EXP_SEC_FROM_NOW = qo; exports.DEFAULT_TXN_TIMEOUT_SEC = pr; exports.DerivableAbstractedAccount = gs; exports.DeriveScheme = _chunkA2XB7TVIjs.$; exports.Deserializer = v; exports.EPK_HORIZON_SECS = Au; exports.Ed25519Account = oe; exports.Ed25519PrivateKey = J; exports.Ed25519PublicKey = E; exports.Ed25519Signature = R; exports.EntryFunction = ut; exports.EntryFunctionBytes = ar; exports.EphemeralCertificate = jt; exports.EphemeralCertificateVariant = _chunkA2XB7TVIjs.G; exports.EphemeralKeyPair = Ht; exports.EphemeralPublicKey = bt; exports.EphemeralPublicKeyVariant = _chunkA2XB7TVIjs.E; exports.EphemeralSignature = He; exports.EphemeralSignatureVariant = _chunkA2XB7TVIjs.F; exports.FIREBASE_AUTH_ISS_PATTERN = jo; exports.FederatedKeylessAccount = Me; exports.FederatedKeylessPublicKey = L; exports.FeePayerRawTransaction = Gt; exports.FixedBytes = Ke; exports.Groth16ProofAndStatement = xi; exports.Groth16VerificationKey = Ci; exports.Groth16Zkp = St; exports.HARDENED_OFFSET = ko; exports.Hex = _chunkA2XB7TVIjs.j; exports.HexInvalidReason = _chunkA2XB7TVIjs.i; exports.Identifier = k; exports.KeyType = Gc; exports.KeylessAccount = Ce; exports.KeylessConfiguration = Ii; exports.KeylessError = _; exports.KeylessErrorCategory = uu; exports.KeylessErrorResolutionTip = du; exports.KeylessErrorType = lr; exports.KeylessPublicKey = K; exports.KeylessSignature = ce; exports.MAX_AUD_VAL_BYTES = Ei; exports.MAX_COMMITED_EPK_BYTES = Pu; exports.MAX_EXTRA_FIELD_BYTES = wu; exports.MAX_ISS_VAL_BYTES = Tu; exports.MAX_JWT_HEADER_B64_BYTES = Su; exports.MAX_UID_KEY_BYTES = hu; exports.MAX_UID_VAL_BYTES = bu; exports.MimeType = _chunkA2XB7TVIjs.q; exports.ModuleId = zn; exports.MoveAbility = _chunkA2XB7TVIjs.X; exports.MoveFunctionVisibility = _chunkA2XB7TVIjs.W; exports.MoveJWK = vi; exports.MoveOption = ne; exports.MoveString = C; exports.MoveVector = S; exports.MultiAgentRawTransaction = Ot; exports.MultiAgentTransaction = Cr; exports.MultiEd25519Account = Gn; exports.MultiEd25519PublicKey = ie; exports.MultiEd25519Signature = Oe; exports.MultiKey = W; exports.MultiKeyAccount = gt; exports.MultiKeySignature = _e; exports.MultiSig = Nn; exports.MultiSigTransactionPayload = Dn; exports.Network = hi; exports.NetworkToChainId = bi; exports.NetworkToFaucetAPI = Ho; exports.NetworkToIndexerAPI = Mo; exports.NetworkToNetworkName = Ol; exports.NetworkToNodeAPI = Vo; exports.NetworkToPepperAPI = fi; exports.NetworkToProverAPI = Ai; exports.ParsingError = _chunkA2XB7TVIjs.h; exports.PrivateKey = Se; exports.PrivateKeyVariants = _chunkA2XB7TVIjs.A; exports.ProcessorType = Tt; exports.PublicKey = Ze; exports.RAW_TRANSACTION_SALT = Wo; exports.RAW_TRANSACTION_WITH_DATA_SALT = Ti; exports.RawTransaction = Ie; exports.RawTransactionWithData = _r; exports.RoleType = _chunkA2XB7TVIjs.Y; exports.RotationProofChallenge = xr; exports.Script = dn; exports.ScriptTransactionArgumentVariants = _chunkA2XB7TVIjs.s; exports.Secp256k1PrivateKey = nt; exports.Secp256k1PublicKey = De; exports.Secp256k1Signature = rt; exports.Secp256r1PrivateKey = os; exports.Secp256r1PublicKey = nn; exports.Secp256r1Signature = Ui; exports.Serializable = _chunkA2XB7TVIjs.l; exports.Serialized = _n; exports.Serializer = _chunkA2XB7TVIjs.m; exports.Signature = F; exports.SignedTransaction = pt; exports.SigningScheme = _chunkA2XB7TVIjs.Z; exports.SigningSchemeInput = _chunkA2XB7TVIjs._; exports.SimpleTransaction = Ir; exports.SingleKeyAccount = pe; exports.StructTag = Je; exports.TransactionAndProof = Kr; exports.TransactionAuthenticator = dt; exports.TransactionAuthenticatorEd25519 = Bt; exports.TransactionAuthenticatorFeePayer = Vt; exports.TransactionAuthenticatorMultiAgent = Mt; exports.TransactionAuthenticatorMultiEd25519 = gn; exports.TransactionAuthenticatorSingleSender = _t; exports.TransactionAuthenticatorVariant = _chunkA2XB7TVIjs.y; exports.TransactionExecutable = pn; exports.TransactionExecutableEmpty = On; exports.TransactionExecutableEntryFunction = ln; exports.TransactionExecutableScript = Fn; exports.TransactionExecutableVariants = _chunkA2XB7TVIjs.v; exports.TransactionExtraConfig = Er; exports.TransactionExtraConfigV1 = Ft; exports.TransactionExtraConfigVariants = _chunkA2XB7TVIjs.w; exports.TransactionInnerPayload = Pr; exports.TransactionInnerPayloadV1 = Dt; exports.TransactionInnerPayloadVariants = _chunkA2XB7TVIjs.u; exports.TransactionPayload = Et; exports.TransactionPayloadEntryFunction = cn; exports.TransactionPayloadMultiSig = un; exports.TransactionPayloadScript = an; exports.TransactionPayloadVariants = _chunkA2XB7TVIjs.t; exports.TransactionResponseType = _chunkA2XB7TVIjs.I; exports.TransactionVariants = _chunkA2XB7TVIjs.x; exports.TransactionWorker = si; exports.TransactionWorkerEventsEnum = bc; exports.TypeTag = B; exports.TypeTagAddress = G; exports.TypeTagBool = Q; exports.TypeTagGeneric = M; exports.TypeTagParserError = X; exports.TypeTagParserErrorType = Qu; exports.TypeTagReference = Sr; exports.TypeTagSigner = Nt; exports.TypeTagStruct = h; exports.TypeTagU128 = at; exports.TypeTagU16 = ot; exports.TypeTagU256 = ct; exports.TypeTagU32 = st; exports.TypeTagU64 = te; exports.TypeTagU8 = de; exports.TypeTagVariants = _chunkA2XB7TVIjs.r; exports.TypeTagVector = U; exports.U128 = ke; exports.U16 = Re; exports.U256 = we; exports.U32 = Ue; exports.U64 = $; exports.U8 = Z; exports.WebAuthnSignature = kn; exports.ZeroKnowledgeSig = me; exports.ZkProof = Jt; exports.ZkpVariant = _chunkA2XB7TVIjs.H; exports.anyPublicKeyVariantToString = _chunkA2XB7TVIjs.C; exports.aptosCoinStructTag = nA; exports.aptosRequest = gr; exports.base64UrlDecode = _chunkA2XB7TVIjs.ja; exports.base64UrlToBytes = _chunkA2XB7TVIjs.ka; exports.bigIntToBytesLE = mi; exports.buildTransaction = Zi; exports.bytesToBigIntLE = vt; exports.checkOrConvertArgument = Lt; exports.convertAmountFromHumanReadableToOnChain = _chunkA2XB7TVIjs.la; exports.convertAmountFromOnChainToHumanReadable = _chunkA2XB7TVIjs.ma; exports.convertArgument = Yi; exports.convertNumber = Hr; exports.convertPayloadToInnerPayload = od; exports.createObjectAddress = _chunkA2XB7TVIjs.ca; exports.createResourceAddress = _chunkA2XB7TVIjs.da; exports.createTokenAddress = _chunkA2XB7TVIjs.ea; exports.deriveKey = gi; exports.deriveTransactionType = vr; exports.deserializeFromScriptArgument = ku; exports.deserializePublicKey = tf; exports.deserializeSignature = nf; exports.ensureBoolean = _chunkA2XB7TVIjs.n; exports.fetchEntryFunctionAbi = Js; exports.fetchFunctionAbi = Xi; exports.fetchJWK = Ri; exports.fetchModuleAbi = Yu; exports.fetchMoveFunctionAbi = Yw; exports.fetchViewFunctionAbi = Xs; exports.findFirstNonSignerArg = js; exports.floorToWholeHour = _chunkA2XB7TVIjs.ia; exports.generateRawTransaction = id; exports.generateSignedTransaction = eo; exports.generateSignedTransactionForSimulation = Zs; exports.generateSigningMessage = We; exports.generateSigningMessageForSerializable = fh; exports.generateSigningMessageForTransaction = Be; exports.generateTransactionPayload = Qr; exports.generateTransactionPayloadWithABI = td; exports.generateUserTransactionHash = _S; exports.generateViewFunctionPayload = Ys; exports.generateViewFunctionPayloadWithABI = nd; exports.get = yr; exports.getAptosFullNode = H; exports.getAptosPepperService = pg; exports.getAuthenticatorForSimulation = hn; exports.getErrorMessage = _chunkA2XB7TVIjs.ga; exports.getFunctionParts = _chunkA2XB7TVIjs.pa; exports.getIssAudAndUidVal = tt; exports.getKeylessConfig = Xt; exports.getKeylessJWKs = Iu; exports.getPageWithObfuscatedCursor = fr; exports.hashStrToField = Le; exports.hashValues = ea; exports.hexToAsciiString = _chunkA2XB7TVIjs.k; exports.isBcsAddress = qr; exports.isBcsBool = Vi; exports.isBcsFixedBytes = Ju; exports.isBcsString = Hi; exports.isBcsU128 = Qi; exports.isBcsU16 = qi; exports.isBcsU256 = ji; exports.isBcsU32 = $i; exports.isBcsU64 = Wi; exports.isBcsU8 = Li; exports.isBlockEpilogueTransactionResponse = _chunkA2XB7TVIjs.P; exports.isBlockMetadataTransactionResponse = _chunkA2XB7TVIjs.M; exports.isBool = qs; exports.isCanonicalEd25519Signature = Uu; exports.isEd25519Signature = _chunkA2XB7TVIjs.Q; exports.isEmptyOption = $s; exports.isEncodedEntryFunctionArgument = Ws; exports.isEncodedStruct = _chunkA2XB7TVIjs.oa; exports.isFeePayerSignature = _chunkA2XB7TVIjs.T; exports.isGenesisTransactionResponse = _chunkA2XB7TVIjs.L; exports.isKeylessSigner = Rr; exports.isLargeNumber = Lr; exports.isMultiAgentSignature = _chunkA2XB7TVIjs.S; exports.isMultiEd25519Signature = _chunkA2XB7TVIjs.U; exports.isNumber = ju; exports.isPendingTransactionResponse = _chunkA2XB7TVIjs.J; exports.isScriptDataInput = Qs; exports.isSecp256k1Signature = _chunkA2XB7TVIjs.R; exports.isSingleKeySigner = Ni; exports.isSingleSenderSignature = _chunkA2XB7TVIjs.V; exports.isStateCheckpointTransactionResponse = _chunkA2XB7TVIjs.N; exports.isString = yt; exports.isUserTransactionResponse = _chunkA2XB7TVIjs.K; exports.isValidBIP44Path = zo; exports.isValidFunctionInfo = _chunkA2XB7TVIjs.qa; exports.isValidHardenedPath = No; exports.isValidatorTransactionResponse = _chunkA2XB7TVIjs.O; exports.mnemonicToSeed = ur; exports.normalizeBundle = Jo; exports.nowInSeconds = _chunkA2XB7TVIjs.ha; exports.objectStructTag = be; exports.optionStructTag = rA; exports.outOfRangeErrorMessage = _chunkA2XB7TVIjs.o; exports.padAndPackBytesWithLen = Cn; exports.paginateWithCursor = mr; exports.paginateWithObfuscatedCursor = Si; exports.pairedFaMetadataAddress = _chunkA2XB7TVIjs.sa; exports.parseEncodedStruct = _chunkA2XB7TVIjs.na; exports.parseJwtHeader = vu; exports.parseTypeTag = Ve; exports.poseidonHash = Kt; exports.post = vn; exports.postAptosFaucet = Zo; exports.postAptosFullNode = wt; exports.postAptosIndexer = Yo; exports.postAptosPepperService = es; exports.postAptosProvingService = ts; exports.promiseFulfilledStatus = hc; exports.request = gu; exports.sleep = _chunkA2XB7TVIjs.fa; exports.splitPath = Fo; exports.standardizeTypeTags = $r; exports.stringStructTag = I; exports.throwTypeMismatch = z; exports.truncateAddress = _chunkA2XB7TVIjs.ra; exports.validateNumberInRange = _chunkA2XB7TVIjs.p; exports.verifyKeylessSignature = Ki; exports.verifyKeylessSignatureWithJwkAndConfig = Ar;
|
|
482
482
|
//# sourceMappingURL=index.js.map
|