@xoxno/sdk-js 0.1.120-alpha → 0.1.121-alpha
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.
|
@@ -250,7 +250,7 @@ export declare class SCInteraction {
|
|
|
250
250
|
* The function then calls the `changeListing` method on the smart contract and returns the resulting interaction
|
|
251
251
|
* with the specified chainID and gas limit.
|
|
252
252
|
*/
|
|
253
|
-
changeListing(listings: ChangeListing[], sender: WithSenderAndNonce, marketplace: string): Promise<
|
|
253
|
+
changeListing(listings: ChangeListing[], sender: WithSenderAndNonce, marketplace: string): Promise<Interaction>;
|
|
254
254
|
listNFTs(listings: NewListingArgs[], sender: WithSenderAndNonce): Promise<Interaction>;
|
|
255
255
|
}
|
|
256
256
|
//# sourceMappingURL=index.d.ts.map
|