@hypercerts-org/marketplace-sdk 0.0.4 → 0.0.6

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.
@@ -120,7 +120,7 @@ export declare class LooksRare {
120
120
  * @param affiliate Affiliate address if applicable
121
121
  * @returns ContractMethods
122
122
  */
123
- executeOrder(maker: Maker, taker: Taker, signature: string, merkleTree?: MerkleTree, affiliate?: string, overrides?: Overrides): ContractMethods;
123
+ executeOrder(maker: Maker, taker: Taker, signature: string, merkleTree?: MerkleTree, overrides?: Overrides): ContractMethods;
124
124
  /**
125
125
  * Execute several orders
126
126
  * @param orders List of orders data
@@ -134,15 +134,10 @@ export declare class LooksRare {
134
134
  taker: Taker;
135
135
  signature: string;
136
136
  merkleTree?: MerkleTree;
137
- }[], isAtomic: boolean, affiliate?: string, overrides?: Overrides): {
138
- /**
139
- * Validate a timestamp format (seconds)
140
- * @param timestamp
141
- * @returns boolean
142
- */
143
- call: (additionalOverrides?: import("./typechain/common").PayableOverrides | undefined) => Promise<ContractTransactionResponse>;
144
- estimateGas: (additionalOverrides?: import("./typechain/common").PayableOverrides | undefined) => Promise<bigint>;
145
- callStatic: (additionalOverrides?: import("./typechain/common").PayableOverrides | undefined) => Promise<void>;
137
+ }[], isAtomic: boolean, overrides?: Overrides): {
138
+ call: (additionalOverrides?: import("./typechain/common").PayableOverrides | undefined) => any;
139
+ estimateGas: (additionalOverrides?: import("./typechain/common").PayableOverrides | undefined) => any;
140
+ callStatic: (additionalOverrides?: import("./typechain/common").PayableOverrides | undefined) => any;
146
141
  };
147
142
  /**
148
143
  * Cancell all maker bid and/or ask orders for the current user