Skip to content

Commit 3c0f022

Browse files
authored
feat: add receiver prop to swap orders (#165)
1 parent 4493cda commit 3c0f022

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/transactions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ export type SwapOrder = {
277277
explorerUrl: string
278278
/** @description The amount of fees paid for this order. */
279279
executedSurplusFee?: string | null
280+
/** @description The (optional) address to receive the proceeds of the trade */
281+
receiver?: string | null
280282
/** @description The App Data for this order */
281283
fullAppData?: Record<string, unknown> | null
282284
}

0 commit comments

Comments
 (0)