description |
---|
Open a Sign Request (payload) created with Xumm.payload.create |
{ uuid: '...' }
xumm.payload.create({
TransactionType: 'Payment',
Destination: 'rfHn6cB5mmqZ6fHZ4fdemCDSxqLTijgMwo',
Amount: String(1)
}).then(payload => {
xumm.xapp.openSignRequest(payload)
})
Returns an event: payload
. Use on-event-fn.md to subscribe to the return data.