openSignRequest({ … })
Open a Sign Request (payload) created with Xumm.payload.create
Parameters
{ uuid: '...' }
Syntax
xumm.payload.create({
TransactionType: 'Payment',
Destination: 'rfHn6cB5mmqZ6fHZ4fdemCDSxqLTijgMwo',
Amount: String(1)
}).then(payload => {
xumm.xapp.openSignRequest(payload)
})
Response
Returns an event: payload
. Use on(xAppEvent, fn) to subscribe to the return data.
Last updated
Was this helpful?