For the complete documentation index, see llms.txt. This page is also available as Markdown.

close({ … })

Close the xApp

Parameters

The refreshEvents param. is optional. If passed (and true) the Event list will be forcefully refreshed (updated) when the xApp closes. This can be useful if the xApp closes programatically after e.g. resolving (cancelling) or signing a Sign Request.

{ refreshEvents: true }

Syntax

xumm.xapp.close({ refreshEvents: true })

Last updated

Was this helpful?