@multiversx/sdk-dapp 3.0.14 → 3.0.16
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/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/Progress/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.d.ts +3 -2
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/TransactionDataStyles.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode.d.ts +10 -0
- package/UI/TransactionData/components/TransactionDataDecode.js +2 -0
- package/UI/TransactionData/components/index.d.ts +2 -0
- package/UI/TransactionData/components/index.js +2 -0
- package/UI/TransactionData/index.d.ts +1 -0
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/Linkified/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/PairingList/PairingList.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/PairingList/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/{chunk-XRN4HTLD.js → chunk-27J5QVRB.js} +2 -2
- package/__chunks__/chunk-2B7AREEH.js +2 -0
- package/__chunks__/chunk-2CIKILAW.js +2 -0
- package/__chunks__/{chunk-4F4FNFT3.js → chunk-2DIF3Z37.js} +2 -2
- package/__chunks__/{chunk-SYFZOFPS.js → chunk-2J3JPD3M.js} +2 -2
- package/__chunks__/{chunk-WEGBUDWQ.js → chunk-2KK6HTMT.js} +2 -2
- package/__chunks__/{chunk-BXMHXSRF.js → chunk-2MCFAPIA.js} +2 -2
- package/__chunks__/{chunk-YZKC2CB2.js → chunk-2NLENJZM.js} +2 -2
- package/__chunks__/{chunk-35IBRS7S.js → chunk-2OQO53I6.js} +2 -2
- package/__chunks__/{chunk-6ECTOPX3.js → chunk-2PGF5VFQ.js} +2 -2
- package/__chunks__/{chunk-64GEKWKC.js → chunk-34CDYCU2.js} +2 -2
- package/__chunks__/{chunk-V62EE3PG.js → chunk-34U65DH3.js} +2 -2
- package/__chunks__/{chunk-GYUIQCGR.js → chunk-3573FLJB.js} +2 -2
- package/__chunks__/{chunk-RSZZ5PMH.js → chunk-35MBI4RO.js} +2 -2
- package/__chunks__/{chunk-XJBVK6WS.js → chunk-374SPKUP.js} +2 -2
- package/__chunks__/{chunk-TB43J7KI.js → chunk-3BS2DS5B.js} +2 -2
- package/__chunks__/{chunk-RYMGB3MV.js → chunk-3E7EKN2S.js} +2 -2
- package/__chunks__/chunk-3ENWF7YR.js +2 -0
- package/__chunks__/chunk-3H6S2Y24.js +2 -0
- package/__chunks__/{chunk-7LSJRQ7W.js → chunk-3OEG4QIK.js} +2 -2
- package/__chunks__/chunk-3PSVTPBU.js +2 -0
- package/__chunks__/{chunk-2CPNNOQB.js → chunk-3V6VX77A.js} +2 -2
- package/__chunks__/{chunk-4ES5QHXN.js → chunk-3VDW6P23.js} +2 -2
- package/__chunks__/{chunk-CEHMQTTA.js → chunk-42CQZJVF.js} +2 -2
- package/__chunks__/{chunk-5PZIH7VC.js → chunk-4AUVNKPC.js} +2 -2
- package/__chunks__/chunk-4BEGLYAZ.js +2 -0
- package/__chunks__/{chunk-ADUC76IK.js → chunk-4DFUXKZQ.js} +2 -2
- package/__chunks__/{chunk-YE7AZHGE.js → chunk-4GFEXTZD.js} +2 -2
- package/__chunks__/{chunk-CSREOFGS.js → chunk-4KLJMBW2.js} +2 -2
- package/__chunks__/{chunk-OQIANWUF.js → chunk-4LQ35NDP.js} +2 -2
- package/__chunks__/{chunk-EWSGKKV4.js → chunk-4NEPCTFX.js} +2 -2
- package/__chunks__/chunk-4PV7B6OC.js +2 -0
- package/__chunks__/{chunk-LLURSDNL.js → chunk-4WYLMC3D.js} +2 -2
- package/__chunks__/{chunk-LXRSXVU5.js → chunk-55SEULYJ.js} +2 -2
- package/__chunks__/{chunk-QTTXTNUK.js → chunk-57IYVSAC.js} +2 -2
- package/__chunks__/{chunk-LYFYXQ6G.js → chunk-5CEK5E5P.js} +2 -2
- package/__chunks__/{chunk-PYNK36ZI.js → chunk-5DKOIYRR.js} +2 -2
- package/__chunks__/{chunk-RVHC2MLN.js → chunk-5FOAU3JX.js} +2 -2
- package/__chunks__/chunk-5GKASZDC.js +2 -0
- package/__chunks__/{chunk-A4NPHQRD.js → chunk-5IT4NTNI.js} +2 -2
- package/__chunks__/{chunk-II2PX5KH.js → chunk-5ON2ZU5O.js} +2 -2
- package/__chunks__/{chunk-ZI35CP3K.js → chunk-5QCFSRLF.js} +2 -2
- package/__chunks__/{chunk-VNRPGHM3.js → chunk-5QDR7YM5.js} +2 -2
- package/__chunks__/{chunk-XRICVU7Y.js → chunk-5WXMPB27.js} +2 -2
- package/__chunks__/{chunk-LZEUOIYC.js → chunk-64HD2IJE.js} +2 -2
- package/__chunks__/chunk-64JONOX7.js +2 -0
- package/__chunks__/{chunk-EWNX3VOG.js → chunk-64XM5254.js} +2 -2
- package/__chunks__/{chunk-LUOR6AQL.js → chunk-6BJESN7L.js} +2 -2
- package/__chunks__/{chunk-HZAU3NDG.js → chunk-6DQ7WJGR.js} +2 -2
- package/__chunks__/chunk-6G2E3KUV.js +2 -0
- package/__chunks__/chunk-6H2ESQML.js +2 -0
- package/__chunks__/{chunk-6QDOHWW2.js → chunk-6M2AJ4C4.js} +2 -2
- package/__chunks__/{chunk-USHFWO36.js → chunk-6MOC7C24.js} +2 -2
- package/__chunks__/{chunk-HYG2ONXV.js → chunk-6Q47UOAU.js} +2 -2
- package/__chunks__/chunk-6QVQ4QVR.js +2 -0
- package/__chunks__/chunk-6RPYHPOT.js +2 -0
- package/__chunks__/chunk-6XR6BLIB.js +2 -0
- package/__chunks__/chunk-6YLNPRNR.js +2 -0
- package/__chunks__/chunk-727RWZDR.js +2 -0
- package/__chunks__/{chunk-YHEOCB3N.js → chunk-7A3WXUSS.js} +2 -2
- package/__chunks__/chunk-7A55YIB6.js +2 -0
- package/__chunks__/{chunk-PTB76X5P.js → chunk-7AOTIAX6.js} +2 -2
- package/__chunks__/{chunk-LFIK7K4L.js → chunk-7DTJPOOW.js} +2 -2
- package/__chunks__/{chunk-5K5N3UCR.js → chunk-7LZDM23F.js} +2 -2
- package/__chunks__/{chunk-NGVVOBXH.js → chunk-7M6HHSGI.js} +2 -2
- package/__chunks__/{chunk-OTK7X6KV.js → chunk-7P4DCZH2.js} +2 -2
- package/__chunks__/{chunk-BMZAUFOB.js → chunk-7SNEZJJR.js} +2 -2
- package/__chunks__/{chunk-4GKSQE2H.js → chunk-7Z72QTQT.js} +2 -2
- package/__chunks__/{chunk-UC72F3P5.js → chunk-A2CBNGN4.js} +2 -2
- package/__chunks__/{chunk-WKTS7HSM.js → chunk-A3HLYPOG.js} +2 -2
- package/__chunks__/{chunk-TKEY6VWG.js → chunk-A4D7KFO7.js} +2 -2
- package/__chunks__/{chunk-QNMESX5Y.js → chunk-A7QUPLTW.js} +2 -2
- package/__chunks__/{chunk-C4UVZ53M.js → chunk-ADZ3XOUC.js} +2 -2
- package/__chunks__/chunk-AJTBZTMT.js +2 -0
- package/__chunks__/{chunk-UGQNX62N.js → chunk-AMJDVZKR.js} +2 -2
- package/__chunks__/{chunk-D5PFE5BK.js → chunk-ATHPZDJE.js} +2 -2
- package/__chunks__/{chunk-KEKG2PEX.js → chunk-AUTRTBBJ.js} +2 -2
- package/__chunks__/{chunk-EOMDXM5G.js → chunk-AWP7SP5U.js} +2 -2
- package/__chunks__/{chunk-UUYU47VU.js → chunk-AWVSX4I5.js} +2 -2
- package/__chunks__/{chunk-7IXF2JMK.js → chunk-B7GDHH5Z.js} +2 -2
- package/__chunks__/chunk-B7LFYDED.js +2 -0
- package/__chunks__/{chunk-RGXPYIYU.js → chunk-BADP7OUK.js} +2 -2
- package/__chunks__/{chunk-EMXMPKEK.js → chunk-BBPVQC7L.js} +2 -2
- package/__chunks__/{chunk-PJKZGP4C.js → chunk-BCDVSSQ6.js} +2 -2
- package/__chunks__/{chunk-3ORVZIA5.js → chunk-BDS3N4DP.js} +2 -2
- package/__chunks__/{chunk-MKTFZ3G5.js → chunk-BGVPRYVR.js} +2 -2
- package/__chunks__/chunk-BKTMJUCQ.js +2 -0
- package/__chunks__/{chunk-JIGNKYZH.js → chunk-BMO5RCC5.js} +2 -2
- package/__chunks__/{chunk-MQM6YL5G.js → chunk-BNQM3PSY.js} +2 -2
- package/__chunks__/chunk-BNTCTEV4.js +2 -0
- package/__chunks__/{chunk-ECEHNJPM.js → chunk-BPHDMSU2.js} +2 -2
- package/__chunks__/{chunk-S3YRSBLK.js → chunk-BPYUN5PX.js} +2 -2
- package/__chunks__/{chunk-WX2IVESC.js → chunk-BSYU2IKR.js} +2 -2
- package/__chunks__/{chunk-BH6US4Q7.js → chunk-BTK7EQXR.js} +2 -2
- package/__chunks__/{chunk-A6F5WPH7.js → chunk-BTWQYU2C.js} +2 -2
- package/__chunks__/{chunk-TXZ67IXT.js → chunk-BWWAI3DX.js} +2 -2
- package/__chunks__/{chunk-W3AJMUMH.js → chunk-BYMJYEHI.js} +2 -2
- package/__chunks__/{chunk-Z5QSKYVC.js → chunk-C227MKP2.js} +2 -2
- package/__chunks__/{chunk-YF4SHV36.js → chunk-C6D72RM4.js} +2 -2
- package/__chunks__/{chunk-Z4Z2I4MK.js → chunk-CCWOG6MB.js} +2 -2
- package/__chunks__/{chunk-V5E6VMRT.js → chunk-CGWAXN6N.js} +2 -2
- package/__chunks__/{chunk-JVXK6BIF.js → chunk-CMQ7PBVM.js} +2 -2
- package/__chunks__/{chunk-PIQJ2VK4.js → chunk-CRHBFMQU.js} +2 -2
- package/__chunks__/{chunk-LY6QKYZA.js → chunk-CVHDB72E.js} +2 -2
- package/__chunks__/{chunk-6ZZXR7JP.js → chunk-CXJLG5A4.js} +2 -2
- package/__chunks__/{chunk-KXNMK3VO.js → chunk-D4N2CJFN.js} +2 -2
- package/__chunks__/{chunk-OSLXLIRD.js → chunk-D5K4NAKG.js} +2 -2
- package/__chunks__/{chunk-H5PKJK2L.js → chunk-D5ZYSTJG.js} +2 -2
- package/__chunks__/{chunk-E6ZDXIIU.js → chunk-D6NDZFSV.js} +2 -2
- package/__chunks__/chunk-DFR7P23J.js +2 -0
- package/__chunks__/{chunk-I6CPYCXY.js → chunk-DHQHVUWR.js} +2 -2
- package/__chunks__/{chunk-TWOOX54R.js → chunk-DJFSKTNV.js} +2 -2
- package/__chunks__/chunk-DKI5CHVV.js +2 -0
- package/__chunks__/{chunk-PST2IJEN.js → chunk-DMHLPALF.js} +2 -2
- package/__chunks__/{chunk-4KTCMH3R.js → chunk-DPXQGYHQ.js} +2 -2
- package/__chunks__/{chunk-36U4XDHT.js → chunk-DZ62EU6D.js} +2 -2
- package/__chunks__/{chunk-76WYHX4Q.js → chunk-E5DSZECP.js} +2 -2
- package/__chunks__/{chunk-37X3SCVD.js → chunk-EA3H66B4.js} +2 -2
- package/__chunks__/{chunk-EMJ4JBML.js → chunk-EPAPJEZR.js} +2 -2
- package/__chunks__/chunk-ET4O5RIK.js +2 -0
- package/__chunks__/{chunk-DUW7WKQG.js → chunk-EU5ABVL3.js} +2 -2
- package/__chunks__/{chunk-DIJP3P4B.js → chunk-EUMT53KJ.js} +2 -2
- package/__chunks__/{chunk-VI3OPJ2H.js → chunk-EVWSL2NY.js} +2 -2
- package/__chunks__/{chunk-WFZCMNNF.js → chunk-EYIYUE6O.js} +2 -2
- package/__chunks__/{chunk-YULS4CJ3.js → chunk-F43CFXAM.js} +2 -2
- package/__chunks__/{chunk-UMVD75S3.js → chunk-F47KH2MF.js} +2 -2
- package/__chunks__/{chunk-FWQXTIAH.js → chunk-FATBVCBP.js} +2 -2
- package/__chunks__/chunk-FBT7NUDO.js +2 -0
- package/__chunks__/{chunk-MTK6YXIE.js → chunk-FDFBLSTL.js} +2 -2
- package/__chunks__/{chunk-TWKRGGWP.js → chunk-FUVD5E4L.js} +2 -2
- package/__chunks__/{chunk-VMBBH6DV.js → chunk-G3WMM467.js} +2 -2
- package/__chunks__/{chunk-DHWGHVBU.js → chunk-G6YQMTIO.js} +2 -2
- package/__chunks__/{chunk-3BXIZQ5E.js → chunk-G7EXKZNX.js} +2 -2
- package/__chunks__/{chunk-2ML7IYSR.js → chunk-GAJGBZ7L.js} +2 -2
- package/__chunks__/{chunk-ZSIB4FFW.js → chunk-GCTX7W5S.js} +2 -2
- package/__chunks__/{chunk-VWEHQLNP.js → chunk-GERAZXL2.js} +2 -2
- package/__chunks__/{chunk-ZPJ2ED2N.js → chunk-GGE4CPXV.js} +2 -2
- package/__chunks__/{chunk-IXSIESEX.js → chunk-GIU4XV2F.js} +2 -2
- package/__chunks__/chunk-GIVGHGHQ.js +2 -0
- package/__chunks__/{chunk-2NBITSHP.js → chunk-GU7IUTXI.js} +2 -2
- package/__chunks__/chunk-H6NAP55L.js +2 -0
- package/__chunks__/{chunk-4GCYA7YZ.js → chunk-HC2LFFDZ.js} +2 -2
- package/__chunks__/{chunk-EUDPTP5S.js → chunk-HDAF4TJS.js} +2 -2
- package/__chunks__/chunk-HDVFINPF.js +2 -0
- package/__chunks__/chunk-HF2XCYHF.js +2 -0
- package/__chunks__/{chunk-7WZWECHH.js → chunk-HJUPUIOO.js} +2 -2
- package/__chunks__/{chunk-A5VYPUNC.js → chunk-HMFXBBM5.js} +2 -2
- package/__chunks__/{chunk-FLA6BVR4.js → chunk-HPW4LYHW.js} +2 -2
- package/__chunks__/{chunk-2OGR4W7V.js → chunk-HR6WIFH2.js} +2 -2
- package/__chunks__/{chunk-3AHXEILX.js → chunk-HUS7LRJX.js} +2 -2
- package/__chunks__/{chunk-UF75I34O.js → chunk-I3EOPXZH.js} +2 -2
- package/__chunks__/{chunk-RJU4KCNG.js → chunk-IAWLE2HO.js} +1 -1
- package/__chunks__/{chunk-KYI3SXUY.js → chunk-IBZQT2FC.js} +2 -2
- package/__chunks__/{chunk-WINRZ7GM.js → chunk-IGGFQLRI.js} +2 -2
- package/__chunks__/{chunk-C6KGEH6O.js → chunk-IJUEBJAF.js} +2 -2
- package/__chunks__/{chunk-TWFPYG7N.js → chunk-IMQ4I6WW.js} +2 -2
- package/__chunks__/chunk-IT6ACLPH.js +2 -0
- package/__chunks__/{chunk-3UDD2GDB.js → chunk-IZYPU3LW.js} +2 -2
- package/__chunks__/chunk-J4LEZDHO.js +2 -0
- package/__chunks__/{chunk-CUTJFM3C.js → chunk-JC7Q5LTB.js} +2 -2
- package/__chunks__/{chunk-7WSXBMBF.js → chunk-JEOCOABU.js} +2 -2
- package/__chunks__/chunk-JF76A3AV.js +2 -0
- package/__chunks__/{chunk-CTIYDKLT.js → chunk-JF7ZYQYQ.js} +2 -2
- package/__chunks__/chunk-JHAYVJVM.js +2 -0
- package/__chunks__/{chunk-6YDT6DI3.js → chunk-JJFDJFO2.js} +2 -2
- package/__chunks__/chunk-JJIRNYF2.js +2 -0
- package/__chunks__/{chunk-MH6RV5QX.js → chunk-JQUFJ2ZK.js} +2 -2
- package/__chunks__/{chunk-5GRQSFOO.js → chunk-JRZH7GPF.js} +2 -2
- package/__chunks__/{chunk-FDEJX5UV.js → chunk-K27V442V.js} +2 -2
- package/__chunks__/{chunk-C45V7JN7.js → chunk-K2A6CS32.js} +2 -2
- package/__chunks__/{chunk-KVPS5J5L.js → chunk-KE6V72DR.js} +2 -2
- package/__chunks__/{chunk-HL23FDVY.js → chunk-KHW6DXSV.js} +2 -2
- package/__chunks__/{chunk-OMYD6AN6.js → chunk-KIHT7RZ7.js} +2 -2
- package/__chunks__/chunk-KMDVBSJQ.js +2 -0
- package/__chunks__/{chunk-ESGSDEGA.js → chunk-L72XJ6HP.js} +2 -2
- package/__chunks__/{chunk-TBULP2AZ.js → chunk-LBRQ6NNQ.js} +2 -2
- package/__chunks__/{chunk-VLDCY3WK.js → chunk-LCJGF5JU.js} +2 -2
- package/__chunks__/{chunk-4JN4FJOM.js → chunk-LDIWSGLJ.js} +2 -2
- package/__chunks__/{chunk-DZ3UA3FM.js → chunk-LGVKJWOE.js} +2 -2
- package/__chunks__/{chunk-WMJJKQWY.js → chunk-LL7HOG6J.js} +2 -2
- package/__chunks__/{chunk-TBSVICS4.js → chunk-LQ3OF3UT.js} +2 -2
- package/__chunks__/{chunk-PZ7YJ4CG.js → chunk-LSB7OMSQ.js} +2 -2
- package/__chunks__/{chunk-RXL5XGZO.js → chunk-LTCWKJBF.js} +2 -2
- package/__chunks__/{chunk-OL3R4IOX.js → chunk-LXALDTND.js} +2 -2
- package/__chunks__/{chunk-YMIIAXR3.js → chunk-LZQZJU3W.js} +2 -2
- package/__chunks__/chunk-LZU4AQRM.js +2 -0
- package/__chunks__/{chunk-N6IZP6G4.js → chunk-M5ZPMMO3.js} +2 -2
- package/__chunks__/chunk-MBOBTIU7.js +2 -0
- package/__chunks__/{chunk-USRO4BG5.js → chunk-MC67RPXS.js} +2 -2
- package/__chunks__/{chunk-QW5BUPTT.js → chunk-MKXAHXBV.js} +2 -2
- package/__chunks__/{chunk-JD2RA2W4.js → chunk-MN36DZLF.js} +2 -2
- package/__chunks__/{chunk-K4WIPS56.js → chunk-MQH6TU6J.js} +2 -2
- package/__chunks__/{chunk-VDDYOBLZ.js → chunk-MQIKMOZJ.js} +2 -2
- package/__chunks__/{chunk-6FUPNFKJ.js → chunk-MSZLQJKK.js} +2 -2
- package/__chunks__/{chunk-Z5C6GGPB.js → chunk-MT3Y2HBI.js} +2 -2
- package/__chunks__/{chunk-OV7LIBCQ.js → chunk-MVFBUADO.js} +2 -2
- package/__chunks__/{chunk-QX5Y7JGO.js → chunk-NAUSJ6GX.js} +2 -2
- package/__chunks__/{chunk-LPZVMNGF.js → chunk-NBIJUOYQ.js} +2 -2
- package/__chunks__/chunk-NG6D4B7Z.js +2 -0
- package/__chunks__/{chunk-KX4NDRFI.js → chunk-NHDIMQ7W.js} +2 -2
- package/__chunks__/{chunk-PWRQ4VVZ.js → chunk-NOIQ7FB6.js} +2 -2
- package/__chunks__/chunk-NPT2NCMS.js +2 -0
- package/__chunks__/{chunk-5T35UAQV.js → chunk-NQWDBVCU.js} +2 -2
- package/__chunks__/{chunk-YRXMGWEL.js → chunk-NRDHFUCQ.js} +2 -2
- package/__chunks__/{chunk-7J7BGCCG.js → chunk-NT7G6VVT.js} +2 -2
- package/__chunks__/{chunk-IQG7ZRMF.js → chunk-NZ664ICH.js} +2 -2
- package/__chunks__/chunk-O2ZEL6NT.js +2 -0
- package/__chunks__/chunk-O3CSCNW3.js +2 -0
- package/__chunks__/{chunk-JAEDJOHF.js → chunk-O6NULEHL.js} +2 -2
- package/__chunks__/chunk-O744BJV2.js +2 -0
- package/__chunks__/{chunk-YNMBGDTT.js → chunk-OEND4E23.js} +2 -2
- package/__chunks__/{chunk-KNJIJCN7.js → chunk-OGID22XN.js} +2 -2
- package/__chunks__/chunk-OKIOGBK3.js +2 -0
- package/__chunks__/{chunk-ZPW2JE3W.js → chunk-OMS6HFV3.js} +2 -2
- package/__chunks__/{chunk-DDEPQYXO.js → chunk-ORLHMIEC.js} +2 -2
- package/__chunks__/{chunk-AT65QQDH.js → chunk-OSH6WCWT.js} +2 -2
- package/__chunks__/chunk-OZFEAZEN.js +2 -0
- package/__chunks__/{chunk-K3GFASO4.js → chunk-P4Y5FKXU.js} +2 -2
- package/__chunks__/chunk-P7OCMRSQ.js +2 -0
- package/__chunks__/chunk-PCYE2DXE.js +2 -0
- package/__chunks__/{chunk-A5BETDLP.js → chunk-PDDM7EEC.js} +2 -2
- package/__chunks__/{chunk-A6VJURSW.js → chunk-PDWQAAOX.js} +2 -2
- package/__chunks__/{chunk-CWOBZSW3.js → chunk-PR7RTJHE.js} +2 -2
- package/__chunks__/chunk-PVCQBXC5.js +2 -0
- package/__chunks__/{chunk-63LPUDTR.js → chunk-PVV5X564.js} +2 -2
- package/__chunks__/{chunk-JFIPER2Y.js → chunk-Q3OB5TR4.js} +2 -2
- package/__chunks__/{chunk-UA7GCYCC.js → chunk-Q7YPBJM5.js} +2 -2
- package/__chunks__/{chunk-DE7SK564.js → chunk-QCH43YT3.js} +2 -2
- package/__chunks__/chunk-QCJYP4CF.js +2 -0
- package/__chunks__/chunk-QE6V6NJ2.js +2 -0
- package/__chunks__/{chunk-HZJTIGVJ.js → chunk-QFGYD6TB.js} +2 -2
- package/__chunks__/{chunk-U2ATLMKS.js → chunk-QFM7K3RQ.js} +2 -2
- package/__chunks__/{chunk-UBUV5KYX.js → chunk-QJ7HFUDR.js} +2 -2
- package/__chunks__/chunk-QTIBHFZJ.js +2 -0
- package/__chunks__/chunk-QUK6OF7W.js +2 -0
- package/__chunks__/{chunk-733EG77U.js → chunk-QX2VM2OU.js} +2 -2
- package/__chunks__/{chunk-W2ET3JUT.js → chunk-QYDUM33X.js} +2 -2
- package/__chunks__/{chunk-PUVCFJ2K.js → chunk-R4ZI3VBY.js} +2 -2
- package/__chunks__/{chunk-NCTEWMOW.js → chunk-RDR26ZM7.js} +2 -2
- package/__chunks__/{chunk-ACIVNIDT.js → chunk-RJ5NZ6AO.js} +2 -2
- package/__chunks__/{chunk-7EDBME4M.js → chunk-RMDL5OAA.js} +2 -2
- package/__chunks__/{chunk-4FAWY5X4.js → chunk-RXTJDURT.js} +2 -2
- package/__chunks__/{chunk-LO3N2VRG.js → chunk-RZYH3FPN.js} +2 -2
- package/__chunks__/{chunk-N5CH5R3A.js → chunk-S6OZRZ4J.js} +2 -2
- package/__chunks__/chunk-SDTTVA3H.js +2 -0
- package/__chunks__/{chunk-QMUVKPMW.js → chunk-SFUS2VKY.js} +2 -2
- package/__chunks__/{chunk-27HMY7LE.js → chunk-SLR4XIVI.js} +2 -2
- package/__chunks__/{chunk-G4YAX6YA.js → chunk-SMFQOU7K.js} +2 -2
- package/__chunks__/{chunk-GRYDS3B3.js → chunk-SMG62NJH.js} +2 -2
- package/__chunks__/{chunk-SLDUASDE.js → chunk-ST2MGQAG.js} +2 -2
- package/__chunks__/{chunk-6V7KQMSL.js → chunk-SXLG4UYA.js} +2 -2
- package/__chunks__/{chunk-JG7Z4CS2.js → chunk-T56U5SCF.js} +2 -2
- package/__chunks__/{chunk-5SOKNDOU.js → chunk-TAV2TFIE.js} +2 -2
- package/__chunks__/{chunk-KZOENZ7Z.js → chunk-TESG4EPW.js} +2 -2
- package/__chunks__/{chunk-EQ5P5RIX.js → chunk-TI3ANIQU.js} +2 -2
- package/__chunks__/{chunk-FV3CT3SM.js → chunk-TMGFYETK.js} +2 -2
- package/__chunks__/{chunk-XQQ36MGL.js → chunk-TONTM7VM.js} +2 -2
- package/__chunks__/{chunk-B7L365IH.js → chunk-TWKW7IAP.js} +2 -2
- package/__chunks__/{chunk-GXHJD57A.js → chunk-U2CW2BGZ.js} +2 -2
- package/__chunks__/chunk-U3F4YV5C.js +2 -0
- package/__chunks__/{chunk-5QYU5R2F.js → chunk-UTRJPO55.js} +2 -2
- package/__chunks__/{chunk-DRNQKBIQ.js → chunk-UWCCPBC7.js} +2 -2
- package/__chunks__/chunk-V4RHHZOZ.js +2 -0
- package/__chunks__/{chunk-CJQGHE2T.js → chunk-VAC5IVJJ.js} +2 -2
- package/__chunks__/{chunk-MPOEWNA2.js → chunk-VEKUMKCM.js} +2 -2
- package/__chunks__/{chunk-NXJSPH2S.js → chunk-VH4YB3UP.js} +2 -2
- package/__chunks__/{chunk-RX6J4OH6.js → chunk-VIFDBVML.js} +2 -2
- package/__chunks__/chunk-VJRHZASJ.js +2 -0
- package/__chunks__/{chunk-SSMTY3K6.js → chunk-VJWP3HH6.js} +2 -2
- package/__chunks__/{chunk-HEFI4TKS.js → chunk-VV4EKABW.js} +2 -2
- package/__chunks__/{chunk-BUB36NBU.js → chunk-VZJD3TII.js} +4 -1
- package/__chunks__/{chunk-KGBFF2P5.js → chunk-VZJZMQCZ.js} +2 -2
- package/__chunks__/{chunk-5NYPSOBS.js → chunk-W4IHW5MK.js} +2 -2
- package/__chunks__/{chunk-WL4MJQAP.js → chunk-W6QEHXZD.js} +2 -2
- package/__chunks__/chunk-W7EUJ4B3.js +2 -0
- package/__chunks__/{chunk-R6OODSAX.js → chunk-W7SO52DM.js} +2 -2
- package/__chunks__/{chunk-DTT6AW7F.js → chunk-WB7ETDJH.js} +2 -2
- package/__chunks__/{chunk-LMUXKXBZ.js → chunk-WE2UY2OC.js} +2 -2
- package/__chunks__/chunk-WISLI42M.js +2 -0
- package/__chunks__/{chunk-MVB5ZUMF.js → chunk-WR32ZBII.js} +2 -2
- package/__chunks__/{chunk-TBPI3QSD.js → chunk-WSC7GZXT.js} +2 -2
- package/__chunks__/{chunk-QRXZAKOP.js → chunk-WSN6BZMH.js} +2 -2
- package/__chunks__/{chunk-IIDWFHYO.js → chunk-WWVQNXQQ.js} +2 -2
- package/__chunks__/{chunk-NBRANQRD.js → chunk-WYBQHNYV.js} +2 -2
- package/__chunks__/{chunk-GRYEGAQF.js → chunk-X3OO5WVW.js} +2 -2
- package/__chunks__/chunk-X7JZ535N.js +2 -0
- package/__chunks__/{chunk-VSIGZJ72.js → chunk-XAMZTUAF.js} +2 -2
- package/__chunks__/chunk-XC4XEXOQ.js +2 -0
- package/__chunks__/{chunk-O5YZM3UX.js → chunk-XCLAMYXP.js} +2 -2
- package/__chunks__/{chunk-MNQS22GY.js → chunk-XG22CTWL.js} +2 -2
- package/__chunks__/chunk-XI45JTJJ.js +2 -0
- package/__chunks__/{chunk-ESYJQ4RH.js → chunk-XTPJ3CFG.js} +2 -2
- package/__chunks__/{chunk-A6RP5MBG.js → chunk-XWB2Z22J.js} +2 -2
- package/__chunks__/{chunk-QIM6GXKC.js → chunk-XXOINCQR.js} +2 -2
- package/__chunks__/{chunk-QY6ILI7M.js → chunk-Y2RCTKBX.js} +2 -2
- package/__chunks__/{chunk-H2NUCSXX.js → chunk-YD6W4IDH.js} +2 -2
- package/__chunks__/{chunk-DE2IRQRU.js → chunk-YHUPKAM7.js} +2 -2
- package/__chunks__/{chunk-IU3Z6KMM.js → chunk-YLFYQYD3.js} +2 -2
- package/__chunks__/{chunk-ETSD7PVB.js → chunk-YMCUSGFG.js} +2 -2
- package/__chunks__/{chunk-NC5WGWWN.js → chunk-YOBVDDDP.js} +2 -2
- package/__chunks__/{chunk-ZOUQLSOF.js → chunk-YUFTIAXC.js} +2 -2
- package/__chunks__/{chunk-F2J76B2F.js → chunk-YUK7ROQY.js} +2 -2
- package/__chunks__/chunk-YUKIOUTI.js +2 -0
- package/__chunks__/{chunk-O7IQU62X.js → chunk-ZBMHAFXY.js} +2 -2
- package/__chunks__/chunk-ZBRD3BDO.js +2 -0
- package/__chunks__/{chunk-2ZUBVTF2.js → chunk-ZEIVID3L.js} +2 -2
- package/__chunks__/chunk-ZJWWEHIM.js +2 -0
- package/__chunks__/{chunk-YNBII2LC.js → chunk-ZV5KFJQG.js} +2 -2
- package/__chunks__/chunk-ZYAVKRI4.js +2 -0
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +30 -23
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +25 -18
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +26 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +23 -16
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +23 -16
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +26 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +28 -21
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +28 -21
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +26 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +26 -19
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +30 -23
- package/__commonjs/UI/TransactionData/TransactionData.d.ts +3 -2
- package/__commonjs/UI/TransactionData/TransactionData.js +11 -4
- package/__commonjs/UI/TransactionData/TransactionDataStyles.js +4 -1
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.d.ts +10 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.js +13 -0
- package/__commonjs/UI/TransactionData/components/index.d.ts +2 -0
- package/__commonjs/UI/TransactionData/components/index.js +13 -0
- package/__commonjs/UI/TransactionData/index.d.ts +1 -0
- package/__commonjs/UI/TransactionData/index.js +11 -4
- package/__commonjs/UI/index.js +87 -84
- package/__commonjs/__mocks__/index.js +3 -3
- package/__commonjs/__mocks__/utils/index.js +3 -3
- package/__commonjs/__mocks__/utils/renderWithProvider.js +3 -3
- package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/__commonjs/components/ProviderInitializer/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +3 -3
- package/__commonjs/wrappers/DappProvider/index.js +3 -3
- package/__commonjs/wrappers/index.js +3 -3
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/getModifiedLoginToken.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/decodeLoginToken.js +1 -1
- package/services/nativeAuth/helpers/decodeNativeAuthToken.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/nativeAuth/index.js +1 -1
- package/services/nativeAuth/methods/getTokenExpiration.js +1 -1
- package/services/nativeAuth/methods/index.js +1 -1
- package/services/nativeAuth/nativeAuth.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/storage/local.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/dateTime/index.js +1 -1
- package/utils/decoders/index.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/storage/index.js +1 -1
- package/utils/storage/local.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getDataPayloadForTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/getUsernameForTransaction.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/utils/validation/index.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-255PSC3G.js +0 -2
- package/__chunks__/chunk-3A2OUYSN.js +0 -2
- package/__chunks__/chunk-3NHQ4CM6.js +0 -2
- package/__chunks__/chunk-4BLIDQY6.js +0 -2
- package/__chunks__/chunk-4DHORK7N.js +0 -2
- package/__chunks__/chunk-4F5KRX5N.js +0 -2
- package/__chunks__/chunk-4MKOFOBR.js +0 -2
- package/__chunks__/chunk-5EOJM6CX.js +0 -2
- package/__chunks__/chunk-7EHR633X.js +0 -2
- package/__chunks__/chunk-7XLYO72B.js +0 -2
- package/__chunks__/chunk-A6ECXIZI.js +0 -2
- package/__chunks__/chunk-A7JZCVSJ.js +0 -2
- package/__chunks__/chunk-AI2A2IEC.js +0 -2
- package/__chunks__/chunk-AZGTM36T.js +0 -2
- package/__chunks__/chunk-B6KXQZVG.js +0 -2
- package/__chunks__/chunk-BQ6OVXGF.js +0 -2
- package/__chunks__/chunk-BY5CT2UN.js +0 -2
- package/__chunks__/chunk-DAZSA6CE.js +0 -2
- package/__chunks__/chunk-DCI6US2R.js +0 -2
- package/__chunks__/chunk-DK2IQ2UF.js +0 -2
- package/__chunks__/chunk-DVRNFFYW.js +0 -2
- package/__chunks__/chunk-E7TUYH2V.js +0 -2
- package/__chunks__/chunk-EAVCIYS7.js +0 -2
- package/__chunks__/chunk-ERPCIPHT.js +0 -2
- package/__chunks__/chunk-ETI3G32V.js +0 -2
- package/__chunks__/chunk-FM3Z4QG3.js +0 -2
- package/__chunks__/chunk-GKUHJNDG.js +0 -2
- package/__chunks__/chunk-GZXC4KA3.js +0 -2
- package/__chunks__/chunk-IX7SDTRC.js +0 -2
- package/__chunks__/chunk-KNRQLOKK.js +0 -2
- package/__chunks__/chunk-KRPN3CZM.js +0 -2
- package/__chunks__/chunk-LDUA3H2T.js +0 -2
- package/__chunks__/chunk-MN5GY24I.js +0 -2
- package/__chunks__/chunk-NTW4VMP3.js +0 -2
- package/__chunks__/chunk-ODNPHKQJ.js +0 -2
- package/__chunks__/chunk-OF2SMFCP.js +0 -2
- package/__chunks__/chunk-OPIZ3TAY.js +0 -2
- package/__chunks__/chunk-OT4NVFRZ.js +0 -2
- package/__chunks__/chunk-PHGLI5MR.js +0 -2
- package/__chunks__/chunk-PQDGINVC.js +0 -2
- package/__chunks__/chunk-PS2PNTT4.js +0 -2
- package/__chunks__/chunk-QSSBYQDA.js +0 -2
- package/__chunks__/chunk-QWN4TSUK.js +0 -2
- package/__chunks__/chunk-RLGGFHKG.js +0 -2
- package/__chunks__/chunk-RMHGTIEE.js +0 -2
- package/__chunks__/chunk-RPRLXS63.js +0 -2
- package/__chunks__/chunk-T4RPGDLS.js +0 -2
- package/__chunks__/chunk-TSMYJ546.js +0 -2
- package/__chunks__/chunk-UVPU5C2E.js +0 -2
- package/__chunks__/chunk-V377HPR2.js +0 -2
- package/__chunks__/chunk-VHPFKLGW.js +0 -2
- package/__chunks__/chunk-VTPU5B2R.js +0 -2
- package/__chunks__/chunk-WHEQMAG4.js +0 -2
- package/__chunks__/chunk-WJR7T2AE.js +0 -2
- package/__chunks__/chunk-WM6NK33C.js +0 -2
- package/__chunks__/chunk-XCQHBPSQ.js +0 -2
- package/__chunks__/chunk-XF7CRIQK.js +0 -2
- package/__chunks__/chunk-XFQ5AYGV.js +0 -2
- package/__chunks__/chunk-Y7K3KVM5.js +0 -2
- package/__chunks__/chunk-YHABOZUC.js +0 -2
- package/__chunks__/chunk-YMSNVLFN.js +0 -2
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
"use strict";var Sr=Object.create;var R=Object.defineProperty;var Ar=Object.getOwnPropertyDescriptor;var vr=Object.getOwnPropertyNames;var Ur=Object.getPrototypeOf,Ir=Object.prototype.hasOwnProperty;var br=(n,r)=>()=>(n&&(r=n(n=0)),r);var M=(n,r)=>()=>(r||n((r={exports:{}}).exports,r),r.exports),Cr=(n,r)=>{for(var t in r)R(n,t,{get:r[t],enumerable:!0})},rr=(n,r,t,e)=>{if(r&&typeof r=="object"||typeof r=="function")for(let a of vr(r))!Ir.call(n,a)&&a!==t&&R(n,a,{get:()=>r[a],enumerable:!(e=Ar(r,a))||e.enumerable});return n};var tr=(n,r,t)=>(t=n!=null?Sr(Ur(n)):{},rr(r||!n||!n.__esModule?R(t,"default",{value:n,enumerable:!0}):t,n)),kr=n=>rr(R({},"__esModule",{value:!0}),n);var ar=M(W=>{"use strict";d();W.byteLength=Lr;W.toByteArray=Mr;W.fromByteArray=Yr;var D=[],x=[],Vr=typeof Uint8Array!="undefined"?Uint8Array:Array,X="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(A=0,nr=X.length;A<nr;++A)D[A]=X[A],x[X.charCodeAt(A)]=A;var A,nr;x["-".charCodeAt(0)]=62;x["_".charCodeAt(0)]=63;function er(n){var r=n.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=n.indexOf("=");t===-1&&(t=r);var e=t===r?0:4-t%4;return[t,e]}function Lr(n){var r=er(n),t=r[0],e=r[1];return(t+e)*3/4-e}function Rr(n,r,t){return(r+t)*3/4-t}function Mr(n){var r,t=er(n),e=t[0],a=t[1],i=new Vr(Rr(n,e,a)),o=0,c=a>0?e-4:e,u;for(u=0;u<c;u+=4)r=x[n.charCodeAt(u)]<<18|x[n.charCodeAt(u+1)]<<12|x[n.charCodeAt(u+2)]<<6|x[n.charCodeAt(u+3)],i[o++]=r>>16&255,i[o++]=r>>8&255,i[o++]=r&255;return a===2&&(r=x[n.charCodeAt(u)]<<2|x[n.charCodeAt(u+1)]>>4,i[o++]=r&255),a===1&&(r=x[n.charCodeAt(u)]<<10|x[n.charCodeAt(u+1)]<<4|x[n.charCodeAt(u+2)]>>2,i[o++]=r>>8&255,i[o++]=r&255),i}function Wr(n){return D[n>>18&63]+D[n>>12&63]+D[n>>6&63]+D[n&63]}function Nr(n,r,t){for(var e,a=[],i=r;i<t;i+=3)e=(n[i]<<16&16711680)+(n[i+1]<<8&65280)+(n[i+2]&255),a.push(Wr(e));return a.join("")}function Yr(n){for(var r,t=n.length,e=t%3,a=[],i=16383,o=0,c=t-e;o<c;o+=i)a.push(Nr(n,o,o+i>c?c:o+i));return e===1?(r=n[t-1],a.push(D[r>>2]+D[r<<4&63]+"==")):e===2&&(r=(n[t-2]<<8)+n[t-1],a.push(D[r>>10]+D[r>>4&63]+D[r<<2&63]+"=")),a.join("")}});var ir=M(z=>{d();z.read=function(n,r,t,e,a){var i,o,c=a*8-e-1,u=(1<<c)-1,l=u>>1,h=-7,s=t?a-1:0,m=t?-1:1,w=n[r+s];for(s+=m,i=w&(1<<-h)-1,w>>=-h,h+=c;h>0;i=i*256+n[r+s],s+=m,h-=8);for(o=i&(1<<-h)-1,i>>=-h,h+=e;h>0;o=o*256+n[r+s],s+=m,h-=8);if(i===0)i=1-l;else{if(i===u)return o?NaN:(w?-1:1)*(1/0);o=o+Math.pow(2,e),i=i-l}return(w?-1:1)*o*Math.pow(2,i-e)};z.write=function(n,r,t,e,a,i){var o,c,u,l=i*8-a-1,h=(1<<l)-1,s=h>>1,m=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=e?0:i-1,I=e?1:-1,Br=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,o=h):(o=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-o))<1&&(o--,u*=2),o+s>=1?r+=m/u:r+=m*Math.pow(2,1-s),r*u>=2&&(o++,u/=2),o+s>=h?(c=0,o=h):o+s>=1?(c=(r*u-1)*Math.pow(2,a),o=o+s):(c=r*Math.pow(2,s-1)*Math.pow(2,a),o=0));a>=8;n[t+w]=c&255,w+=I,c/=256,a-=8);for(o=o<<a|c,l+=a;l>0;n[t+w]=o&255,w+=I,o/=256,l-=8);n[t+w-I]|=Br*128}});var mr=M(C=>{"use strict";d();var G=ar(),b=ir(),or=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;C.Buffer=p;C.SlowBuffer=Jr;C.INSPECT_MAX_BYTES=50;var Y=2147483647;C.kMaxLength=Y;p.TYPED_ARRAY_SUPPORT=qr();!p.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function qr(){try{var n=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(n,r),n.foo()===42}catch(t){return!1}}Object.defineProperty(p.prototype,"parent",{enumerable:!0,get:function(){if(!!p.isBuffer(this))return this.buffer}});Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(!!p.isBuffer(this))return this.byteOffset}});function F(n){if(n>Y)throw new RangeError('The value "'+n+'" is invalid for option "size"');var r=new Uint8Array(n);return Object.setPrototypeOf(r,p.prototype),r}function p(n,r,t){if(typeof n=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return O(n)}return ur(n,r,t)}p.poolSize=8192;function ur(n,r,t){if(typeof n=="string")return Xr(n,r);if(ArrayBuffer.isView(n))return zr(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(E(n,ArrayBuffer)||n&&E(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(E(n,SharedArrayBuffer)||n&&E(n.buffer,SharedArrayBuffer)))return Q(n,r,t);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var e=n.valueOf&&n.valueOf();if(e!=null&&e!==n)return p.from(e,r,t);var a=Gr(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return p.from(n[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}p.from=function(n,r,t){return ur(n,r,t)};Object.setPrototypeOf(p.prototype,Uint8Array.prototype);Object.setPrototypeOf(p,Uint8Array);function sr(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function Hr(n,r,t){return sr(n),n<=0?F(n):r!==void 0?typeof t=="string"?F(n).fill(r,t):F(n).fill(r):F(n)}p.alloc=function(n,r,t){return Hr(n,r,t)};function O(n){return sr(n),F(n<0?0:Z(n)|0)}p.allocUnsafe=function(n){return O(n)};p.allocUnsafeSlow=function(n){return O(n)};function Xr(n,r){if((typeof r!="string"||r==="")&&(r="utf8"),!p.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=lr(n,r)|0,e=F(t),a=e.write(n,r);return a!==t&&(e=e.slice(0,a)),e}function J(n){for(var r=n.length<0?0:Z(n.length)|0,t=F(r),e=0;e<r;e+=1)t[e]=n[e]&255;return t}function zr(n){if(E(n,Uint8Array)){var r=new Uint8Array(n);return Q(r.buffer,r.byteOffset,r.byteLength)}return J(n)}function Q(n,r,t){if(r<0||n.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var e;return r===void 0&&t===void 0?e=new Uint8Array(n):t===void 0?e=new Uint8Array(n,r):e=new Uint8Array(n,r,t),Object.setPrototypeOf(e,p.prototype),e}function Gr(n){if(p.isBuffer(n)){var r=Z(n.length)|0,t=F(r);return t.length===0||n.copy(t,0,0,r),t}if(n.length!==void 0)return typeof n.length!="number"||$(n.length)?F(0):J(n);if(n.type==="Buffer"&&Array.isArray(n.data))return J(n.data)}function Z(n){if(n>=Y)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Y.toString(16)+" bytes");return n|0}function Jr(n){return+n!=n&&(n=0),p.alloc(+n)}p.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==p.prototype};p.compare=function(r,t){if(E(r,Uint8Array)&&(r=p.from(r,r.offset,r.byteLength)),E(t,Uint8Array)&&(t=p.from(t,t.offset,t.byteLength)),!p.isBuffer(r)||!p.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var e=r.length,a=t.length,i=0,o=Math.min(e,a);i<o;++i)if(r[i]!==t[i]){e=r[i],a=t[i];break}return e<a?-1:a<e?1:0};p.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};p.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return p.alloc(0);var e;if(t===void 0)for(t=0,e=0;e<r.length;++e)t+=r[e].length;var a=p.allocUnsafe(t),i=0;for(e=0;e<r.length;++e){var o=r[e];if(E(o,Uint8Array))i+o.length>a.length?p.from(o).copy(a,i):Uint8Array.prototype.set.call(a,o,i);else if(p.isBuffer(o))o.copy(a,i);else throw new TypeError('"list" argument must be an Array of Buffers');i+=o.length}return a};function lr(n,r){if(p.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||E(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var t=n.length,e=arguments.length>2&&arguments[2]===!0;if(!e&&t===0)return 0;for(var a=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return K(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return xr(n).length;default:if(a)return e?-1:K(n).length;r=(""+r).toLowerCase(),a=!0}}p.byteLength=lr;function Qr(n,r,t){var e=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(n||(n="utf8");;)switch(n){case"hex":return et(this,r,t);case"utf8":case"utf-8":return fr(this,r,t);case"ascii":return tt(this,r,t);case"latin1":case"binary":return nt(this,r,t);case"base64":return jr(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return at(this,r,t);default:if(e)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),e=!0}}p.prototype._isBuffer=!0;function v(n,r,t){var e=n[r];n[r]=n[t],n[t]=e}p.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<r;t+=2)v(this,t,t+1);return this};p.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<r;t+=4)v(this,t,t+3),v(this,t+1,t+2);return this};p.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<r;t+=8)v(this,t,t+7),v(this,t+1,t+6),v(this,t+2,t+5),v(this,t+3,t+4);return this};p.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?fr(this,0,r):Qr.apply(this,arguments)};p.prototype.toLocaleString=p.prototype.toString;p.prototype.equals=function(r){if(!p.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:p.compare(this,r)===0};p.prototype.inspect=function(){var r="",t=C.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};or&&(p.prototype[or]=p.prototype.inspect);p.prototype.compare=function(r,t,e,a,i){if(E(r,Uint8Array)&&(r=p.from(r,r.offset,r.byteLength)),!p.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),e===void 0&&(e=r?r.length:0),a===void 0&&(a=0),i===void 0&&(i=this.length),t<0||e>r.length||a<0||i>this.length)throw new RangeError("out of range index");if(a>=i&&t>=e)return 0;if(a>=i)return-1;if(t>=e)return 1;if(t>>>=0,e>>>=0,a>>>=0,i>>>=0,this===r)return 0;for(var o=i-a,c=e-t,u=Math.min(o,c),l=this.slice(a,i),h=r.slice(t,e),s=0;s<u;++s)if(l[s]!==h[s]){o=l[s],c=h[s];break}return o<c?-1:c<o?1:0};function hr(n,r,t,e,a){if(n.length===0)return-1;if(typeof t=="string"?(e=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,$(t)&&(t=a?0:n.length-1),t<0&&(t=n.length+t),t>=n.length){if(a)return-1;t=n.length-1}else if(t<0)if(a)t=0;else return-1;if(typeof r=="string"&&(r=p.from(r,e)),p.isBuffer(r))return r.length===0?-1:pr(n,r,t,e,a);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,r,t):Uint8Array.prototype.lastIndexOf.call(n,r,t):pr(n,[r],t,e,a);throw new TypeError("val must be string, number or Buffer")}function pr(n,r,t,e,a){var i=1,o=n.length,c=r.length;if(e!==void 0&&(e=String(e).toLowerCase(),e==="ucs2"||e==="ucs-2"||e==="utf16le"||e==="utf-16le")){if(n.length<2||r.length<2)return-1;i=2,o/=2,c/=2,t/=2}function u(w,I){return i===1?w[I]:w.readUInt16BE(I*i)}var l;if(a){var h=-1;for(l=t;l<o;l++)if(u(n,l)===u(r,h===-1?0:l-h)){if(h===-1&&(h=l),l-h+1===c)return h*i}else h!==-1&&(l-=l-h),h=-1}else for(t+c>o&&(t=o-c),l=t;l>=0;l--){for(var s=!0,m=0;m<c;m++)if(u(n,l+m)!==u(r,m)){s=!1;break}if(s)return l}return-1}p.prototype.includes=function(r,t,e){return this.indexOf(r,t,e)!==-1};p.prototype.indexOf=function(r,t,e){return hr(this,r,t,e,!0)};p.prototype.lastIndexOf=function(r,t,e){return hr(this,r,t,e,!1)};function Kr(n,r,t,e){t=Number(t)||0;var a=n.length-t;e?(e=Number(e),e>a&&(e=a)):e=a;var i=r.length;e>i/2&&(e=i/2);for(var o=0;o<e;++o){var c=parseInt(r.substr(o*2,2),16);if($(c))return o;n[t+o]=c}return o}function Or(n,r,t,e){return q(K(r,n.length-t),n,t,e)}function Zr(n,r,t,e){return q(pt(r),n,t,e)}function $r(n,r,t,e){return q(xr(r),n,t,e)}function Pr(n,r,t,e){return q(ct(r,n.length-t),n,t,e)}p.prototype.write=function(r,t,e,a){if(t===void 0)a="utf8",e=this.length,t=0;else if(e===void 0&&typeof t=="string")a=t,e=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(e)?(e=e>>>0,a===void 0&&(a="utf8")):(a=e,e=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var i=this.length-t;if((e===void 0||e>i)&&(e=i),r.length>0&&(e<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var o=!1;;)switch(a){case"hex":return Kr(this,r,t,e);case"utf8":case"utf-8":return Or(this,r,t,e);case"ascii":case"latin1":case"binary":return Zr(this,r,t,e);case"base64":return $r(this,r,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Pr(this,r,t,e);default:if(o)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),o=!0}};p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function jr(n,r,t){return r===0&&t===n.length?G.fromByteArray(n):G.fromByteArray(n.slice(r,t))}function fr(n,r,t){t=Math.min(n.length,t);for(var e=[],a=r;a<t;){var i=n[a],o=null,c=i>239?4:i>223?3:i>191?2:1;if(a+c<=t){var u,l,h,s;switch(c){case 1:i<128&&(o=i);break;case 2:u=n[a+1],(u&192)===128&&(s=(i&31)<<6|u&63,s>127&&(o=s));break;case 3:u=n[a+1],l=n[a+2],(u&192)===128&&(l&192)===128&&(s=(i&15)<<12|(u&63)<<6|l&63,s>2047&&(s<55296||s>57343)&&(o=s));break;case 4:u=n[a+1],l=n[a+2],h=n[a+3],(u&192)===128&&(l&192)===128&&(h&192)===128&&(s=(i&15)<<18|(u&63)<<12|(l&63)<<6|h&63,s>65535&&s<1114112&&(o=s))}}o===null?(o=65533,c=1):o>65535&&(o-=65536,e.push(o>>>10&1023|55296),o=56320|o&1023),e.push(o),a+=c}return rt(e)}var cr=4096;function rt(n){var r=n.length;if(r<=cr)return String.fromCharCode.apply(String,n);for(var t="",e=0;e<r;)t+=String.fromCharCode.apply(String,n.slice(e,e+=cr));return t}function tt(n,r,t){var e="";t=Math.min(n.length,t);for(var a=r;a<t;++a)e+=String.fromCharCode(n[a]&127);return e}function nt(n,r,t){var e="";t=Math.min(n.length,t);for(var a=r;a<t;++a)e+=String.fromCharCode(n[a]);return e}function et(n,r,t){var e=n.length;(!r||r<0)&&(r=0),(!t||t<0||t>e)&&(t=e);for(var a="",i=r;i<t;++i)a+=ut[n[i]];return a}function at(n,r,t){for(var e=n.slice(r,t),a="",i=0;i<e.length-1;i+=2)a+=String.fromCharCode(e[i]+e[i+1]*256);return a}p.prototype.slice=function(r,t){var e=this.length;r=~~r,t=t===void 0?e:~~t,r<0?(r+=e,r<0&&(r=0)):r>e&&(r=e),t<0?(t+=e,t<0&&(t=0)):t>e&&(t=e),t<r&&(t=r);var a=this.subarray(r,t);return Object.setPrototypeOf(a,p.prototype),a};function y(n,r,t){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+r>t)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUintLE=p.prototype.readUIntLE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var a=this[r],i=1,o=0;++o<t&&(i*=256);)a+=this[r+o]*i;return a};p.prototype.readUintBE=p.prototype.readUIntBE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var a=this[r+--t],i=1;t>0&&(i*=256);)a+=this[r+--t]*i;return a};p.prototype.readUint8=p.prototype.readUInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]};p.prototype.readUint16LE=p.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]|this[r+1]<<8};p.prototype.readUint16BE=p.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]<<8|this[r+1]};p.prototype.readUint32LE=p.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};p.prototype.readUint32BE=p.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};p.prototype.readIntLE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var a=this[r],i=1,o=0;++o<t&&(i*=256);)a+=this[r+o]*i;return i*=128,a>=i&&(a-=Math.pow(2,8*t)),a};p.prototype.readIntBE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var a=t,i=1,o=this[r+--a];a>0&&(i*=256);)o+=this[r+--a]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*t)),o};p.prototype.readInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};p.prototype.readInt16LE=function(r,t){r=r>>>0,t||y(r,2,this.length);var e=this[r]|this[r+1]<<8;return e&32768?e|4294901760:e};p.prototype.readInt16BE=function(r,t){r=r>>>0,t||y(r,2,this.length);var e=this[r+1]|this[r]<<8;return e&32768?e|4294901760:e};p.prototype.readInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};p.prototype.readInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};p.prototype.readFloatLE=function(r,t){return r=r>>>0,t||y(r,4,this.length),b.read(this,r,!0,23,4)};p.prototype.readFloatBE=function(r,t){return r=r>>>0,t||y(r,4,this.length),b.read(this,r,!1,23,4)};p.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||y(r,8,this.length),b.read(this,r,!0,52,8)};p.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||y(r,8,this.length),b.read(this,r,!1,52,8)};function _(n,r,t,e,a,i){if(!p.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>a||r<i)throw new RangeError('"value" argument is out of bounds');if(t+e>n.length)throw new RangeError("Index out of range")}p.prototype.writeUintLE=p.prototype.writeUIntLE=function(r,t,e,a){if(r=+r,t=t>>>0,e=e>>>0,!a){var i=Math.pow(2,8*e)-1;_(this,r,t,e,i,0)}var o=1,c=0;for(this[t]=r&255;++c<e&&(o*=256);)this[t+c]=r/o&255;return t+e};p.prototype.writeUintBE=p.prototype.writeUIntBE=function(r,t,e,a){if(r=+r,t=t>>>0,e=e>>>0,!a){var i=Math.pow(2,8*e)-1;_(this,r,t,e,i,0)}var o=e-1,c=1;for(this[t+o]=r&255;--o>=0&&(c*=256);)this[t+o]=r/c&255;return t+e};p.prototype.writeUint8=p.prototype.writeUInt8=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,1,255,0),this[t]=r&255,t+1};p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};p.prototype.writeIntLE=function(r,t,e,a){if(r=+r,t=t>>>0,!a){var i=Math.pow(2,8*e-1);_(this,r,t,e,i-1,-i)}var o=0,c=1,u=0;for(this[t]=r&255;++o<e&&(c*=256);)r<0&&u===0&&this[t+o-1]!==0&&(u=1),this[t+o]=(r/c>>0)-u&255;return t+e};p.prototype.writeIntBE=function(r,t,e,a){if(r=+r,t=t>>>0,!a){var i=Math.pow(2,8*e-1);_(this,r,t,e,i-1,-i)}var o=e-1,c=1,u=0;for(this[t+o]=r&255;--o>=0&&(c*=256);)r<0&&u===0&&this[t+o+1]!==0&&(u=1),this[t+o]=(r/c>>0)-u&255;return t+e};p.prototype.writeInt8=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};p.prototype.writeInt16LE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};p.prototype.writeInt16BE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};p.prototype.writeInt32LE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};p.prototype.writeInt32BE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function yr(n,r,t,e,a,i){if(t+e>n.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function _r(n,r,t,e,a){return r=+r,t=t>>>0,a||yr(n,r,t,4,34028234663852886e22,-34028234663852886e22),b.write(n,r,t,e,23,4),t+4}p.prototype.writeFloatLE=function(r,t,e){return _r(this,r,t,!0,e)};p.prototype.writeFloatBE=function(r,t,e){return _r(this,r,t,!1,e)};function wr(n,r,t,e,a){return r=+r,t=t>>>0,a||yr(n,r,t,8,17976931348623157e292,-17976931348623157e292),b.write(n,r,t,e,52,8),t+8}p.prototype.writeDoubleLE=function(r,t,e){return wr(this,r,t,!0,e)};p.prototype.writeDoubleBE=function(r,t,e){return wr(this,r,t,!1,e)};p.prototype.copy=function(r,t,e,a){if(!p.isBuffer(r))throw new TypeError("argument should be a Buffer");if(e||(e=0),!a&&a!==0&&(a=this.length),t>=r.length&&(t=r.length),t||(t=0),a>0&&a<e&&(a=e),a===e||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(e<0||e>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),r.length-t<a-e&&(a=r.length-t+e);var i=a-e;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,e,a):Uint8Array.prototype.set.call(r,this.subarray(e,a),t),i};p.prototype.fill=function(r,t,e,a){if(typeof r=="string"){if(typeof t=="string"?(a=t,t=0,e=this.length):typeof e=="string"&&(a=e,e=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!p.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(r.length===1){var i=r.charCodeAt(0);(a==="utf8"&&i<128||a==="latin1")&&(r=i)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<e)throw new RangeError("Out of range index");if(e<=t)return this;t=t>>>0,e=e===void 0?this.length:e>>>0,r||(r=0);var o;if(typeof r=="number")for(o=t;o<e;++o)this[o]=r;else{var c=p.isBuffer(r)?r:p.from(r,a),u=c.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(o=0;o<e-t;++o)this[o+t]=c[o%u]}return this};var it=/[^+/0-9A-Za-z-_]/g;function ot(n){if(n=n.split("=")[0],n=n.trim().replace(it,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function K(n,r){r=r||1/0;for(var t,e=n.length,a=null,i=[],o=0;o<e;++o){if(t=n.charCodeAt(o),t>55295&&t<57344){if(!a){if(t>56319){(r-=3)>-1&&i.push(239,191,189);continue}else if(o+1===e){(r-=3)>-1&&i.push(239,191,189);continue}a=t;continue}if(t<56320){(r-=3)>-1&&i.push(239,191,189),a=t;continue}t=(a-55296<<10|t-56320)+65536}else a&&(r-=3)>-1&&i.push(239,191,189);if(a=null,t<128){if((r-=1)<0)break;i.push(t)}else if(t<2048){if((r-=2)<0)break;i.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;i.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;i.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return i}function pt(n){for(var r=[],t=0;t<n.length;++t)r.push(n.charCodeAt(t)&255);return r}function ct(n,r){for(var t,e,a,i=[],o=0;o<n.length&&!((r-=2)<0);++o)t=n.charCodeAt(o),e=t>>8,a=t%256,i.push(a),i.push(e);return i}function xr(n){return G.toByteArray(ot(n))}function q(n,r,t,e){for(var a=0;a<e&&!(a+t>=r.length||a>=n.length);++a)r[a+t]=n[a];return a}function E(n,r){return n instanceof r||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===r.name}function $(n){return n!==n}var ut=function(){for(var n="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var e=t*16,a=0;a<16;++a)r[e+a]=n[t]+n[a];return r}()});var gr=M((mt,Tr)=>{d();var f=Tr.exports={},T,g;function P(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?T=setTimeout:T=P}catch(n){T=P}try{typeof clearTimeout=="function"?g=clearTimeout:g=j}catch(n){g=j}})();function dr(n){if(T===setTimeout)return setTimeout(n,0);if((T===P||!T)&&setTimeout)return T=setTimeout,setTimeout(n,0);try{return T(n,0)}catch(r){try{return T.call(null,n,0)}catch(t){return T.call(this,n,0)}}}function st(n){if(g===clearTimeout)return clearTimeout(n);if((g===j||!g)&&clearTimeout)return g=clearTimeout,clearTimeout(n);try{return g(n)}catch(r){try{return g.call(null,n)}catch(t){return g.call(this,n)}}}var B=[],k=!1,U,H=-1;function lt(){!k||!U||(k=!1,U.length?B=U.concat(B):H=-1,B.length&&Dr())}function Dr(){if(!k){var n=dr(lt);k=!0;for(var r=B.length;r;){for(U=B,B=[];++H<r;)U&&U[H].run();H=-1,r=B.length}U=null,k=!1,st(n)}}f.nextTick=function(n){var r=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)r[t-1]=arguments[t];B.push(new Er(n,r)),B.length===1&&!k&&dr(Dr)};function Er(n,r){this.fun=n,this.array=r}Er.prototype.run=function(){this.fun.apply(null,this.array)};f.title="browser";f.browser=!0;f.env={};f.argv=[];f.version="";f.versions={};function S(){}f.on=S;f.addListener=S;f.once=S;f.off=S;f.removeListener=S;f.removeAllListeners=S;f.emit=S;f.prependListener=S;f.prependOnceListener=S;f.listeners=function(n){return[]};f.binding=function(n){throw new Error("process.binding is not supported")};f.cwd=function(){return"/"};f.chdir=function(n){throw new Error("process.chdir is not supported")};f.umask=function(){return 0}});var V,L,dt,d=br(()=>{V=tr(mr()),L=tr(gr()),dt=function(n){function r(){var e=this||self;return delete n.prototype.__magic__,e}if(typeof globalThis=="object")return globalThis;if(this)return r();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:r});var t=__magic__;return t}(Object)});var ft={};Cr(ft,{css:()=>Fr,default:()=>ht});module.exports=kr(ft);d();var Fr=`.dapp-core-component__TransactionDataStyles__transactionData {
|
|
1
|
+
"use strict";var Sr=Object.create;var R=Object.defineProperty;var Ar=Object.getOwnPropertyDescriptor;var vr=Object.getOwnPropertyNames;var Ur=Object.getPrototypeOf,Ir=Object.prototype.hasOwnProperty;var br=(n,r)=>()=>(n&&(r=n(n=0)),r);var M=(n,r)=>()=>(r||n((r={exports:{}}).exports,r),r.exports),Cr=(n,r)=>{for(var t in r)R(n,t,{get:r[t],enumerable:!0})},rr=(n,r,t,e)=>{if(r&&typeof r=="object"||typeof r=="function")for(let a of vr(r))!Ir.call(n,a)&&a!==t&&R(n,a,{get:()=>r[a],enumerable:!(e=Ar(r,a))||e.enumerable});return n};var tr=(n,r,t)=>(t=n!=null?Sr(Ur(n)):{},rr(r||!n||!n.__esModule?R(t,"default",{value:n,enumerable:!0}):t,n)),kr=n=>rr(R({},"__esModule",{value:!0}),n);var ar=M(W=>{"use strict";d();W.byteLength=Lr;W.toByteArray=Mr;W.fromByteArray=Yr;var D=[],x=[],Vr=typeof Uint8Array!="undefined"?Uint8Array:Array,X="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(A=0,nr=X.length;A<nr;++A)D[A]=X[A],x[X.charCodeAt(A)]=A;var A,nr;x["-".charCodeAt(0)]=62;x["_".charCodeAt(0)]=63;function er(n){var r=n.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=n.indexOf("=");t===-1&&(t=r);var e=t===r?0:4-t%4;return[t,e]}function Lr(n){var r=er(n),t=r[0],e=r[1];return(t+e)*3/4-e}function Rr(n,r,t){return(r+t)*3/4-t}function Mr(n){var r,t=er(n),e=t[0],a=t[1],i=new Vr(Rr(n,e,a)),o=0,c=a>0?e-4:e,u;for(u=0;u<c;u+=4)r=x[n.charCodeAt(u)]<<18|x[n.charCodeAt(u+1)]<<12|x[n.charCodeAt(u+2)]<<6|x[n.charCodeAt(u+3)],i[o++]=r>>16&255,i[o++]=r>>8&255,i[o++]=r&255;return a===2&&(r=x[n.charCodeAt(u)]<<2|x[n.charCodeAt(u+1)]>>4,i[o++]=r&255),a===1&&(r=x[n.charCodeAt(u)]<<10|x[n.charCodeAt(u+1)]<<4|x[n.charCodeAt(u+2)]>>2,i[o++]=r>>8&255,i[o++]=r&255),i}function Wr(n){return D[n>>18&63]+D[n>>12&63]+D[n>>6&63]+D[n&63]}function Nr(n,r,t){for(var e,a=[],i=r;i<t;i+=3)e=(n[i]<<16&16711680)+(n[i+1]<<8&65280)+(n[i+2]&255),a.push(Wr(e));return a.join("")}function Yr(n){for(var r,t=n.length,e=t%3,a=[],i=16383,o=0,c=t-e;o<c;o+=i)a.push(Nr(n,o,o+i>c?c:o+i));return e===1?(r=n[t-1],a.push(D[r>>2]+D[r<<4&63]+"==")):e===2&&(r=(n[t-2]<<8)+n[t-1],a.push(D[r>>10]+D[r>>4&63]+D[r<<2&63]+"=")),a.join("")}});var ir=M(z=>{d();z.read=function(n,r,t,e,a){var i,o,c=a*8-e-1,u=(1<<c)-1,l=u>>1,h=-7,s=t?a-1:0,m=t?-1:1,w=n[r+s];for(s+=m,i=w&(1<<-h)-1,w>>=-h,h+=c;h>0;i=i*256+n[r+s],s+=m,h-=8);for(o=i&(1<<-h)-1,i>>=-h,h+=e;h>0;o=o*256+n[r+s],s+=m,h-=8);if(i===0)i=1-l;else{if(i===u)return o?NaN:(w?-1:1)*(1/0);o=o+Math.pow(2,e),i=i-l}return(w?-1:1)*o*Math.pow(2,i-e)};z.write=function(n,r,t,e,a,i){var o,c,u,l=i*8-a-1,h=(1<<l)-1,s=h>>1,m=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=e?0:i-1,I=e?1:-1,Br=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,o=h):(o=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-o))<1&&(o--,u*=2),o+s>=1?r+=m/u:r+=m*Math.pow(2,1-s),r*u>=2&&(o++,u/=2),o+s>=h?(c=0,o=h):o+s>=1?(c=(r*u-1)*Math.pow(2,a),o=o+s):(c=r*Math.pow(2,s-1)*Math.pow(2,a),o=0));a>=8;n[t+w]=c&255,w+=I,c/=256,a-=8);for(o=o<<a|c,l+=a;l>0;n[t+w]=o&255,w+=I,o/=256,l-=8);n[t+w-I]|=Br*128}});var mr=M(C=>{"use strict";d();var G=ar(),b=ir(),or=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;C.Buffer=p;C.SlowBuffer=Jr;C.INSPECT_MAX_BYTES=50;var Y=2147483647;C.kMaxLength=Y;p.TYPED_ARRAY_SUPPORT=qr();!p.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function qr(){try{var n=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(n,r),n.foo()===42}catch(t){return!1}}Object.defineProperty(p.prototype,"parent",{enumerable:!0,get:function(){if(!!p.isBuffer(this))return this.buffer}});Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(!!p.isBuffer(this))return this.byteOffset}});function F(n){if(n>Y)throw new RangeError('The value "'+n+'" is invalid for option "size"');var r=new Uint8Array(n);return Object.setPrototypeOf(r,p.prototype),r}function p(n,r,t){if(typeof n=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return O(n)}return ur(n,r,t)}p.poolSize=8192;function ur(n,r,t){if(typeof n=="string")return Xr(n,r);if(ArrayBuffer.isView(n))return zr(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(E(n,ArrayBuffer)||n&&E(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(E(n,SharedArrayBuffer)||n&&E(n.buffer,SharedArrayBuffer)))return Q(n,r,t);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var e=n.valueOf&&n.valueOf();if(e!=null&&e!==n)return p.from(e,r,t);var a=Gr(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return p.from(n[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}p.from=function(n,r,t){return ur(n,r,t)};Object.setPrototypeOf(p.prototype,Uint8Array.prototype);Object.setPrototypeOf(p,Uint8Array);function sr(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function Hr(n,r,t){return sr(n),n<=0?F(n):r!==void 0?typeof t=="string"?F(n).fill(r,t):F(n).fill(r):F(n)}p.alloc=function(n,r,t){return Hr(n,r,t)};function O(n){return sr(n),F(n<0?0:Z(n)|0)}p.allocUnsafe=function(n){return O(n)};p.allocUnsafeSlow=function(n){return O(n)};function Xr(n,r){if((typeof r!="string"||r==="")&&(r="utf8"),!p.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=lr(n,r)|0,e=F(t),a=e.write(n,r);return a!==t&&(e=e.slice(0,a)),e}function J(n){for(var r=n.length<0?0:Z(n.length)|0,t=F(r),e=0;e<r;e+=1)t[e]=n[e]&255;return t}function zr(n){if(E(n,Uint8Array)){var r=new Uint8Array(n);return Q(r.buffer,r.byteOffset,r.byteLength)}return J(n)}function Q(n,r,t){if(r<0||n.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var e;return r===void 0&&t===void 0?e=new Uint8Array(n):t===void 0?e=new Uint8Array(n,r):e=new Uint8Array(n,r,t),Object.setPrototypeOf(e,p.prototype),e}function Gr(n){if(p.isBuffer(n)){var r=Z(n.length)|0,t=F(r);return t.length===0||n.copy(t,0,0,r),t}if(n.length!==void 0)return typeof n.length!="number"||$(n.length)?F(0):J(n);if(n.type==="Buffer"&&Array.isArray(n.data))return J(n.data)}function Z(n){if(n>=Y)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Y.toString(16)+" bytes");return n|0}function Jr(n){return+n!=n&&(n=0),p.alloc(+n)}p.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==p.prototype};p.compare=function(r,t){if(E(r,Uint8Array)&&(r=p.from(r,r.offset,r.byteLength)),E(t,Uint8Array)&&(t=p.from(t,t.offset,t.byteLength)),!p.isBuffer(r)||!p.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var e=r.length,a=t.length,i=0,o=Math.min(e,a);i<o;++i)if(r[i]!==t[i]){e=r[i],a=t[i];break}return e<a?-1:a<e?1:0};p.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};p.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return p.alloc(0);var e;if(t===void 0)for(t=0,e=0;e<r.length;++e)t+=r[e].length;var a=p.allocUnsafe(t),i=0;for(e=0;e<r.length;++e){var o=r[e];if(E(o,Uint8Array))i+o.length>a.length?p.from(o).copy(a,i):Uint8Array.prototype.set.call(a,o,i);else if(p.isBuffer(o))o.copy(a,i);else throw new TypeError('"list" argument must be an Array of Buffers');i+=o.length}return a};function lr(n,r){if(p.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||E(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var t=n.length,e=arguments.length>2&&arguments[2]===!0;if(!e&&t===0)return 0;for(var a=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return K(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return xr(n).length;default:if(a)return e?-1:K(n).length;r=(""+r).toLowerCase(),a=!0}}p.byteLength=lr;function Qr(n,r,t){var e=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(n||(n="utf8");;)switch(n){case"hex":return et(this,r,t);case"utf8":case"utf-8":return fr(this,r,t);case"ascii":return tt(this,r,t);case"latin1":case"binary":return nt(this,r,t);case"base64":return Pr(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return at(this,r,t);default:if(e)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),e=!0}}p.prototype._isBuffer=!0;function v(n,r,t){var e=n[r];n[r]=n[t],n[t]=e}p.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<r;t+=2)v(this,t,t+1);return this};p.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<r;t+=4)v(this,t,t+3),v(this,t+1,t+2);return this};p.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<r;t+=8)v(this,t,t+7),v(this,t+1,t+6),v(this,t+2,t+5),v(this,t+3,t+4);return this};p.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?fr(this,0,r):Qr.apply(this,arguments)};p.prototype.toLocaleString=p.prototype.toString;p.prototype.equals=function(r){if(!p.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:p.compare(this,r)===0};p.prototype.inspect=function(){var r="",t=C.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};or&&(p.prototype[or]=p.prototype.inspect);p.prototype.compare=function(r,t,e,a,i){if(E(r,Uint8Array)&&(r=p.from(r,r.offset,r.byteLength)),!p.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),e===void 0&&(e=r?r.length:0),a===void 0&&(a=0),i===void 0&&(i=this.length),t<0||e>r.length||a<0||i>this.length)throw new RangeError("out of range index");if(a>=i&&t>=e)return 0;if(a>=i)return-1;if(t>=e)return 1;if(t>>>=0,e>>>=0,a>>>=0,i>>>=0,this===r)return 0;for(var o=i-a,c=e-t,u=Math.min(o,c),l=this.slice(a,i),h=r.slice(t,e),s=0;s<u;++s)if(l[s]!==h[s]){o=l[s],c=h[s];break}return o<c?-1:c<o?1:0};function hr(n,r,t,e,a){if(n.length===0)return-1;if(typeof t=="string"?(e=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,$(t)&&(t=a?0:n.length-1),t<0&&(t=n.length+t),t>=n.length){if(a)return-1;t=n.length-1}else if(t<0)if(a)t=0;else return-1;if(typeof r=="string"&&(r=p.from(r,e)),p.isBuffer(r))return r.length===0?-1:pr(n,r,t,e,a);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,r,t):Uint8Array.prototype.lastIndexOf.call(n,r,t):pr(n,[r],t,e,a);throw new TypeError("val must be string, number or Buffer")}function pr(n,r,t,e,a){var i=1,o=n.length,c=r.length;if(e!==void 0&&(e=String(e).toLowerCase(),e==="ucs2"||e==="ucs-2"||e==="utf16le"||e==="utf-16le")){if(n.length<2||r.length<2)return-1;i=2,o/=2,c/=2,t/=2}function u(w,I){return i===1?w[I]:w.readUInt16BE(I*i)}var l;if(a){var h=-1;for(l=t;l<o;l++)if(u(n,l)===u(r,h===-1?0:l-h)){if(h===-1&&(h=l),l-h+1===c)return h*i}else h!==-1&&(l-=l-h),h=-1}else for(t+c>o&&(t=o-c),l=t;l>=0;l--){for(var s=!0,m=0;m<c;m++)if(u(n,l+m)!==u(r,m)){s=!1;break}if(s)return l}return-1}p.prototype.includes=function(r,t,e){return this.indexOf(r,t,e)!==-1};p.prototype.indexOf=function(r,t,e){return hr(this,r,t,e,!0)};p.prototype.lastIndexOf=function(r,t,e){return hr(this,r,t,e,!1)};function Kr(n,r,t,e){t=Number(t)||0;var a=n.length-t;e?(e=Number(e),e>a&&(e=a)):e=a;var i=r.length;e>i/2&&(e=i/2);for(var o=0;o<e;++o){var c=parseInt(r.substr(o*2,2),16);if($(c))return o;n[t+o]=c}return o}function Or(n,r,t,e){return q(K(r,n.length-t),n,t,e)}function Zr(n,r,t,e){return q(pt(r),n,t,e)}function $r(n,r,t,e){return q(xr(r),n,t,e)}function jr(n,r,t,e){return q(ct(r,n.length-t),n,t,e)}p.prototype.write=function(r,t,e,a){if(t===void 0)a="utf8",e=this.length,t=0;else if(e===void 0&&typeof t=="string")a=t,e=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(e)?(e=e>>>0,a===void 0&&(a="utf8")):(a=e,e=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var i=this.length-t;if((e===void 0||e>i)&&(e=i),r.length>0&&(e<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var o=!1;;)switch(a){case"hex":return Kr(this,r,t,e);case"utf8":case"utf-8":return Or(this,r,t,e);case"ascii":case"latin1":case"binary":return Zr(this,r,t,e);case"base64":return $r(this,r,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return jr(this,r,t,e);default:if(o)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),o=!0}};p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Pr(n,r,t){return r===0&&t===n.length?G.fromByteArray(n):G.fromByteArray(n.slice(r,t))}function fr(n,r,t){t=Math.min(n.length,t);for(var e=[],a=r;a<t;){var i=n[a],o=null,c=i>239?4:i>223?3:i>191?2:1;if(a+c<=t){var u,l,h,s;switch(c){case 1:i<128&&(o=i);break;case 2:u=n[a+1],(u&192)===128&&(s=(i&31)<<6|u&63,s>127&&(o=s));break;case 3:u=n[a+1],l=n[a+2],(u&192)===128&&(l&192)===128&&(s=(i&15)<<12|(u&63)<<6|l&63,s>2047&&(s<55296||s>57343)&&(o=s));break;case 4:u=n[a+1],l=n[a+2],h=n[a+3],(u&192)===128&&(l&192)===128&&(h&192)===128&&(s=(i&15)<<18|(u&63)<<12|(l&63)<<6|h&63,s>65535&&s<1114112&&(o=s))}}o===null?(o=65533,c=1):o>65535&&(o-=65536,e.push(o>>>10&1023|55296),o=56320|o&1023),e.push(o),a+=c}return rt(e)}var cr=4096;function rt(n){var r=n.length;if(r<=cr)return String.fromCharCode.apply(String,n);for(var t="",e=0;e<r;)t+=String.fromCharCode.apply(String,n.slice(e,e+=cr));return t}function tt(n,r,t){var e="";t=Math.min(n.length,t);for(var a=r;a<t;++a)e+=String.fromCharCode(n[a]&127);return e}function nt(n,r,t){var e="";t=Math.min(n.length,t);for(var a=r;a<t;++a)e+=String.fromCharCode(n[a]);return e}function et(n,r,t){var e=n.length;(!r||r<0)&&(r=0),(!t||t<0||t>e)&&(t=e);for(var a="",i=r;i<t;++i)a+=ut[n[i]];return a}function at(n,r,t){for(var e=n.slice(r,t),a="",i=0;i<e.length-1;i+=2)a+=String.fromCharCode(e[i]+e[i+1]*256);return a}p.prototype.slice=function(r,t){var e=this.length;r=~~r,t=t===void 0?e:~~t,r<0?(r+=e,r<0&&(r=0)):r>e&&(r=e),t<0?(t+=e,t<0&&(t=0)):t>e&&(t=e),t<r&&(t=r);var a=this.subarray(r,t);return Object.setPrototypeOf(a,p.prototype),a};function y(n,r,t){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+r>t)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUintLE=p.prototype.readUIntLE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var a=this[r],i=1,o=0;++o<t&&(i*=256);)a+=this[r+o]*i;return a};p.prototype.readUintBE=p.prototype.readUIntBE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var a=this[r+--t],i=1;t>0&&(i*=256);)a+=this[r+--t]*i;return a};p.prototype.readUint8=p.prototype.readUInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]};p.prototype.readUint16LE=p.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]|this[r+1]<<8};p.prototype.readUint16BE=p.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]<<8|this[r+1]};p.prototype.readUint32LE=p.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};p.prototype.readUint32BE=p.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};p.prototype.readIntLE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var a=this[r],i=1,o=0;++o<t&&(i*=256);)a+=this[r+o]*i;return i*=128,a>=i&&(a-=Math.pow(2,8*t)),a};p.prototype.readIntBE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var a=t,i=1,o=this[r+--a];a>0&&(i*=256);)o+=this[r+--a]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*t)),o};p.prototype.readInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};p.prototype.readInt16LE=function(r,t){r=r>>>0,t||y(r,2,this.length);var e=this[r]|this[r+1]<<8;return e&32768?e|4294901760:e};p.prototype.readInt16BE=function(r,t){r=r>>>0,t||y(r,2,this.length);var e=this[r+1]|this[r]<<8;return e&32768?e|4294901760:e};p.prototype.readInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};p.prototype.readInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};p.prototype.readFloatLE=function(r,t){return r=r>>>0,t||y(r,4,this.length),b.read(this,r,!0,23,4)};p.prototype.readFloatBE=function(r,t){return r=r>>>0,t||y(r,4,this.length),b.read(this,r,!1,23,4)};p.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||y(r,8,this.length),b.read(this,r,!0,52,8)};p.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||y(r,8,this.length),b.read(this,r,!1,52,8)};function _(n,r,t,e,a,i){if(!p.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>a||r<i)throw new RangeError('"value" argument is out of bounds');if(t+e>n.length)throw new RangeError("Index out of range")}p.prototype.writeUintLE=p.prototype.writeUIntLE=function(r,t,e,a){if(r=+r,t=t>>>0,e=e>>>0,!a){var i=Math.pow(2,8*e)-1;_(this,r,t,e,i,0)}var o=1,c=0;for(this[t]=r&255;++c<e&&(o*=256);)this[t+c]=r/o&255;return t+e};p.prototype.writeUintBE=p.prototype.writeUIntBE=function(r,t,e,a){if(r=+r,t=t>>>0,e=e>>>0,!a){var i=Math.pow(2,8*e)-1;_(this,r,t,e,i,0)}var o=e-1,c=1;for(this[t+o]=r&255;--o>=0&&(c*=256);)this[t+o]=r/c&255;return t+e};p.prototype.writeUint8=p.prototype.writeUInt8=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,1,255,0),this[t]=r&255,t+1};p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};p.prototype.writeIntLE=function(r,t,e,a){if(r=+r,t=t>>>0,!a){var i=Math.pow(2,8*e-1);_(this,r,t,e,i-1,-i)}var o=0,c=1,u=0;for(this[t]=r&255;++o<e&&(c*=256);)r<0&&u===0&&this[t+o-1]!==0&&(u=1),this[t+o]=(r/c>>0)-u&255;return t+e};p.prototype.writeIntBE=function(r,t,e,a){if(r=+r,t=t>>>0,!a){var i=Math.pow(2,8*e-1);_(this,r,t,e,i-1,-i)}var o=e-1,c=1,u=0;for(this[t+o]=r&255;--o>=0&&(c*=256);)r<0&&u===0&&this[t+o+1]!==0&&(u=1),this[t+o]=(r/c>>0)-u&255;return t+e};p.prototype.writeInt8=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};p.prototype.writeInt16LE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};p.prototype.writeInt16BE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};p.prototype.writeInt32LE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};p.prototype.writeInt32BE=function(r,t,e){return r=+r,t=t>>>0,e||_(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function yr(n,r,t,e,a,i){if(t+e>n.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function _r(n,r,t,e,a){return r=+r,t=t>>>0,a||yr(n,r,t,4,34028234663852886e22,-34028234663852886e22),b.write(n,r,t,e,23,4),t+4}p.prototype.writeFloatLE=function(r,t,e){return _r(this,r,t,!0,e)};p.prototype.writeFloatBE=function(r,t,e){return _r(this,r,t,!1,e)};function wr(n,r,t,e,a){return r=+r,t=t>>>0,a||yr(n,r,t,8,17976931348623157e292,-17976931348623157e292),b.write(n,r,t,e,52,8),t+8}p.prototype.writeDoubleLE=function(r,t,e){return wr(this,r,t,!0,e)};p.prototype.writeDoubleBE=function(r,t,e){return wr(this,r,t,!1,e)};p.prototype.copy=function(r,t,e,a){if(!p.isBuffer(r))throw new TypeError("argument should be a Buffer");if(e||(e=0),!a&&a!==0&&(a=this.length),t>=r.length&&(t=r.length),t||(t=0),a>0&&a<e&&(a=e),a===e||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(e<0||e>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),r.length-t<a-e&&(a=r.length-t+e);var i=a-e;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,e,a):Uint8Array.prototype.set.call(r,this.subarray(e,a),t),i};p.prototype.fill=function(r,t,e,a){if(typeof r=="string"){if(typeof t=="string"?(a=t,t=0,e=this.length):typeof e=="string"&&(a=e,e=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!p.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(r.length===1){var i=r.charCodeAt(0);(a==="utf8"&&i<128||a==="latin1")&&(r=i)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<e)throw new RangeError("Out of range index");if(e<=t)return this;t=t>>>0,e=e===void 0?this.length:e>>>0,r||(r=0);var o;if(typeof r=="number")for(o=t;o<e;++o)this[o]=r;else{var c=p.isBuffer(r)?r:p.from(r,a),u=c.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(o=0;o<e-t;++o)this[o+t]=c[o%u]}return this};var it=/[^+/0-9A-Za-z-_]/g;function ot(n){if(n=n.split("=")[0],n=n.trim().replace(it,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function K(n,r){r=r||1/0;for(var t,e=n.length,a=null,i=[],o=0;o<e;++o){if(t=n.charCodeAt(o),t>55295&&t<57344){if(!a){if(t>56319){(r-=3)>-1&&i.push(239,191,189);continue}else if(o+1===e){(r-=3)>-1&&i.push(239,191,189);continue}a=t;continue}if(t<56320){(r-=3)>-1&&i.push(239,191,189),a=t;continue}t=(a-55296<<10|t-56320)+65536}else a&&(r-=3)>-1&&i.push(239,191,189);if(a=null,t<128){if((r-=1)<0)break;i.push(t)}else if(t<2048){if((r-=2)<0)break;i.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;i.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;i.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return i}function pt(n){for(var r=[],t=0;t<n.length;++t)r.push(n.charCodeAt(t)&255);return r}function ct(n,r){for(var t,e,a,i=[],o=0;o<n.length&&!((r-=2)<0);++o)t=n.charCodeAt(o),e=t>>8,a=t%256,i.push(a),i.push(e);return i}function xr(n){return G.toByteArray(ot(n))}function q(n,r,t,e){for(var a=0;a<e&&!(a+t>=r.length||a>=n.length);++a)r[a+t]=n[a];return a}function E(n,r){return n instanceof r||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===r.name}function $(n){return n!==n}var ut=function(){for(var n="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var e=t*16,a=0;a<16;++a)r[e+a]=n[t]+n[a];return r}()});var gr=M((mt,Tr)=>{d();var f=Tr.exports={},T,g;function j(){throw new Error("setTimeout has not been defined")}function P(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?T=setTimeout:T=j}catch(n){T=j}try{typeof clearTimeout=="function"?g=clearTimeout:g=P}catch(n){g=P}})();function dr(n){if(T===setTimeout)return setTimeout(n,0);if((T===j||!T)&&setTimeout)return T=setTimeout,setTimeout(n,0);try{return T(n,0)}catch(r){try{return T.call(null,n,0)}catch(t){return T.call(this,n,0)}}}function st(n){if(g===clearTimeout)return clearTimeout(n);if((g===P||!g)&&clearTimeout)return g=clearTimeout,clearTimeout(n);try{return g(n)}catch(r){try{return g.call(null,n)}catch(t){return g.call(this,n)}}}var B=[],k=!1,U,H=-1;function lt(){!k||!U||(k=!1,U.length?B=U.concat(B):H=-1,B.length&&Dr())}function Dr(){if(!k){var n=dr(lt);k=!0;for(var r=B.length;r;){for(U=B,B=[];++H<r;)U&&U[H].run();H=-1,r=B.length}U=null,k=!1,st(n)}}f.nextTick=function(n){var r=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)r[t-1]=arguments[t];B.push(new Er(n,r)),B.length===1&&!k&&dr(Dr)};function Er(n,r){this.fun=n,this.array=r}Er.prototype.run=function(){this.fun.apply(null,this.array)};f.title="browser";f.browser=!0;f.env={};f.argv=[];f.version="";f.versions={};function S(){}f.on=S;f.addListener=S;f.once=S;f.off=S;f.removeListener=S;f.removeAllListeners=S;f.emit=S;f.prependListener=S;f.prependOnceListener=S;f.listeners=function(n){return[]};f.binding=function(n){throw new Error("process.binding is not supported")};f.cwd=function(){return"/"};f.chdir=function(n){throw new Error("process.chdir is not supported")};f.umask=function(){return 0}});var V,L,dt,d=br(()=>{V=tr(mr()),L=tr(gr()),dt=function(n){function r(){var e=this||self;return delete n.prototype.__magic__,e}if(typeof globalThis=="object")return globalThis;if(this)return r();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:r});var t=__magic__;return t}(Object)});var ft={};Cr(ft,{css:()=>Fr,default:()=>ht});module.exports=kr(ft);d();var Fr=`.dapp-core-component__TransactionDataStyles__transactionData {
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
line-height: 1;
|
|
5
5
|
gap: 8px;
|
|
6
6
|
}
|
|
7
7
|
.dapp-core-component__TransactionDataStyles__transactionData .dapp-core-component__TransactionDataStyles__transactionDataLabel {
|
|
8
|
+
align-items: center;
|
|
8
9
|
color: #a3a3a3;
|
|
10
|
+
display: flex;
|
|
11
|
+
justify-content: space-between;
|
|
9
12
|
}
|
|
10
13
|
.dapp-core-component__TransactionDataStyles__transactionData .dapp-core-component__TransactionDataStyles__transactionDataValueWrapper {
|
|
11
14
|
border-radius: 8px;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WithClassnameType } from '../../types';
|
|
3
|
+
interface TransactionDataDecodePropsType extends WithClassnameType {
|
|
4
|
+
data: string;
|
|
5
|
+
onDecode: (decodedData: string) => void;
|
|
6
|
+
onDecodeError: (errors: string[]) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const TransactionDataDecode: ({ className, data, onDecodeError, onDecode }: TransactionDataDecodePropsType) => JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=TransactionDataDecode.d.ts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";var Qe=Object.create;var G=Object.defineProperty;var rt=Object.getOwnPropertyDescriptor;var et=Object.getOwnPropertyNames,mr=Object.getOwnPropertySymbols,tt=Object.getPrototypeOf,xr=Object.prototype.hasOwnProperty,nt=Object.prototype.propertyIsEnumerable;var yr=(t,r,e)=>r in t?G(t,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[r]=e,V=(t,r)=>{for(var e in r||(r={}))xr.call(r,e)&&yr(t,e,r[e]);if(mr)for(var e of mr(r))nt.call(r,e)&&yr(t,e,r[e]);return t};var it=(t,r)=>()=>(t&&(r=t(t=0)),r);var y=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),ot=(t,r)=>{for(var e in r)G(t,e,{get:r[e],enumerable:!0})},Tr=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of et(r))!xr.call(t,i)&&i!==e&&G(t,i,{get:()=>r[i],enumerable:!(n=rt(r,i))||n.enumerable});return t};var M=(t,r,e)=>(e=t!=null?Qe(tt(t)):{},Tr(r||!t||!t.__esModule?G(e,"default",{value:t,enumerable:!0}):e,t)),at=t=>Tr(G({},"__esModule",{value:!0}),t);var br=y(z=>{"use strict";u();z.byteLength=ut;z.toByteArray=ct;z.fromByteArray=dt;var F=[],b=[],st=typeof Uint8Array!="undefined"?Uint8Array:Array,K="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(L=0,wr=K.length;L<wr;++L)F[L]=K[L],b[K.charCodeAt(L)]=L;var L,wr;b["-".charCodeAt(0)]=62;b["_".charCodeAt(0)]=63;function vr(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function ut(t){var r=vr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function pt(t,r,e){return(r+e)*3/4-e}function ct(t){var r,e=vr(t),n=e[0],i=e[1],o=new st(pt(t,n,i)),a=0,p=i>0?n-4:n,c;for(c=0;c<p;c+=4)r=b[t.charCodeAt(c)]<<18|b[t.charCodeAt(c+1)]<<12|b[t.charCodeAt(c+2)]<<6|b[t.charCodeAt(c+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=b[t.charCodeAt(c)]<<2|b[t.charCodeAt(c+1)]>>4,o[a++]=r&255),i===1&&(r=b[t.charCodeAt(c)]<<10|b[t.charCodeAt(c+1)]<<4|b[t.charCodeAt(c+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function lt(t){return F[t>>18&63]+F[t>>12&63]+F[t>>6&63]+F[t&63]}function ft(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(lt(n));return i.join("")}function dt(t){for(var r,e=t.length,n=e%3,i=[],o=16383,a=0,p=e-n;a<p;a+=o)i.push(ft(t,a,a+o>p?p:a+o));return n===1?(r=t[e-1],i.push(F[r>>2]+F[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(F[r>>10]+F[r>>4&63]+F[r<<2&63]+"=")),i.join("")}});var Sr=y(Q=>{u();Q.read=function(t,r,e,n,i){var o,a,p=i*8-n-1,c=(1<<p)-1,g=c>>1,h=-7,m=e?i-1:0,S=e?-1:1,v=t[r+m];for(m+=S,o=v&(1<<-h)-1,v>>=-h,h+=p;h>0;o=o*256+t[r+m],m+=S,h-=8);for(a=o&(1<<-h)-1,o>>=-h,h+=n;h>0;a=a*256+t[r+m],m+=S,h-=8);if(o===0)o=1-g;else{if(o===c)return a?NaN:(v?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-g}return(v?-1:1)*a*Math.pow(2,o-n)};Q.write=function(t,r,e,n,i,o){var a,p,c,g=o*8-i-1,h=(1<<g)-1,m=h>>1,S=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=n?0:o-1,N=n?1:-1,Ke=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,a=h):(a=Math.floor(Math.log(r)/Math.LN2),r*(c=Math.pow(2,-a))<1&&(a--,c*=2),a+m>=1?r+=S/c:r+=S*Math.pow(2,1-m),r*c>=2&&(a++,c/=2),a+m>=h?(p=0,a=h):a+m>=1?(p=(r*c-1)*Math.pow(2,i),a=a+m):(p=r*Math.pow(2,m-1)*Math.pow(2,i),a=0));i>=8;t[e+v]=p&255,v+=N,p/=256,i-=8);for(a=a<<i|p,g+=i;g>0;t[e+v]=a&255,v+=N,a/=256,g-=8);t[e+v-N]|=Ke*128}});var _r=y(W=>{"use strict";u();var rr=br(),q=Sr(),Fr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;W.Buffer=s;W.SlowBuffer=Tt;W.INSPECT_MAX_BYTES=50;var Y=2147483647;W.kMaxLength=Y;s.TYPED_ARRAY_SUPPORT=gt();!s.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function gt(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function B(t){if(t>Y)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,s.prototype),r}function s(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ir(t)}return Ar(t,r,e)}s.poolSize=8192;function Ar(t,r,e){if(typeof t=="string")return mt(t,r);if(ArrayBuffer.isView(t))return yt(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(k(t,ArrayBuffer)||t&&k(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(k(t,SharedArrayBuffer)||t&&k(t.buffer,SharedArrayBuffer)))return tr(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,r,e);var i=xt(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,r,e){return Ar(t,r,e)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function Br(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function ht(t,r,e){return Br(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}s.alloc=function(t,r,e){return ht(t,r,e)};function ir(t){return Br(t),B(t<0?0:or(t)|0)}s.allocUnsafe=function(t){return ir(t)};s.allocUnsafeSlow=function(t){return ir(t)};function mt(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=Rr(t,r)|0,n=B(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function er(t){for(var r=t.length<0?0:or(t.length)|0,e=B(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function yt(t){if(k(t,Uint8Array)){var r=new Uint8Array(t);return tr(r.buffer,r.byteOffset,r.byteLength)}return er(t)}function tr(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,s.prototype),n}function xt(t){if(s.isBuffer(t)){var r=or(t.length)|0,e=B(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||ar(t.length)?B(0):er(t);if(t.type==="Buffer"&&Array.isArray(t.data))return er(t.data)}function or(t){if(t>=Y)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Y.toString(16)+" bytes");return t|0}function Tt(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,e){if(k(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),k(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(r)||!s.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==e[o]){n=r[o],i=e[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return s.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=s.allocUnsafe(e),o=0;for(n=0;n<r.length;++n){var a=r[n];if(k(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function Rr(t,r){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||k(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return nr(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return Pr(t).length;default:if(i)return n?-1:nr(t).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=Rr;function wt(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return Dt(this,r,e);case"utf8":case"utf-8":return Cr(this,r,e);case"ascii":return Bt(this,r,e);case"latin1":case"binary":return Rt(this,r,e);case"base64":return It(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ct(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function P(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}s.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)P(this,e,e+1);return this};s.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)P(this,e,e+3),P(this,e+1,e+2);return this};s.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)P(this,e,e+7),P(this,e+1,e+6),P(this,e+2,e+5),P(this,e+3,e+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?Cr(this,0,r):wt.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(r){if(!s.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:s.compare(this,r)===0};s.prototype.inspect=function(){var r="",e=W.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};Fr&&(s.prototype[Fr]=s.prototype.inspect);s.prototype.compare=function(r,e,n,i,o){if(k(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),e<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=n)return 0;if(i>=o)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,p=n-e,c=Math.min(a,p),g=this.slice(i,o),h=r.slice(e,n),m=0;m<c;++m)if(g[m]!==h[m]){a=g[m],p=h[m];break}return a<p?-1:p<a?1:0};function Dr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,ar(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:kr(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):kr(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function kr(t,r,e,n,i){var o=1,a=t.length,p=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,a/=2,p/=2,e/=2}function c(v,N){return o===1?v[N]:v.readUInt16BE(N*o)}var g;if(i){var h=-1;for(g=e;g<a;g++)if(c(t,g)===c(r,h===-1?0:g-h)){if(h===-1&&(h=g),g-h+1===p)return h*o}else h!==-1&&(g-=g-h),h=-1}else for(e+p>a&&(e=a-p),g=e;g>=0;g--){for(var m=!0,S=0;S<p;S++)if(c(t,g+S)!==c(r,S)){m=!1;break}if(m)return g}return-1}s.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};s.prototype.indexOf=function(r,e,n){return Dr(this,r,e,n,!0)};s.prototype.lastIndexOf=function(r,e,n){return Dr(this,r,e,n,!1)};function vt(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var p=parseInt(r.substr(a*2,2),16);if(ar(p))return a;t[e+a]=p}return a}function bt(t,r,e,n){return J(nr(r,t.length-e),t,e,n)}function St(t,r,e,n){return J(Lt(r),t,e,n)}function Ft(t,r,e,n){return J(Pr(r),t,e,n)}function kt(t,r,e,n){return J(Pt(r,t.length-e),t,e,n)}s.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return vt(this,r,e,n);case"utf8":case"utf-8":return bt(this,r,e,n);case"ascii":case"latin1":case"binary":return St(this,r,e,n);case"base64":return Ft(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kt(this,r,e,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function It(t,r,e){return r===0&&e===t.length?rr.fromByteArray(t):rr.fromByteArray(t.slice(r,e))}function Cr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var o=t[i],a=null,p=o>239?4:o>223?3:o>191?2:1;if(i+p<=e){var c,g,h,m;switch(p){case 1:o<128&&(a=o);break;case 2:c=t[i+1],(c&192)===128&&(m=(o&31)<<6|c&63,m>127&&(a=m));break;case 3:c=t[i+1],g=t[i+2],(c&192)===128&&(g&192)===128&&(m=(o&15)<<12|(c&63)<<6|g&63,m>2047&&(m<55296||m>57343)&&(a=m));break;case 4:c=t[i+1],g=t[i+2],h=t[i+3],(c&192)===128&&(g&192)===128&&(h&192)===128&&(m=(o&15)<<18|(c&63)<<12|(g&63)<<6|h&63,m>65535&&m<1114112&&(a=m))}}a===null?(a=65533,p=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=p}return At(n)}var Ir=4096;function At(t){var r=t.length;if(r<=Ir)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=Ir));return e}function Bt(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function Rt(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function Dt(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",o=r;o<e;++o)i+=_t[t[o]];return i}function Ct(t,r,e){for(var n=t.slice(r,e),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,s.prototype),i};function T(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=this[r+--e],o=1;e>0&&(o*=256);)i+=this[r+--e]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,e){return r=r>>>0,e||T(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||T(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||T(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||T(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||T(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i};s.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=e,o=1,a=this[r+--i];i>0&&(o*=256);)a+=this[r+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*e)),a};s.prototype.readInt8=function(r,e){return r=r>>>0,e||T(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,e){r=r>>>0,e||T(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,e){r=r>>>0,e||T(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,e){return r=r>>>0,e||T(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,e){return r=r>>>0,e||T(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,e){return r=r>>>0,e||T(r,4,this.length),q.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,e){return r=r>>>0,e||T(r,4,this.length),q.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||T(r,8,this.length),q.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||T(r,8,this.length),q.read(this,r,!1,52,8)};function w(t,r,e,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,r,e,n,o,0)}var a=1,p=0;for(this[e]=r&255;++p<n&&(a*=256);)this[e+p]=r/a&255;return e+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,r,e,n,o,0)}var a=n-1,p=1;for(this[e+a]=r&255;--a>=0&&(p*=256);)this[e+a]=r/p&255;return e+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,1,255,0),this[e]=r&255,e+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};s.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);w(this,r,e,n,o-1,-o)}var a=0,p=1,c=0;for(this[e]=r&255;++a<n&&(p*=256);)r<0&&c===0&&this[e+a-1]!==0&&(c=1),this[e+a]=(r/p>>0)-c&255;return e+n};s.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);w(this,r,e,n,o-1,-o)}var a=n-1,p=1,c=0;for(this[e+a]=r&255;--a>=0&&(p*=256);)r<0&&c===0&&this[e+a+1]!==0&&(c=1),this[e+a]=(r/p>>0)-c&255;return e+n};s.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};s.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};s.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function Er(t,r,e,n,i,o){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function Ur(t,r,e,n,i){return r=+r,e=e>>>0,i||Er(t,r,e,4,34028234663852886e22,-34028234663852886e22),q.write(t,r,e,n,23,4),e+4}s.prototype.writeFloatLE=function(r,e,n){return Ur(this,r,e,!0,n)};s.prototype.writeFloatBE=function(r,e,n){return Ur(this,r,e,!1,n)};function Lr(t,r,e,n,i){return r=+r,e=e>>>0,i||Er(t,r,e,8,17976931348623157e292,-17976931348623157e292),q.write(t,r,e,n,52,8),e+8}s.prototype.writeDoubleLE=function(r,e,n){return Lr(this,r,e,!0,n)};s.prototype.writeDoubleBE=function(r,e,n){return Lr(this,r,e,!1,n)};s.prototype.copy=function(r,e,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),o};s.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=e;a<n;++a)this[a]=r;else{var p=s.isBuffer(r)?r:s.from(r,i),c=p.length;if(c===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-e;++a)this[a+e]=p[a%c]}return this};var Et=/[^+/0-9A-Za-z-_]/g;function Ut(t){if(t=t.split("=")[0],t=t.trim().replace(Et,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function nr(t,r){r=r||1/0;for(var e,n=t.length,i=null,o=[],a=0;a<n;++a){if(e=t.charCodeAt(a),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function Lt(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function Pt(t,r){for(var e,n,i,o=[],a=0;a<t.length&&!((r-=2)<0);++a)e=t.charCodeAt(a),n=e>>8,i=e%256,o.push(i),o.push(n);return o}function Pr(t){return rr.toByteArray(Ut(t))}function J(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function k(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function ar(t){return t!==t}var _t=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var Hr=y((di,Wr)=>{u();var x=Wr.exports={},I,A;function sr(){throw new Error("setTimeout has not been defined")}function ur(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?I=setTimeout:I=sr}catch(t){I=sr}try{typeof clearTimeout=="function"?A=clearTimeout:A=ur}catch(t){A=ur}})();function Nr(t){if(I===setTimeout)return setTimeout(t,0);if((I===sr||!I)&&setTimeout)return I=setTimeout,setTimeout(t,0);try{return I(t,0)}catch(r){try{return I.call(null,t,0)}catch(e){return I.call(this,t,0)}}}function Nt(t){if(A===clearTimeout)return clearTimeout(t);if((A===ur||!A)&&clearTimeout)return A=clearTimeout,clearTimeout(t);try{return A(t)}catch(r){try{return A.call(null,t)}catch(e){return A.call(this,t)}}}var R=[],H=!1,_,X=-1;function Mt(){!H||!_||(H=!1,_.length?R=_.concat(R):X=-1,R.length&&Mr())}function Mr(){if(!H){var t=Nr(Mt);H=!0;for(var r=R.length;r;){for(_=R,R=[];++X<r;)_&&_[X].run();X=-1,r=R.length}_=null,H=!1,Nt(t)}}x.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];R.push(new qr(t,r)),R.length===1&&!H&&Nr(Mr)};function qr(t,r){this.fun=t,this.array=r}qr.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function D(){}x.on=D;x.addListener=D;x.once=D;x.off=D;x.removeListener=D;x.removeAllListeners=D;x.emit=D;x.prependListener=D;x.prependOnceListener=D;x.listeners=function(t){return[]};x.binding=function(t){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(t){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var l,d,qt,f,u=it(()=>{l=M(_r()),d=M(Hr()),qt=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object),f=qt});var Gr=y((hi,Or)=>{u();var Wt=typeof f=="object"&&f&&f.Object===Object&&f;Or.exports=Wt});var jr=y((mi,Vr)=>{u();var Ht=Gr(),Ot=typeof self=="object"&&self&&self.Object===Object&&self,Gt=Ht||Ot||Function("return this")();Vr.exports=Gt});var $=y((yi,zr)=>{u();var Vt=jr(),jt=Vt.Symbol;zr.exports=jt});var Jr=y((xi,Yr)=>{u();function zt(t,r){for(var e=-1,n=t==null?0:t.length,i=Array(n);++e<n;)i[e]=r(t[e],e,t);return i}Yr.exports=zt});var $r=y((Ti,Xr)=>{u();var Yt=Array.isArray;Xr.exports=Yt});var re=y((wi,Qr)=>{u();var Zr=$(),Kr=Object.prototype,Jt=Kr.hasOwnProperty,Xt=Kr.toString,j=Zr?Zr.toStringTag:void 0;function $t(t){var r=Jt.call(t,j),e=t[j];try{t[j]=void 0;var n=!0}catch(o){}var i=Xt.call(t);return n&&(r?t[j]=e:delete t[j]),i}Qr.exports=$t});var te=y((vi,ee)=>{u();var Zt=Object.prototype,Kt=Zt.toString;function Qt(t){return Kt.call(t)}ee.exports=Qt});var ae=y((bi,oe)=>{u();var ne=$(),rn=re(),en=te(),tn="[object Null]",nn="[object Undefined]",ie=ne?ne.toStringTag:void 0;function on(t){return t==null?t===void 0?nn:tn:ie&&ie in Object(t)?rn(t):en(t)}oe.exports=on});var ue=y((Si,se)=>{u();function an(t){return t!=null&&typeof t=="object"}se.exports=an});var ce=y((Fi,pe)=>{u();var sn=ae(),un=ue(),pn="[object Symbol]";function cn(t){return typeof t=="symbol"||un(t)&&sn(t)==pn}pe.exports=cn});var me=y((ki,he)=>{u();var le=$(),ln=Jr(),fn=$r(),dn=ce(),gn=1/0,fe=le?le.prototype:void 0,de=fe?fe.toString:void 0;function ge(t){if(typeof t=="string")return t;if(fn(t))return ln(t,ge)+"";if(dn(t))return de?de.call(t):"";var r=t+"";return r=="0"&&1/t==-gn?"-0":r}he.exports=ge});var pr=y((Ii,ye)=>{u();var hn=me();function mn(t){return t==null?"":hn(t)}ye.exports=mn});var Te=y((Ai,xe)=>{u();function yn(t,r,e){var n=-1,i=t.length;r<0&&(r=-r>i?0:i+r),e=e>i?i:e,e<0&&(e+=i),i=r>e?0:e-r>>>0,r>>>=0;for(var o=Array(i);++n<i;)o[n]=t[n+r];return o}xe.exports=yn});var ve=y((Bi,we)=>{u();var xn=Te();function Tn(t,r,e){var n=t.length;return e=e===void 0?n:e,!r&&e>=n?t:xn(t,r,e)}we.exports=Tn});var cr=y((Ri,be)=>{u();var wn="\\ud800-\\udfff",vn="\\u0300-\\u036f",bn="\\ufe20-\\ufe2f",Sn="\\u20d0-\\u20ff",Fn=vn+bn+Sn,kn="\\ufe0e\\ufe0f",In="\\u200d",An=RegExp("["+In+wn+Fn+kn+"]");function Bn(t){return An.test(t)}be.exports=Bn});var Fe=y((Di,Se)=>{u();function Rn(t){return t.split("")}Se.exports=Rn});var Ee=y((Ci,Ce)=>{u();var ke="\\ud800-\\udfff",Dn="\\u0300-\\u036f",Cn="\\ufe20-\\ufe2f",En="\\u20d0-\\u20ff",Un=Dn+Cn+En,Ln="\\ufe0e\\ufe0f",Pn="["+ke+"]",lr="["+Un+"]",fr="\\ud83c[\\udffb-\\udfff]",_n="(?:"+lr+"|"+fr+")",Ie="[^"+ke+"]",Ae="(?:\\ud83c[\\udde6-\\uddff]){2}",Be="[\\ud800-\\udbff][\\udc00-\\udfff]",Nn="\\u200d",Re=_n+"?",De="["+Ln+"]?",Mn="(?:"+Nn+"(?:"+[Ie,Ae,Be].join("|")+")"+De+Re+")*",qn=De+Re+Mn,Wn="(?:"+[Ie+lr+"?",lr,Ae,Be,Pn].join("|")+")",Hn=RegExp(fr+"(?="+fr+")|"+Wn+qn,"g");function On(t){return t.match(Hn)||[]}Ce.exports=On});var Le=y((Ei,Ue)=>{u();var Gn=Fe(),Vn=cr(),jn=Ee();function zn(t){return Vn(t)?jn(t):Gn(t)}Ue.exports=zn});var _e=y((Ui,Pe)=>{u();var Yn=ve(),Jn=cr(),Xn=Le(),$n=pr();function Zn(t){return function(r){r=$n(r);var e=Jn(r)?Xn(r):void 0,n=e?e[0]:r.charAt(0),i=e?Yn(e,1).join(""):r.slice(1);return n[t]()+i}}Pe.exports=Zn});var Me=y((Li,Ne)=>{u();var Kn=_e(),Qn=Kn("toUpperCase");Ne.exports=Qn});var We=y((Pi,qe)=>{u();var ri=pr(),ei=Me();function ti(t){return ei(ri(t).toLowerCase())}qe.exports=ti});var ui={};ot(ui,{TransactionDataDecode:()=>si});module.exports=at(ui);u();var E=M(require("react")),Xe=require("@fortawesome/free-solid-svg-icons"),$e=require("@fortawesome/react-fontawesome"),Ze=M(require("classnames")),hr=M(We());u();u();u();u();u();u();var ni=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),O=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var He=(e=>(e.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",e.reloginRequest="RELOGIN_REQUEST",e))(He||{}),qi=V(V({},O.WindowProviderRequestEnums),He),Oe=(r=>(r.reloginResponse="RELOGIN_RESPONSE",r))(Oe||{}),Wi=V(V({},O.WindowProviderResponseEnums),Oe);u();u();u();var U=(i=>(i.raw="raw",i.text="text",i.decimal="decimal",i.smart="smart",i))(U||{});u();u();u();u();u();u();u();var je=require("@multiversx/sdk-core/out"),gr=M(require("bignumber.js"));u();var Ge=require("@multiversx/sdk-core");function ii(t){try{let r=new Ge.Address(t);return Boolean(r.bech32())}catch(r){return!1}}function Ve(t){return(t==null?void 0:t.length)===62&&/^\w+$/.test(t)&&ii(t)}u();u();u();u();function dr(t){for(let r=0;r<t.length;r++)if(t.charCodeAt(r)>127)return!1;return!0}u();u();var C=(t,r,e)=>{switch(r){case"text":try{return l.Buffer.from(t,"hex").toString("utf8")}catch(n){}return t;case"decimal":return t!==""?new gr.default(t,16).toString(10):"";case"smart":try{let n=je.Address.fromHex(t).toString();if(Ve(n))return n}catch(n){}try{let n=l.Buffer.from(t,"hex").toString("utf8");if(dr(n))return n;{if(e&&[...e.esdts,...e.nfts].some(a=>n.includes(a)))return n;let i=new gr.default(t,16);return i.isFinite()?i.toString(10):t}}catch(n){}return t;case"raw":default:return t}};u();u();var oi=t=>t.toLowerCase().match(/^[0-9a-f]+$/i),ai=t=>t.length%2===0,ze=t=>{let r=[];return t&&!oi(t)&&r.push(`Invalid Hex characters on argument @${t}`),t&&!ai(t)&&r.push(`Odd number of Hex characters on argument @${t}`),r};u();var Z=({parts:t,decodedParts:r,identifier:e})=>{let n=[...r];if(t[0]==="ESDTNFTTransfer"&&t[2]&&(n[2]=C(t[2],"decimal")),e==="ESDTNFTTransfer"&&t[1]){let i=l.Buffer.from(String(t[1]),"base64");n[1]=C(i.toString("hex"),"decimal")}return n};var Ye=({parts:t,decodeMethod:r,identifier:e,display:n})=>{let i=t.map((a,p)=>{if(t.length>=2&&(p===0&&a.length<64||p===1&&!t[0]))return/[^a-z0-9]/gi.test(a)?C(a,r):a;{let c=ze(a);return c.length&&(n.validationWarnings=Array.from(new Set([...n.validationWarnings,...c]))),C(a,r)}});return r==="smart"?Z({parts:t,decodedParts:i,identifier:e}):i};var Je=({input:t,decodeMethod:r,identifier:e})=>{let n={displayValue:"",validationWarnings:[]};if(!t.includes("@")&&!t.includes(`
|
|
2
|
+
`))return n.displayValue=C(t,r),n;if(t.includes("@")){let i=t.split("@"),o=Ye({parts:i,identifier:e,decodeMethod:r,display:n});n.displayValue=o.join("@")}if(t.includes(`
|
|
3
|
+
`)){let i=t.split(`
|
|
4
|
+
`),o=i.map(p=>{let c=l.Buffer.from(p,"base64");return r==="raw"?p:C(c.toString("hex"),r)}),a=r==="smart"?Z({parts:i,decodedParts:o,identifier:e}):o;n.displayValue=a.join(`
|
|
5
|
+
`)}return n};var si=({className:t,data:r,onDecodeError:e,onDecode:n})=>{let i=(0,hr.default)("raw".toString()),[o,a]=(0,E.useState)({label:i,value:i}),p=Object.values(U).map(g=>{let h=g.toString();return{label:(0,hr.default)(h),value:h}}),c=g=>{let h=p.find(m=>m.value===g.target.value);h&&a(h)};return(0,E.useEffect)(()=>{let{displayValue:g,validationWarnings:h}=Je({input:r,decodeMethod:U[o.value]});n(g),h.length>0&&e(h)},[o,r]),E.default.createElement("div",{className:(0,Ze.default)("transaction-data-decode",t)},E.default.createElement("select",{className:"transaction-data-decode-select",value:o.value,onChange:c},p.map(g=>E.default.createElement("option",{key:g.value,value:g.value},g.label))),E.default.createElement($e.FontAwesomeIcon,{icon:Xe.faChevronDown,className:"transaction-data-decode-select-icon"}))};0&&(module.exports={TransactionDataDecode});
|
|
6
|
+
/*!
|
|
7
|
+
* The buffer module from node.js, for the browser.
|
|
8
|
+
*
|
|
9
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
10
|
+
* @license MIT
|
|
11
|
+
*/
|
|
12
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
13
|
+
//# sourceMappingURL=TransactionDataDecode.js.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";var Qe=Object.create;var G=Object.defineProperty;var rt=Object.getOwnPropertyDescriptor;var et=Object.getOwnPropertyNames,mr=Object.getOwnPropertySymbols,tt=Object.getPrototypeOf,xr=Object.prototype.hasOwnProperty,nt=Object.prototype.propertyIsEnumerable;var yr=(t,r,e)=>r in t?G(t,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[r]=e,V=(t,r)=>{for(var e in r||(r={}))xr.call(r,e)&&yr(t,e,r[e]);if(mr)for(var e of mr(r))nt.call(r,e)&&yr(t,e,r[e]);return t};var it=(t,r)=>()=>(t&&(r=t(t=0)),r);var y=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),ot=(t,r)=>{for(var e in r)G(t,e,{get:r[e],enumerable:!0})},Tr=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of et(r))!xr.call(t,i)&&i!==e&&G(t,i,{get:()=>r[i],enumerable:!(n=rt(r,i))||n.enumerable});return t};var M=(t,r,e)=>(e=t!=null?Qe(tt(t)):{},Tr(r||!t||!t.__esModule?G(e,"default",{value:t,enumerable:!0}):e,t)),at=t=>Tr(G({},"__esModule",{value:!0}),t);var br=y(z=>{"use strict";u();z.byteLength=ut;z.toByteArray=ct;z.fromByteArray=dt;var F=[],b=[],st=typeof Uint8Array!="undefined"?Uint8Array:Array,K="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(L=0,wr=K.length;L<wr;++L)F[L]=K[L],b[K.charCodeAt(L)]=L;var L,wr;b["-".charCodeAt(0)]=62;b["_".charCodeAt(0)]=63;function vr(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function ut(t){var r=vr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function pt(t,r,e){return(r+e)*3/4-e}function ct(t){var r,e=vr(t),n=e[0],i=e[1],o=new st(pt(t,n,i)),a=0,p=i>0?n-4:n,c;for(c=0;c<p;c+=4)r=b[t.charCodeAt(c)]<<18|b[t.charCodeAt(c+1)]<<12|b[t.charCodeAt(c+2)]<<6|b[t.charCodeAt(c+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=b[t.charCodeAt(c)]<<2|b[t.charCodeAt(c+1)]>>4,o[a++]=r&255),i===1&&(r=b[t.charCodeAt(c)]<<10|b[t.charCodeAt(c+1)]<<4|b[t.charCodeAt(c+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function lt(t){return F[t>>18&63]+F[t>>12&63]+F[t>>6&63]+F[t&63]}function ft(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(lt(n));return i.join("")}function dt(t){for(var r,e=t.length,n=e%3,i=[],o=16383,a=0,p=e-n;a<p;a+=o)i.push(ft(t,a,a+o>p?p:a+o));return n===1?(r=t[e-1],i.push(F[r>>2]+F[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(F[r>>10]+F[r>>4&63]+F[r<<2&63]+"=")),i.join("")}});var Sr=y(Q=>{u();Q.read=function(t,r,e,n,i){var o,a,p=i*8-n-1,c=(1<<p)-1,g=c>>1,h=-7,m=e?i-1:0,S=e?-1:1,v=t[r+m];for(m+=S,o=v&(1<<-h)-1,v>>=-h,h+=p;h>0;o=o*256+t[r+m],m+=S,h-=8);for(a=o&(1<<-h)-1,o>>=-h,h+=n;h>0;a=a*256+t[r+m],m+=S,h-=8);if(o===0)o=1-g;else{if(o===c)return a?NaN:(v?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-g}return(v?-1:1)*a*Math.pow(2,o-n)};Q.write=function(t,r,e,n,i,o){var a,p,c,g=o*8-i-1,h=(1<<g)-1,m=h>>1,S=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=n?0:o-1,N=n?1:-1,Ke=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,a=h):(a=Math.floor(Math.log(r)/Math.LN2),r*(c=Math.pow(2,-a))<1&&(a--,c*=2),a+m>=1?r+=S/c:r+=S*Math.pow(2,1-m),r*c>=2&&(a++,c/=2),a+m>=h?(p=0,a=h):a+m>=1?(p=(r*c-1)*Math.pow(2,i),a=a+m):(p=r*Math.pow(2,m-1)*Math.pow(2,i),a=0));i>=8;t[e+v]=p&255,v+=N,p/=256,i-=8);for(a=a<<i|p,g+=i;g>0;t[e+v]=a&255,v+=N,a/=256,g-=8);t[e+v-N]|=Ke*128}});var _r=y(W=>{"use strict";u();var rr=br(),q=Sr(),Fr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;W.Buffer=s;W.SlowBuffer=Tt;W.INSPECT_MAX_BYTES=50;var Y=2147483647;W.kMaxLength=Y;s.TYPED_ARRAY_SUPPORT=gt();!s.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function gt(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function B(t){if(t>Y)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,s.prototype),r}function s(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ir(t)}return Ar(t,r,e)}s.poolSize=8192;function Ar(t,r,e){if(typeof t=="string")return mt(t,r);if(ArrayBuffer.isView(t))return yt(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(k(t,ArrayBuffer)||t&&k(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(k(t,SharedArrayBuffer)||t&&k(t.buffer,SharedArrayBuffer)))return tr(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,r,e);var i=xt(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,r,e){return Ar(t,r,e)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function Br(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function ht(t,r,e){return Br(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}s.alloc=function(t,r,e){return ht(t,r,e)};function ir(t){return Br(t),B(t<0?0:or(t)|0)}s.allocUnsafe=function(t){return ir(t)};s.allocUnsafeSlow=function(t){return ir(t)};function mt(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=Rr(t,r)|0,n=B(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function er(t){for(var r=t.length<0?0:or(t.length)|0,e=B(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function yt(t){if(k(t,Uint8Array)){var r=new Uint8Array(t);return tr(r.buffer,r.byteOffset,r.byteLength)}return er(t)}function tr(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,s.prototype),n}function xt(t){if(s.isBuffer(t)){var r=or(t.length)|0,e=B(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||ar(t.length)?B(0):er(t);if(t.type==="Buffer"&&Array.isArray(t.data))return er(t.data)}function or(t){if(t>=Y)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Y.toString(16)+" bytes");return t|0}function Tt(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,e){if(k(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),k(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(r)||!s.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==e[o]){n=r[o],i=e[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return s.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=s.allocUnsafe(e),o=0;for(n=0;n<r.length;++n){var a=r[n];if(k(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function Rr(t,r){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||k(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return nr(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return Pr(t).length;default:if(i)return n?-1:nr(t).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=Rr;function wt(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return Dt(this,r,e);case"utf8":case"utf-8":return Cr(this,r,e);case"ascii":return Bt(this,r,e);case"latin1":case"binary":return Rt(this,r,e);case"base64":return It(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ct(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function P(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}s.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)P(this,e,e+1);return this};s.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)P(this,e,e+3),P(this,e+1,e+2);return this};s.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)P(this,e,e+7),P(this,e+1,e+6),P(this,e+2,e+5),P(this,e+3,e+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?Cr(this,0,r):wt.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(r){if(!s.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:s.compare(this,r)===0};s.prototype.inspect=function(){var r="",e=W.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};Fr&&(s.prototype[Fr]=s.prototype.inspect);s.prototype.compare=function(r,e,n,i,o){if(k(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),e<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=n)return 0;if(i>=o)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,p=n-e,c=Math.min(a,p),g=this.slice(i,o),h=r.slice(e,n),m=0;m<c;++m)if(g[m]!==h[m]){a=g[m],p=h[m];break}return a<p?-1:p<a?1:0};function Dr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,ar(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:kr(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):kr(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function kr(t,r,e,n,i){var o=1,a=t.length,p=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,a/=2,p/=2,e/=2}function c(v,N){return o===1?v[N]:v.readUInt16BE(N*o)}var g;if(i){var h=-1;for(g=e;g<a;g++)if(c(t,g)===c(r,h===-1?0:g-h)){if(h===-1&&(h=g),g-h+1===p)return h*o}else h!==-1&&(g-=g-h),h=-1}else for(e+p>a&&(e=a-p),g=e;g>=0;g--){for(var m=!0,S=0;S<p;S++)if(c(t,g+S)!==c(r,S)){m=!1;break}if(m)return g}return-1}s.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};s.prototype.indexOf=function(r,e,n){return Dr(this,r,e,n,!0)};s.prototype.lastIndexOf=function(r,e,n){return Dr(this,r,e,n,!1)};function vt(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var p=parseInt(r.substr(a*2,2),16);if(ar(p))return a;t[e+a]=p}return a}function bt(t,r,e,n){return J(nr(r,t.length-e),t,e,n)}function St(t,r,e,n){return J(Lt(r),t,e,n)}function Ft(t,r,e,n){return J(Pr(r),t,e,n)}function kt(t,r,e,n){return J(Pt(r,t.length-e),t,e,n)}s.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return vt(this,r,e,n);case"utf8":case"utf-8":return bt(this,r,e,n);case"ascii":case"latin1":case"binary":return St(this,r,e,n);case"base64":return Ft(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kt(this,r,e,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function It(t,r,e){return r===0&&e===t.length?rr.fromByteArray(t):rr.fromByteArray(t.slice(r,e))}function Cr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var o=t[i],a=null,p=o>239?4:o>223?3:o>191?2:1;if(i+p<=e){var c,g,h,m;switch(p){case 1:o<128&&(a=o);break;case 2:c=t[i+1],(c&192)===128&&(m=(o&31)<<6|c&63,m>127&&(a=m));break;case 3:c=t[i+1],g=t[i+2],(c&192)===128&&(g&192)===128&&(m=(o&15)<<12|(c&63)<<6|g&63,m>2047&&(m<55296||m>57343)&&(a=m));break;case 4:c=t[i+1],g=t[i+2],h=t[i+3],(c&192)===128&&(g&192)===128&&(h&192)===128&&(m=(o&15)<<18|(c&63)<<12|(g&63)<<6|h&63,m>65535&&m<1114112&&(a=m))}}a===null?(a=65533,p=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=p}return At(n)}var Ir=4096;function At(t){var r=t.length;if(r<=Ir)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=Ir));return e}function Bt(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function Rt(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function Dt(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",o=r;o<e;++o)i+=_t[t[o]];return i}function Ct(t,r,e){for(var n=t.slice(r,e),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,s.prototype),i};function T(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=this[r+--e],o=1;e>0&&(o*=256);)i+=this[r+--e]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,e){return r=r>>>0,e||T(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||T(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||T(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||T(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||T(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i};s.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||T(r,e,this.length);for(var i=e,o=1,a=this[r+--i];i>0&&(o*=256);)a+=this[r+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*e)),a};s.prototype.readInt8=function(r,e){return r=r>>>0,e||T(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,e){r=r>>>0,e||T(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,e){r=r>>>0,e||T(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,e){return r=r>>>0,e||T(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,e){return r=r>>>0,e||T(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,e){return r=r>>>0,e||T(r,4,this.length),q.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,e){return r=r>>>0,e||T(r,4,this.length),q.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||T(r,8,this.length),q.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||T(r,8,this.length),q.read(this,r,!1,52,8)};function w(t,r,e,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,r,e,n,o,0)}var a=1,p=0;for(this[e]=r&255;++p<n&&(a*=256);)this[e+p]=r/a&255;return e+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,r,e,n,o,0)}var a=n-1,p=1;for(this[e+a]=r&255;--a>=0&&(p*=256);)this[e+a]=r/p&255;return e+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,1,255,0),this[e]=r&255,e+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};s.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);w(this,r,e,n,o-1,-o)}var a=0,p=1,c=0;for(this[e]=r&255;++a<n&&(p*=256);)r<0&&c===0&&this[e+a-1]!==0&&(c=1),this[e+a]=(r/p>>0)-c&255;return e+n};s.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);w(this,r,e,n,o-1,-o)}var a=n-1,p=1,c=0;for(this[e+a]=r&255;--a>=0&&(p*=256);)r<0&&c===0&&this[e+a+1]!==0&&(c=1),this[e+a]=(r/p>>0)-c&255;return e+n};s.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};s.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};s.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function Er(t,r,e,n,i,o){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function Ur(t,r,e,n,i){return r=+r,e=e>>>0,i||Er(t,r,e,4,34028234663852886e22,-34028234663852886e22),q.write(t,r,e,n,23,4),e+4}s.prototype.writeFloatLE=function(r,e,n){return Ur(this,r,e,!0,n)};s.prototype.writeFloatBE=function(r,e,n){return Ur(this,r,e,!1,n)};function Lr(t,r,e,n,i){return r=+r,e=e>>>0,i||Er(t,r,e,8,17976931348623157e292,-17976931348623157e292),q.write(t,r,e,n,52,8),e+8}s.prototype.writeDoubleLE=function(r,e,n){return Lr(this,r,e,!0,n)};s.prototype.writeDoubleBE=function(r,e,n){return Lr(this,r,e,!1,n)};s.prototype.copy=function(r,e,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),o};s.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=e;a<n;++a)this[a]=r;else{var p=s.isBuffer(r)?r:s.from(r,i),c=p.length;if(c===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-e;++a)this[a+e]=p[a%c]}return this};var Et=/[^+/0-9A-Za-z-_]/g;function Ut(t){if(t=t.split("=")[0],t=t.trim().replace(Et,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function nr(t,r){r=r||1/0;for(var e,n=t.length,i=null,o=[],a=0;a<n;++a){if(e=t.charCodeAt(a),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function Lt(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function Pt(t,r){for(var e,n,i,o=[],a=0;a<t.length&&!((r-=2)<0);++a)e=t.charCodeAt(a),n=e>>8,i=e%256,o.push(i),o.push(n);return o}function Pr(t){return rr.toByteArray(Ut(t))}function J(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function k(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function ar(t){return t!==t}var _t=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var Hr=y((di,Wr)=>{u();var x=Wr.exports={},I,A;function sr(){throw new Error("setTimeout has not been defined")}function ur(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?I=setTimeout:I=sr}catch(t){I=sr}try{typeof clearTimeout=="function"?A=clearTimeout:A=ur}catch(t){A=ur}})();function Nr(t){if(I===setTimeout)return setTimeout(t,0);if((I===sr||!I)&&setTimeout)return I=setTimeout,setTimeout(t,0);try{return I(t,0)}catch(r){try{return I.call(null,t,0)}catch(e){return I.call(this,t,0)}}}function Nt(t){if(A===clearTimeout)return clearTimeout(t);if((A===ur||!A)&&clearTimeout)return A=clearTimeout,clearTimeout(t);try{return A(t)}catch(r){try{return A.call(null,t)}catch(e){return A.call(this,t)}}}var R=[],H=!1,_,X=-1;function Mt(){!H||!_||(H=!1,_.length?R=_.concat(R):X=-1,R.length&&Mr())}function Mr(){if(!H){var t=Nr(Mt);H=!0;for(var r=R.length;r;){for(_=R,R=[];++X<r;)_&&_[X].run();X=-1,r=R.length}_=null,H=!1,Nt(t)}}x.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];R.push(new qr(t,r)),R.length===1&&!H&&Nr(Mr)};function qr(t,r){this.fun=t,this.array=r}qr.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function D(){}x.on=D;x.addListener=D;x.once=D;x.off=D;x.removeListener=D;x.removeAllListeners=D;x.emit=D;x.prependListener=D;x.prependOnceListener=D;x.listeners=function(t){return[]};x.binding=function(t){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(t){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var l,d,qt,f,u=it(()=>{l=M(_r()),d=M(Hr()),qt=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object),f=qt});var Gr=y((hi,Or)=>{u();var Wt=typeof f=="object"&&f&&f.Object===Object&&f;Or.exports=Wt});var jr=y((mi,Vr)=>{u();var Ht=Gr(),Ot=typeof self=="object"&&self&&self.Object===Object&&self,Gt=Ht||Ot||Function("return this")();Vr.exports=Gt});var $=y((yi,zr)=>{u();var Vt=jr(),jt=Vt.Symbol;zr.exports=jt});var Jr=y((xi,Yr)=>{u();function zt(t,r){for(var e=-1,n=t==null?0:t.length,i=Array(n);++e<n;)i[e]=r(t[e],e,t);return i}Yr.exports=zt});var $r=y((Ti,Xr)=>{u();var Yt=Array.isArray;Xr.exports=Yt});var re=y((wi,Qr)=>{u();var Zr=$(),Kr=Object.prototype,Jt=Kr.hasOwnProperty,Xt=Kr.toString,j=Zr?Zr.toStringTag:void 0;function $t(t){var r=Jt.call(t,j),e=t[j];try{t[j]=void 0;var n=!0}catch(o){}var i=Xt.call(t);return n&&(r?t[j]=e:delete t[j]),i}Qr.exports=$t});var te=y((vi,ee)=>{u();var Zt=Object.prototype,Kt=Zt.toString;function Qt(t){return Kt.call(t)}ee.exports=Qt});var ae=y((bi,oe)=>{u();var ne=$(),rn=re(),en=te(),tn="[object Null]",nn="[object Undefined]",ie=ne?ne.toStringTag:void 0;function on(t){return t==null?t===void 0?nn:tn:ie&&ie in Object(t)?rn(t):en(t)}oe.exports=on});var ue=y((Si,se)=>{u();function an(t){return t!=null&&typeof t=="object"}se.exports=an});var ce=y((Fi,pe)=>{u();var sn=ae(),un=ue(),pn="[object Symbol]";function cn(t){return typeof t=="symbol"||un(t)&&sn(t)==pn}pe.exports=cn});var me=y((ki,he)=>{u();var le=$(),ln=Jr(),fn=$r(),dn=ce(),gn=1/0,fe=le?le.prototype:void 0,de=fe?fe.toString:void 0;function ge(t){if(typeof t=="string")return t;if(fn(t))return ln(t,ge)+"";if(dn(t))return de?de.call(t):"";var r=t+"";return r=="0"&&1/t==-gn?"-0":r}he.exports=ge});var pr=y((Ii,ye)=>{u();var hn=me();function mn(t){return t==null?"":hn(t)}ye.exports=mn});var Te=y((Ai,xe)=>{u();function yn(t,r,e){var n=-1,i=t.length;r<0&&(r=-r>i?0:i+r),e=e>i?i:e,e<0&&(e+=i),i=r>e?0:e-r>>>0,r>>>=0;for(var o=Array(i);++n<i;)o[n]=t[n+r];return o}xe.exports=yn});var ve=y((Bi,we)=>{u();var xn=Te();function Tn(t,r,e){var n=t.length;return e=e===void 0?n:e,!r&&e>=n?t:xn(t,r,e)}we.exports=Tn});var cr=y((Ri,be)=>{u();var wn="\\ud800-\\udfff",vn="\\u0300-\\u036f",bn="\\ufe20-\\ufe2f",Sn="\\u20d0-\\u20ff",Fn=vn+bn+Sn,kn="\\ufe0e\\ufe0f",In="\\u200d",An=RegExp("["+In+wn+Fn+kn+"]");function Bn(t){return An.test(t)}be.exports=Bn});var Fe=y((Di,Se)=>{u();function Rn(t){return t.split("")}Se.exports=Rn});var Ee=y((Ci,Ce)=>{u();var ke="\\ud800-\\udfff",Dn="\\u0300-\\u036f",Cn="\\ufe20-\\ufe2f",En="\\u20d0-\\u20ff",Un=Dn+Cn+En,Ln="\\ufe0e\\ufe0f",Pn="["+ke+"]",lr="["+Un+"]",fr="\\ud83c[\\udffb-\\udfff]",_n="(?:"+lr+"|"+fr+")",Ie="[^"+ke+"]",Ae="(?:\\ud83c[\\udde6-\\uddff]){2}",Be="[\\ud800-\\udbff][\\udc00-\\udfff]",Nn="\\u200d",Re=_n+"?",De="["+Ln+"]?",Mn="(?:"+Nn+"(?:"+[Ie,Ae,Be].join("|")+")"+De+Re+")*",qn=De+Re+Mn,Wn="(?:"+[Ie+lr+"?",lr,Ae,Be,Pn].join("|")+")",Hn=RegExp(fr+"(?="+fr+")|"+Wn+qn,"g");function On(t){return t.match(Hn)||[]}Ce.exports=On});var Le=y((Ei,Ue)=>{u();var Gn=Fe(),Vn=cr(),jn=Ee();function zn(t){return Vn(t)?jn(t):Gn(t)}Ue.exports=zn});var _e=y((Ui,Pe)=>{u();var Yn=ve(),Jn=cr(),Xn=Le(),$n=pr();function Zn(t){return function(r){r=$n(r);var e=Jn(r)?Xn(r):void 0,n=e?e[0]:r.charAt(0),i=e?Yn(e,1).join(""):r.slice(1);return n[t]()+i}}Pe.exports=Zn});var Me=y((Li,Ne)=>{u();var Kn=_e(),Qn=Kn("toUpperCase");Ne.exports=Qn});var We=y((Pi,qe)=>{u();var ri=pr(),ei=Me();function ti(t){return ei(ri(t).toLowerCase())}qe.exports=ti});var ui={};ot(ui,{TransactionDataDecode:()=>si});module.exports=at(ui);u();u();var E=M(require("react")),Xe=require("@fortawesome/free-solid-svg-icons"),$e=require("@fortawesome/react-fontawesome"),Ze=M(require("classnames")),hr=M(We());u();u();u();u();u();u();var ni=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),O=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var He=(e=>(e.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",e.reloginRequest="RELOGIN_REQUEST",e))(He||{}),qi=V(V({},O.WindowProviderRequestEnums),He),Oe=(r=>(r.reloginResponse="RELOGIN_RESPONSE",r))(Oe||{}),Wi=V(V({},O.WindowProviderResponseEnums),Oe);u();u();u();var U=(i=>(i.raw="raw",i.text="text",i.decimal="decimal",i.smart="smart",i))(U||{});u();u();u();u();u();u();u();var je=require("@multiversx/sdk-core/out"),gr=M(require("bignumber.js"));u();var Ge=require("@multiversx/sdk-core");function ii(t){try{let r=new Ge.Address(t);return Boolean(r.bech32())}catch(r){return!1}}function Ve(t){return(t==null?void 0:t.length)===62&&/^\w+$/.test(t)&&ii(t)}u();u();u();u();function dr(t){for(let r=0;r<t.length;r++)if(t.charCodeAt(r)>127)return!1;return!0}u();u();var C=(t,r,e)=>{switch(r){case"text":try{return l.Buffer.from(t,"hex").toString("utf8")}catch(n){}return t;case"decimal":return t!==""?new gr.default(t,16).toString(10):"";case"smart":try{let n=je.Address.fromHex(t).toString();if(Ve(n))return n}catch(n){}try{let n=l.Buffer.from(t,"hex").toString("utf8");if(dr(n))return n;{if(e&&[...e.esdts,...e.nfts].some(a=>n.includes(a)))return n;let i=new gr.default(t,16);return i.isFinite()?i.toString(10):t}}catch(n){}return t;case"raw":default:return t}};u();u();var oi=t=>t.toLowerCase().match(/^[0-9a-f]+$/i),ai=t=>t.length%2===0,ze=t=>{let r=[];return t&&!oi(t)&&r.push(`Invalid Hex characters on argument @${t}`),t&&!ai(t)&&r.push(`Odd number of Hex characters on argument @${t}`),r};u();var Z=({parts:t,decodedParts:r,identifier:e})=>{let n=[...r];if(t[0]==="ESDTNFTTransfer"&&t[2]&&(n[2]=C(t[2],"decimal")),e==="ESDTNFTTransfer"&&t[1]){let i=l.Buffer.from(String(t[1]),"base64");n[1]=C(i.toString("hex"),"decimal")}return n};var Ye=({parts:t,decodeMethod:r,identifier:e,display:n})=>{let i=t.map((a,p)=>{if(t.length>=2&&(p===0&&a.length<64||p===1&&!t[0]))return/[^a-z0-9]/gi.test(a)?C(a,r):a;{let c=ze(a);return c.length&&(n.validationWarnings=Array.from(new Set([...n.validationWarnings,...c]))),C(a,r)}});return r==="smart"?Z({parts:t,decodedParts:i,identifier:e}):i};var Je=({input:t,decodeMethod:r,identifier:e})=>{let n={displayValue:"",validationWarnings:[]};if(!t.includes("@")&&!t.includes(`
|
|
2
|
+
`))return n.displayValue=C(t,r),n;if(t.includes("@")){let i=t.split("@"),o=Ye({parts:i,identifier:e,decodeMethod:r,display:n});n.displayValue=o.join("@")}if(t.includes(`
|
|
3
|
+
`)){let i=t.split(`
|
|
4
|
+
`),o=i.map(p=>{let c=l.Buffer.from(p,"base64");return r==="raw"?p:C(c.toString("hex"),r)}),a=r==="smart"?Z({parts:i,decodedParts:o,identifier:e}):o;n.displayValue=a.join(`
|
|
5
|
+
`)}return n};var si=({className:t,data:r,onDecodeError:e,onDecode:n})=>{let i=(0,hr.default)("raw".toString()),[o,a]=(0,E.useState)({label:i,value:i}),p=Object.values(U).map(g=>{let h=g.toString();return{label:(0,hr.default)(h),value:h}}),c=g=>{let h=p.find(m=>m.value===g.target.value);h&&a(h)};return(0,E.useEffect)(()=>{let{displayValue:g,validationWarnings:h}=Je({input:r,decodeMethod:U[o.value]});n(g),h.length>0&&e(h)},[o,r]),E.default.createElement("div",{className:(0,Ze.default)("transaction-data-decode",t)},E.default.createElement("select",{className:"transaction-data-decode-select",value:o.value,onChange:c},p.map(g=>E.default.createElement("option",{key:g.value,value:g.value},g.label))),E.default.createElement($e.FontAwesomeIcon,{icon:Xe.faChevronDown,className:"transaction-data-decode-select-icon"}))};0&&(module.exports={TransactionDataDecode});
|
|
6
|
+
/*!
|
|
7
|
+
* The buffer module from node.js, for the browser.
|
|
8
|
+
*
|
|
9
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
10
|
+
* @license MIT
|
|
11
|
+
*/
|
|
12
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
13
|
+
//# sourceMappingURL=index.js.map
|