We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4493cda commit 3c0f022Copy full SHA for 3c0f022
src/types/transactions.ts
@@ -277,6 +277,8 @@ export type SwapOrder = {
277
explorerUrl: string
278
/** @description The amount of fees paid for this order. */
279
executedSurplusFee?: string | null
280
+ /** @description The (optional) address to receive the proceeds of the trade */
281
+ receiver?: string | null
282
/** @description The App Data for this order */
283
fullAppData?: Record<string, unknown> | null
284
}
0 commit comments