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