@opensea/seaport-js 1.0.7 → 1.0.9
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/lib/abi/DomainRegistry.d.ts +40 -0
- package/lib/abi/DomainRegistry.js +145 -0
- package/lib/abi/DomainRegistry.js.map +1 -0
- package/lib/abi/Seaport_v1_2.d.ts +129 -0
- package/lib/{typechain/factories/ConsiderationInterface__factory.js → abi/Seaport_v1_2.js} +774 -20
- package/lib/abi/Seaport_v1_2.js.map +1 -0
- package/lib/abi/Seaport_v1_4.d.ts +129 -0
- package/lib/{typechain/factories/Seaport__factory.js → abi/Seaport_v1_4.js} +259 -111
- package/lib/abi/Seaport_v1_4.js.map +1 -0
- package/lib/constants.d.ts +22 -1
- package/lib/constants.js +35 -1
- package/lib/constants.js.map +1 -1
- package/lib/seaport.d.ts +59 -25
- package/lib/seaport.js +365 -125
- package/lib/seaport.js.map +1 -1
- package/lib/typechain/DomainRegistry.d.ts +97 -0
- package/lib/typechain/{Conduit.js → DomainRegistry.js} +1 -1
- package/lib/typechain/DomainRegistry.js.map +1 -0
- package/lib/typechain/ERC1155.d.ts +8 -8
- package/lib/typechain/ERC20.d.ts +4 -12
- package/lib/typechain/ERC721.d.ts +18 -16
- package/lib/typechain/Seaport.d.ts +125 -104
- package/lib/typechain/common.d.ts +4 -4
- package/lib/types.d.ts +58 -45
- package/lib/utils/approval.d.ts +1 -1
- package/lib/utils/approval.js +11 -7
- package/lib/utils/approval.js.map +1 -1
- package/lib/utils/balance.d.ts +1 -1
- package/lib/utils/balance.js +1 -1
- package/lib/utils/balanceAndApprovalCheck.d.ts +3 -3
- package/lib/utils/balanceAndApprovalCheck.js +1 -1
- package/lib/utils/eip712/Eip712MerkleTree.d.ts +34 -0
- package/lib/utils/eip712/Eip712MerkleTree.js +125 -0
- package/lib/utils/eip712/Eip712MerkleTree.js.map +1 -0
- package/lib/utils/eip712/bulk-orders.d.ts +6 -0
- package/lib/utils/eip712/bulk-orders.js +84 -0
- package/lib/utils/eip712/bulk-orders.js.map +1 -0
- package/lib/utils/eip712/defaults.d.ts +14 -0
- package/lib/utils/eip712/defaults.js +114 -0
- package/lib/utils/eip712/defaults.js.map +1 -0
- package/lib/utils/eip712/utils.d.ts +11 -0
- package/lib/utils/eip712/utils.js +78 -0
- package/lib/utils/eip712/utils.js.map +1 -0
- package/lib/utils/fulfill.d.ts +6 -5
- package/lib/utils/fulfill.js +7 -7
- package/lib/utils/fulfill.js.map +1 -1
- package/lib/utils/item.d.ts +1 -1
- package/lib/utils/order.d.ts +1 -1
- package/lib/utils/order.js +2 -0
- package/lib/utils/order.js.map +1 -1
- package/lib/utils/usecase.d.ts +2 -2
- package/lib/utils/usecase.js +17 -18
- package/lib/utils/usecase.js.map +1 -1
- package/package.json +26 -5
- package/lib/__tests__/ascending-descending-amounts.spec.d.ts +0 -1
- package/lib/__tests__/ascending-descending-amounts.spec.js +0 -1016
- package/lib/__tests__/ascending-descending-amounts.spec.js.map +0 -1
- package/lib/__tests__/basic-fulfill.spec.d.ts +0 -1
- package/lib/__tests__/basic-fulfill.spec.js +0 -914
- package/lib/__tests__/basic-fulfill.spec.js.map +0 -1
- package/lib/__tests__/bundle.spec.d.ts +0 -1
- package/lib/__tests__/bundle.spec.js +0 -1226
- package/lib/__tests__/bundle.spec.js.map +0 -1
- package/lib/__tests__/cancel.spec.d.ts +0 -1
- package/lib/__tests__/cancel.spec.js +0 -194
- package/lib/__tests__/cancel.spec.js.map +0 -1
- package/lib/__tests__/create-order.spec.d.ts +0 -1
- package/lib/__tests__/create-order.spec.js +0 -1043
- package/lib/__tests__/create-order.spec.js.map +0 -1
- package/lib/__tests__/criteria-based.spec.d.ts +0 -1
- package/lib/__tests__/criteria-based.spec.js +0 -1593
- package/lib/__tests__/criteria-based.spec.js.map +0 -1
- package/lib/__tests__/fulfill-orders.spec.d.ts +0 -1
- package/lib/__tests__/fulfill-orders.spec.js +0 -1010
- package/lib/__tests__/fulfill-orders.spec.js.map +0 -1
- package/lib/__tests__/gifting.spec.d.ts +0 -1
- package/lib/__tests__/gifting.spec.js +0 -374
- package/lib/__tests__/gifting.spec.js.map +0 -1
- package/lib/__tests__/match-orders.spec.d.ts +0 -1
- package/lib/__tests__/match-orders.spec.js +0 -425
- package/lib/__tests__/match-orders.spec.js.map +0 -1
- package/lib/__tests__/partial-fulfill.spec.d.ts +0 -1
- package/lib/__tests__/partial-fulfill.spec.js +0 -849
- package/lib/__tests__/partial-fulfill.spec.js.map +0 -1
- package/lib/__tests__/sign-order.spec.d.ts +0 -1
- package/lib/__tests__/sign-order.spec.js +0 -147
- package/lib/__tests__/sign-order.spec.js.map +0 -1
- package/lib/__tests__/swap.spec.d.ts +0 -1
- package/lib/__tests__/swap.spec.js +0 -594
- package/lib/__tests__/swap.spec.js.map +0 -1
- package/lib/__tests__/utils/balance.d.ts +0 -22
- package/lib/__tests__/utils/balance.js +0 -271
- package/lib/__tests__/utils/balance.js.map +0 -1
- package/lib/__tests__/utils/examples/privateListings.d.ts +0 -3
- package/lib/__tests__/utils/examples/privateListings.js +0 -139
- package/lib/__tests__/utils/examples/privateListings.js.map +0 -1
- package/lib/__tests__/utils/setup.d.ts +0 -11
- package/lib/__tests__/utils/setup.js +0 -119
- package/lib/__tests__/utils/setup.js.map +0 -1
- package/lib/typechain/AmountDerivationErrors.d.ts +0 -29
- package/lib/typechain/AmountDerivationErrors.js +0 -3
- package/lib/typechain/AmountDerivationErrors.js.map +0 -1
- package/lib/typechain/AmountDeriver.d.ts +0 -29
- package/lib/typechain/AmountDeriver.js +0 -3
- package/lib/typechain/AmountDeriver.js.map +0 -1
- package/lib/typechain/Assertions.d.ts +0 -124
- package/lib/typechain/Assertions.js +0 -3
- package/lib/typechain/Assertions.js.map +0 -1
- package/lib/typechain/BasicOrderFulfiller.d.ts +0 -124
- package/lib/typechain/BasicOrderFulfiller.js +0 -3
- package/lib/typechain/BasicOrderFulfiller.js.map +0 -1
- package/lib/typechain/Conduit.d.ts +0 -156
- package/lib/typechain/Conduit.js.map +0 -1
- package/lib/typechain/ConduitController.d.ts +0 -266
- package/lib/typechain/ConduitController.js +0 -3
- package/lib/typechain/ConduitController.js.map +0 -1
- package/lib/typechain/ConduitControllerInterface.d.ts +0 -266
- package/lib/typechain/ConduitControllerInterface.js +0 -3
- package/lib/typechain/ConduitControllerInterface.js.map +0 -1
- package/lib/typechain/ConduitInterface.d.ts +0 -156
- package/lib/typechain/ConduitInterface.js +0 -3
- package/lib/typechain/ConduitInterface.js.map +0 -1
- package/lib/typechain/Consideration.d.ts +0 -686
- package/lib/typechain/Consideration.js +0 -3
- package/lib/typechain/Consideration.js.map +0 -1
- package/lib/typechain/ConsiderationBase.d.ts +0 -124
- package/lib/typechain/ConsiderationBase.js +0 -3
- package/lib/typechain/ConsiderationBase.js.map +0 -1
- package/lib/typechain/ConsiderationEventsAndErrors.d.ts +0 -124
- package/lib/typechain/ConsiderationEventsAndErrors.js +0 -3
- package/lib/typechain/ConsiderationEventsAndErrors.js.map +0 -1
- package/lib/typechain/ConsiderationInterface.d.ts +0 -612
- package/lib/typechain/ConsiderationInterface.js +0 -3
- package/lib/typechain/ConsiderationInterface.js.map +0 -1
- package/lib/typechain/CounterManager.d.ts +0 -124
- package/lib/typechain/CounterManager.js +0 -3
- package/lib/typechain/CounterManager.js.map +0 -1
- package/lib/typechain/CriteriaResolution.d.ts +0 -29
- package/lib/typechain/CriteriaResolution.js +0 -3
- package/lib/typechain/CriteriaResolution.js.map +0 -1
- package/lib/typechain/CriteriaResolutionErrors.d.ts +0 -29
- package/lib/typechain/CriteriaResolutionErrors.js +0 -3
- package/lib/typechain/CriteriaResolutionErrors.js.map +0 -1
- package/lib/typechain/EIP1271Interface.d.ts +0 -43
- package/lib/typechain/EIP1271Interface.js +0 -3
- package/lib/typechain/EIP1271Interface.js.map +0 -1
- package/lib/typechain/ERC1155Interface.d.ts +0 -67
- package/lib/typechain/ERC1155Interface.js +0 -3
- package/lib/typechain/ERC1155Interface.js.map +0 -1
- package/lib/typechain/ERC1155TokenReceiver.d.ts +0 -67
- package/lib/typechain/ERC1155TokenReceiver.js +0 -3
- package/lib/typechain/ERC1155TokenReceiver.js.map +0 -1
- package/lib/typechain/ERC20Interface.d.ts +0 -51
- package/lib/typechain/ERC20Interface.js +0 -3
- package/lib/typechain/ERC20Interface.js.map +0 -1
- package/lib/typechain/ERC721Interface.d.ts +0 -51
- package/lib/typechain/ERC721Interface.js +0 -3
- package/lib/typechain/ERC721Interface.js.map +0 -1
- package/lib/typechain/ERC721TokenReceiver.d.ts +0 -51
- package/lib/typechain/ERC721TokenReceiver.js +0 -3
- package/lib/typechain/ERC721TokenReceiver.js.map +0 -1
- package/lib/typechain/Executor.d.ts +0 -124
- package/lib/typechain/Executor.js +0 -3
- package/lib/typechain/Executor.js.map +0 -1
- package/lib/typechain/FulfillmentApplicationErrors.d.ts +0 -29
- package/lib/typechain/FulfillmentApplicationErrors.js +0 -3
- package/lib/typechain/FulfillmentApplicationErrors.js.map +0 -1
- package/lib/typechain/FulfillmentApplier.d.ts +0 -29
- package/lib/typechain/FulfillmentApplier.js +0 -3
- package/lib/typechain/FulfillmentApplier.js.map +0 -1
- package/lib/typechain/GettersAndDerivers.d.ts +0 -124
- package/lib/typechain/GettersAndDerivers.js +0 -3
- package/lib/typechain/GettersAndDerivers.js.map +0 -1
- package/lib/typechain/OrderCombiner.d.ts +0 -124
- package/lib/typechain/OrderCombiner.js +0 -3
- package/lib/typechain/OrderCombiner.js.map +0 -1
- package/lib/typechain/OrderFulfiller.d.ts +0 -124
- package/lib/typechain/OrderFulfiller.js +0 -3
- package/lib/typechain/OrderFulfiller.js.map +0 -1
- package/lib/typechain/OrderValidator.d.ts +0 -124
- package/lib/typechain/OrderValidator.js +0 -3
- package/lib/typechain/OrderValidator.js.map +0 -1
- package/lib/typechain/ReentrancyErrors.d.ts +0 -29
- package/lib/typechain/ReentrancyErrors.js +0 -3
- package/lib/typechain/ReentrancyErrors.js.map +0 -1
- package/lib/typechain/ReentrancyGuard.d.ts +0 -29
- package/lib/typechain/ReentrancyGuard.js +0 -3
- package/lib/typechain/ReentrancyGuard.js.map +0 -1
- package/lib/typechain/SignatureVerification.d.ts +0 -29
- package/lib/typechain/SignatureVerification.js +0 -3
- package/lib/typechain/SignatureVerification.js.map +0 -1
- package/lib/typechain/SignatureVerificationErrors.d.ts +0 -29
- package/lib/typechain/SignatureVerificationErrors.js +0 -3
- package/lib/typechain/SignatureVerificationErrors.js.map +0 -1
- package/lib/typechain/TestERC1155.d.ts +0 -205
- package/lib/typechain/TestERC1155.js +0 -3
- package/lib/typechain/TestERC1155.js.map +0 -1
- package/lib/typechain/TestERC20.d.ts +0 -249
- package/lib/typechain/TestERC20.js +0 -3
- package/lib/typechain/TestERC20.js.map +0 -1
- package/lib/typechain/TestERC721.d.ts +0 -236
- package/lib/typechain/TestERC721.js +0 -3
- package/lib/typechain/TestERC721.js.map +0 -1
- package/lib/typechain/TokenTransferrer.d.ts +0 -29
- package/lib/typechain/TokenTransferrer.js +0 -3
- package/lib/typechain/TokenTransferrer.js.map +0 -1
- package/lib/typechain/TokenTransferrerErrors.d.ts +0 -29
- package/lib/typechain/TokenTransferrerErrors.js +0 -3
- package/lib/typechain/TokenTransferrerErrors.js.map +0 -1
- package/lib/typechain/Verifiers.d.ts +0 -124
- package/lib/typechain/Verifiers.js +0 -3
- package/lib/typechain/Verifiers.js.map +0 -1
- package/lib/typechain/ZoneInteraction.d.ts +0 -29
- package/lib/typechain/ZoneInteraction.js +0 -3
- package/lib/typechain/ZoneInteraction.js.map +0 -1
- package/lib/typechain/ZoneInteractionErrors.d.ts +0 -29
- package/lib/typechain/ZoneInteractionErrors.js +0 -3
- package/lib/typechain/ZoneInteractionErrors.js.map +0 -1
- package/lib/typechain/ZoneInterface.d.ts +0 -182
- package/lib/typechain/ZoneInterface.js +0 -3
- package/lib/typechain/ZoneInterface.js.map +0 -1
- package/lib/typechain/factories/AmountDerivationErrors__factory.d.ts +0 -12
- package/lib/typechain/factories/AmountDerivationErrors__factory.js +0 -28
- package/lib/typechain/factories/AmountDerivationErrors__factory.js.map +0 -1
- package/lib/typechain/factories/AmountDeriver__factory.d.ts +0 -26
- package/lib/typechain/factories/AmountDeriver__factory.js +0 -97
- package/lib/typechain/factories/AmountDeriver__factory.js.map +0 -1
- package/lib/typechain/factories/Assertions__factory.d.ts +0 -64
- package/lib/typechain/factories/Assertions__factory.js +0 -526
- package/lib/typechain/factories/Assertions__factory.js.map +0 -1
- package/lib/typechain/factories/BasicOrderFulfiller__factory.d.ts +0 -64
- package/lib/typechain/factories/BasicOrderFulfiller__factory.js +0 -563
- package/lib/typechain/factories/BasicOrderFulfiller__factory.js.map +0 -1
- package/lib/typechain/factories/ConduitControllerInterface__factory.d.ts +0 -46
- package/lib/typechain/factories/ConduitControllerInterface__factory.js +0 -453
- package/lib/typechain/factories/ConduitControllerInterface__factory.js.map +0 -1
- package/lib/typechain/factories/ConduitController__factory.d.ts +0 -67
- package/lib/typechain/factories/ConduitController__factory.js +0 -527
- package/lib/typechain/factories/ConduitController__factory.js.map +0 -1
- package/lib/typechain/factories/ConduitInterface__factory.d.ts +0 -62
- package/lib/typechain/factories/ConduitInterface__factory.js +0 -282
- package/lib/typechain/factories/ConduitInterface__factory.js.map +0 -1
- package/lib/typechain/factories/Conduit__factory.d.ts +0 -83
- package/lib/typechain/factories/Conduit__factory.js +0 -465
- package/lib/typechain/factories/Conduit__factory.js.map +0 -1
- package/lib/typechain/factories/ConsiderationBase__factory.d.ts +0 -64
- package/lib/typechain/factories/ConsiderationBase__factory.js +0 -412
- package/lib/typechain/factories/ConsiderationBase__factory.js.map +0 -1
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.d.ts +0 -38
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.js +0 -332
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.js.map +0 -1
- package/lib/typechain/factories/ConsiderationInterface__factory.d.ts +0 -72
- package/lib/typechain/factories/ConsiderationInterface__factory.js.map +0 -1
- package/lib/typechain/factories/Consideration__factory.d.ts +0 -132
- package/lib/typechain/factories/Consideration__factory.js +0 -2670
- package/lib/typechain/factories/Consideration__factory.js.map +0 -1
- package/lib/typechain/factories/CounterManager__factory.d.ts +0 -52
- package/lib/typechain/factories/CounterManager__factory.js +0 -406
- package/lib/typechain/factories/CounterManager__factory.js.map +0 -1
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.d.ts +0 -12
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.js +0 -58
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.js.map +0 -1
- package/lib/typechain/factories/CriteriaResolution__factory.d.ts +0 -26
- package/lib/typechain/factories/CriteriaResolution__factory.js +0 -127
- package/lib/typechain/factories/CriteriaResolution__factory.js.map +0 -1
- package/lib/typechain/factories/EIP1271Interface__factory.d.ts +0 -22
- package/lib/typechain/factories/EIP1271Interface__factory.js +0 -47
- package/lib/typechain/factories/EIP1271Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC1155Interface__factory.d.ts +0 -18
- package/lib/typechain/factories/ERC1155Interface__factory.js +0 -89
- package/lib/typechain/factories/ERC1155Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.d.ts +0 -22
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.js +0 -101
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.js.map +0 -1
- package/lib/typechain/factories/ERC1155__factory.d.ts +0 -35
- package/lib/typechain/factories/ERC1155__factory.js +0 -335
- package/lib/typechain/factories/ERC1155__factory.js.map +0 -1
- package/lib/typechain/factories/ERC20Interface__factory.d.ts +0 -22
- package/lib/typechain/factories/ERC20Interface__factory.js +0 -52
- package/lib/typechain/factories/ERC20Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC20__factory.d.ts +0 -35
- package/lib/typechain/factories/ERC20__factory.js +0 -333
- package/lib/typechain/factories/ERC20__factory.js.map +0 -1
- package/lib/typechain/factories/ERC721Interface__factory.d.ts +0 -18
- package/lib/typechain/factories/ERC721Interface__factory.js +0 -46
- package/lib/typechain/factories/ERC721Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC721TokenReceiver__factory.d.ts +0 -22
- package/lib/typechain/factories/ERC721TokenReceiver__factory.js +0 -57
- package/lib/typechain/factories/ERC721TokenReceiver__factory.js.map +0 -1
- package/lib/typechain/factories/ERC721__factory.d.ts +0 -35
- package/lib/typechain/factories/ERC721__factory.js +0 -353
- package/lib/typechain/factories/ERC721__factory.js.map +0 -1
- package/lib/typechain/factories/Executor__factory.d.ts +0 -64
- package/lib/typechain/factories/Executor__factory.js +0 -552
- package/lib/typechain/factories/Executor__factory.js.map +0 -1
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.js +0 -49
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.js.map +0 -1
- package/lib/typechain/factories/FulfillmentApplier__factory.d.ts +0 -30
- package/lib/typechain/factories/FulfillmentApplier__factory.js +0 -118
- package/lib/typechain/factories/FulfillmentApplier__factory.js.map +0 -1
- package/lib/typechain/factories/GettersAndDerivers__factory.d.ts +0 -64
- package/lib/typechain/factories/GettersAndDerivers__factory.js +0 -412
- package/lib/typechain/factories/GettersAndDerivers__factory.js.map +0 -1
- package/lib/typechain/factories/OrderCombiner__factory.d.ts +0 -64
- package/lib/typechain/factories/OrderCombiner__factory.js +0 -629
- package/lib/typechain/factories/OrderCombiner__factory.js.map +0 -1
- package/lib/typechain/factories/OrderFulfiller__factory.d.ts +0 -64
- package/lib/typechain/factories/OrderFulfiller__factory.js +0 -603
- package/lib/typechain/factories/OrderFulfiller__factory.js.map +0 -1
- package/lib/typechain/factories/OrderValidator__factory.d.ts +0 -64
- package/lib/typechain/factories/OrderValidator__factory.js +0 -563
- package/lib/typechain/factories/OrderValidator__factory.js.map +0 -1
- package/lib/typechain/factories/ReentrancyErrors__factory.d.ts +0 -12
- package/lib/typechain/factories/ReentrancyErrors__factory.js +0 -28
- package/lib/typechain/factories/ReentrancyErrors__factory.js.map +0 -1
- package/lib/typechain/factories/ReentrancyGuard__factory.d.ts +0 -32
- package/lib/typechain/factories/ReentrancyGuard__factory.js +0 -102
- package/lib/typechain/factories/ReentrancyGuard__factory.js.map +0 -1
- package/lib/typechain/factories/Seaport__factory.d.ts +0 -132
- package/lib/typechain/factories/Seaport__factory.js.map +0 -1
- package/lib/typechain/factories/SignatureVerificationErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/SignatureVerificationErrors__factory.js +0 -49
- package/lib/typechain/factories/SignatureVerificationErrors__factory.js.map +0 -1
- package/lib/typechain/factories/SignatureVerification__factory.d.ts +0 -30
- package/lib/typechain/factories/SignatureVerification__factory.js +0 -118
- package/lib/typechain/factories/SignatureVerification__factory.js.map +0 -1
- package/lib/typechain/factories/TestERC1155__factory.d.ts +0 -49
- package/lib/typechain/factories/TestERC1155__factory.js +0 -433
- package/lib/typechain/factories/TestERC1155__factory.js.map +0 -1
- package/lib/typechain/factories/TestERC20__factory.d.ts +0 -56
- package/lib/typechain/factories/TestERC20__factory.js +0 -457
- package/lib/typechain/factories/TestERC20__factory.js.map +0 -1
- package/lib/typechain/factories/TestERC721__factory.d.ts +0 -49
- package/lib/typechain/factories/TestERC721__factory.js +0 -446
- package/lib/typechain/factories/TestERC721__factory.js.map +0 -1
- package/lib/typechain/factories/TokenTransferrerErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/TokenTransferrerErrors__factory.js +0 -132
- package/lib/typechain/factories/TokenTransferrerErrors__factory.js.map +0 -1
- package/lib/typechain/factories/TokenTransferrer__factory.d.ts +0 -30
- package/lib/typechain/factories/TokenTransferrer__factory.js +0 -201
- package/lib/typechain/factories/TokenTransferrer__factory.js.map +0 -1
- package/lib/typechain/factories/Verifiers__factory.d.ts +0 -64
- package/lib/typechain/factories/Verifiers__factory.js +0 -552
- package/lib/typechain/factories/Verifiers__factory.js.map +0 -1
- package/lib/typechain/factories/ZoneInteractionErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/ZoneInteractionErrors__factory.js +0 -34
- package/lib/typechain/factories/ZoneInteractionErrors__factory.js.map +0 -1
- package/lib/typechain/factories/ZoneInteraction__factory.d.ts +0 -30
- package/lib/typechain/factories/ZoneInteraction__factory.js +0 -103
- package/lib/typechain/factories/ZoneInteraction__factory.js.map +0 -1
- package/lib/typechain/factories/ZoneInterface__factory.d.ts +0 -52
- package/lib/typechain/factories/ZoneInterface__factory.js +0 -266
- package/lib/typechain/factories/ZoneInterface__factory.js.map +0 -1
- package/lib/typechain/index.d.ts +0 -90
- package/lib/typechain/index.js +0 -94
- package/lib/typechain/index.js.map +0 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const DomainRegistryABI: ({
|
|
2
|
+
inputs: {
|
|
3
|
+
internalType: string;
|
|
4
|
+
name: string;
|
|
5
|
+
type: string;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
type: string;
|
|
9
|
+
anonymous?: undefined;
|
|
10
|
+
outputs?: undefined;
|
|
11
|
+
stateMutability?: undefined;
|
|
12
|
+
} | {
|
|
13
|
+
anonymous: boolean;
|
|
14
|
+
inputs: {
|
|
15
|
+
indexed: boolean;
|
|
16
|
+
internalType: string;
|
|
17
|
+
name: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}[];
|
|
20
|
+
name: string;
|
|
21
|
+
type: string;
|
|
22
|
+
outputs?: undefined;
|
|
23
|
+
stateMutability?: undefined;
|
|
24
|
+
} | {
|
|
25
|
+
inputs: {
|
|
26
|
+
internalType: string;
|
|
27
|
+
name: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}[];
|
|
30
|
+
name: string;
|
|
31
|
+
outputs: {
|
|
32
|
+
internalType: string;
|
|
33
|
+
name: string;
|
|
34
|
+
type: string;
|
|
35
|
+
}[];
|
|
36
|
+
stateMutability: string;
|
|
37
|
+
type: string;
|
|
38
|
+
anonymous?: undefined;
|
|
39
|
+
})[];
|
|
40
|
+
export { DomainRegistryABI };
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DomainRegistryABI = void 0;
|
|
4
|
+
var DomainRegistryABI = [
|
|
5
|
+
{
|
|
6
|
+
inputs: [
|
|
7
|
+
{
|
|
8
|
+
internalType: "string",
|
|
9
|
+
name: "domain",
|
|
10
|
+
type: "string",
|
|
11
|
+
},
|
|
12
|
+
],
|
|
13
|
+
name: "DomainAlreadyRegistered",
|
|
14
|
+
type: "error",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
inputs: [
|
|
18
|
+
{
|
|
19
|
+
internalType: "bytes4",
|
|
20
|
+
name: "tag",
|
|
21
|
+
type: "bytes4",
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
internalType: "uint256",
|
|
25
|
+
name: "maxIndex",
|
|
26
|
+
type: "uint256",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
internalType: "uint256",
|
|
30
|
+
name: "suppliedIndex",
|
|
31
|
+
type: "uint256",
|
|
32
|
+
},
|
|
33
|
+
],
|
|
34
|
+
name: "DomainIndexOutOfRange",
|
|
35
|
+
type: "error",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
anonymous: false,
|
|
39
|
+
inputs: [
|
|
40
|
+
{
|
|
41
|
+
indexed: false,
|
|
42
|
+
internalType: "string",
|
|
43
|
+
name: "domain",
|
|
44
|
+
type: "string",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
indexed: false,
|
|
48
|
+
internalType: "bytes4",
|
|
49
|
+
name: "tag",
|
|
50
|
+
type: "bytes4",
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
indexed: false,
|
|
54
|
+
internalType: "uint256",
|
|
55
|
+
name: "index",
|
|
56
|
+
type: "uint256",
|
|
57
|
+
},
|
|
58
|
+
],
|
|
59
|
+
name: "DomainRegistered",
|
|
60
|
+
type: "event",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
inputs: [
|
|
64
|
+
{
|
|
65
|
+
internalType: "bytes4",
|
|
66
|
+
name: "tag",
|
|
67
|
+
type: "bytes4",
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
internalType: "uint256",
|
|
71
|
+
name: "index",
|
|
72
|
+
type: "uint256",
|
|
73
|
+
},
|
|
74
|
+
],
|
|
75
|
+
name: "getDomain",
|
|
76
|
+
outputs: [
|
|
77
|
+
{
|
|
78
|
+
internalType: "string",
|
|
79
|
+
name: "domain",
|
|
80
|
+
type: "string",
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
stateMutability: "view",
|
|
84
|
+
type: "function",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
inputs: [
|
|
88
|
+
{
|
|
89
|
+
internalType: "bytes4",
|
|
90
|
+
name: "tag",
|
|
91
|
+
type: "bytes4",
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
name: "getDomains",
|
|
95
|
+
outputs: [
|
|
96
|
+
{
|
|
97
|
+
internalType: "string[]",
|
|
98
|
+
name: "domains",
|
|
99
|
+
type: "string[]",
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
stateMutability: "view",
|
|
103
|
+
type: "function",
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
inputs: [
|
|
107
|
+
{
|
|
108
|
+
internalType: "bytes4",
|
|
109
|
+
name: "tag",
|
|
110
|
+
type: "bytes4",
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
name: "getNumberOfDomains",
|
|
114
|
+
outputs: [
|
|
115
|
+
{
|
|
116
|
+
internalType: "uint256",
|
|
117
|
+
name: "totalDomains",
|
|
118
|
+
type: "uint256",
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
stateMutability: "view",
|
|
122
|
+
type: "function",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
inputs: [
|
|
126
|
+
{
|
|
127
|
+
internalType: "string",
|
|
128
|
+
name: "domain",
|
|
129
|
+
type: "string",
|
|
130
|
+
},
|
|
131
|
+
],
|
|
132
|
+
name: "setDomain",
|
|
133
|
+
outputs: [
|
|
134
|
+
{
|
|
135
|
+
internalType: "bytes4",
|
|
136
|
+
name: "tag",
|
|
137
|
+
type: "bytes4",
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
stateMutability: "nonpayable",
|
|
141
|
+
type: "function",
|
|
142
|
+
},
|
|
143
|
+
];
|
|
144
|
+
exports.DomainRegistryABI = DomainRegistryABI;
|
|
145
|
+
//# sourceMappingURL=DomainRegistry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DomainRegistry.js","sourceRoot":"","sources":["../../src/abi/DomainRegistry.ts"],"names":[],"mappings":";;;AAAA,IAAM,iBAAiB,GAAG;IACxB;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;aACf;SACF;QACD,IAAI,EAAE,yBAAyB;QAC/B,IAAI,EAAE,OAAO;KACd;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,uBAAuB;QAC7B,IAAI,EAAE,OAAO;KACd;IACD;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,OAAO;KACd;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;aACf;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;aACf;SACF;QACD,IAAI,EAAE,YAAY;QAClB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,UAAU;gBACxB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,UAAU;aACjB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;aACf;SACF;QACD,IAAI,EAAE,oBAAoB;QAC1B,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;aACf;SACF;QACD,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;aACf;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEO,8CAAiB"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
declare const SeaportABIv14: ({
|
|
2
|
+
inputs: {
|
|
3
|
+
internalType: string;
|
|
4
|
+
name: string;
|
|
5
|
+
type: string;
|
|
6
|
+
}[];
|
|
7
|
+
stateMutability: string;
|
|
8
|
+
type: string;
|
|
9
|
+
name?: undefined;
|
|
10
|
+
anonymous?: undefined;
|
|
11
|
+
outputs?: undefined;
|
|
12
|
+
} | {
|
|
13
|
+
inputs: {
|
|
14
|
+
internalType: string;
|
|
15
|
+
name: string;
|
|
16
|
+
type: string;
|
|
17
|
+
}[];
|
|
18
|
+
name: string;
|
|
19
|
+
type: string;
|
|
20
|
+
stateMutability?: undefined;
|
|
21
|
+
anonymous?: undefined;
|
|
22
|
+
outputs?: undefined;
|
|
23
|
+
} | {
|
|
24
|
+
anonymous: boolean;
|
|
25
|
+
inputs: ({
|
|
26
|
+
indexed: boolean;
|
|
27
|
+
internalType: string;
|
|
28
|
+
name: string;
|
|
29
|
+
type: string;
|
|
30
|
+
components?: undefined;
|
|
31
|
+
} | {
|
|
32
|
+
components: ({
|
|
33
|
+
internalType: string;
|
|
34
|
+
name: string;
|
|
35
|
+
type: string;
|
|
36
|
+
components?: undefined;
|
|
37
|
+
} | {
|
|
38
|
+
components: {
|
|
39
|
+
internalType: string;
|
|
40
|
+
name: string;
|
|
41
|
+
type: string;
|
|
42
|
+
}[];
|
|
43
|
+
internalType: string;
|
|
44
|
+
name: string;
|
|
45
|
+
type: string;
|
|
46
|
+
})[];
|
|
47
|
+
indexed: boolean;
|
|
48
|
+
internalType: string;
|
|
49
|
+
name: string;
|
|
50
|
+
type: string;
|
|
51
|
+
})[];
|
|
52
|
+
name: string;
|
|
53
|
+
type: string;
|
|
54
|
+
stateMutability?: undefined;
|
|
55
|
+
outputs?: undefined;
|
|
56
|
+
} | {
|
|
57
|
+
inputs: ({
|
|
58
|
+
components: ({
|
|
59
|
+
components: ({
|
|
60
|
+
internalType: string;
|
|
61
|
+
name: string;
|
|
62
|
+
type: string;
|
|
63
|
+
components?: undefined;
|
|
64
|
+
} | {
|
|
65
|
+
components: {
|
|
66
|
+
internalType: string;
|
|
67
|
+
name: string;
|
|
68
|
+
type: string;
|
|
69
|
+
}[];
|
|
70
|
+
internalType: string;
|
|
71
|
+
name: string;
|
|
72
|
+
type: string;
|
|
73
|
+
})[];
|
|
74
|
+
internalType: string;
|
|
75
|
+
name: string;
|
|
76
|
+
type: string;
|
|
77
|
+
} | {
|
|
78
|
+
internalType: string;
|
|
79
|
+
name: string;
|
|
80
|
+
type: string;
|
|
81
|
+
components?: undefined;
|
|
82
|
+
})[];
|
|
83
|
+
internalType: string;
|
|
84
|
+
name: string;
|
|
85
|
+
type: string;
|
|
86
|
+
} | {
|
|
87
|
+
internalType: string;
|
|
88
|
+
name: string;
|
|
89
|
+
type: string;
|
|
90
|
+
components?: undefined;
|
|
91
|
+
})[];
|
|
92
|
+
name: string;
|
|
93
|
+
outputs: ({
|
|
94
|
+
internalType: string;
|
|
95
|
+
name: string;
|
|
96
|
+
type: string;
|
|
97
|
+
components?: undefined;
|
|
98
|
+
} | {
|
|
99
|
+
components: ({
|
|
100
|
+
components: {
|
|
101
|
+
internalType: string;
|
|
102
|
+
name: string;
|
|
103
|
+
type: string;
|
|
104
|
+
}[];
|
|
105
|
+
internalType: string;
|
|
106
|
+
name: string;
|
|
107
|
+
type: string;
|
|
108
|
+
} | {
|
|
109
|
+
internalType: string;
|
|
110
|
+
name: string;
|
|
111
|
+
type: string;
|
|
112
|
+
components?: undefined;
|
|
113
|
+
})[];
|
|
114
|
+
internalType: string;
|
|
115
|
+
name: string;
|
|
116
|
+
type: string;
|
|
117
|
+
})[];
|
|
118
|
+
stateMutability: string;
|
|
119
|
+
type: string;
|
|
120
|
+
anonymous?: undefined;
|
|
121
|
+
} | {
|
|
122
|
+
stateMutability: string;
|
|
123
|
+
type: string;
|
|
124
|
+
inputs?: undefined;
|
|
125
|
+
name?: undefined;
|
|
126
|
+
anonymous?: undefined;
|
|
127
|
+
outputs?: undefined;
|
|
128
|
+
})[];
|
|
129
|
+
export { SeaportABIv14 };
|