From 9a46c9becf2442879be620619535a08ae6638b87 Mon Sep 17 00:00:00 2001 From: Sluder Date: Wed, 20 Dec 2023 15:10:26 -0500 Subject: [PATCH] Update README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ba14b81..c3761ee 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ - Load wallets using a seedphrase or CIP-30 interface using [Lucid](https://github.com/spacebudz/lucid) ### Notes +- You may need to use the flag `--experimental-specifier-resolution=node` when building your project to correctly import Dexter - All figures/parameters represented as a bigint are denominated in lovelaces ### Install @@ -190,6 +191,22 @@ dexter.newSwapRequest()
+
+newSplitSwapRequest(): SplitSwapRequest Create new request for a split swap order. + +For available methods on the `SplitSwapRequest` instance, please see those specific +[docs](https://github.com/IndigoProtocol/dexter/blob/master/docs/requests/split-swap-request.md). + +##### Using + +```js +dexter.newSplitSwapRequest() + ... +``` +
+ +
+
newCancelSwapRequest(): CancelSwapRequest Create new request for cancelling a swap order.