"Pay With Anything"
Xaman allows you to easily craft a payload (Sign Request) that will always deliver the currency and amount you want to receive, while allowing the Xaman user to pay with anything (any asset they have)
The Payload
{
options: {
force_network: 'MAINNET',
pathfinding: true
},
custom_meta: {
instruction: 'Pay for this and that...'
},
txjson: {
TransactionType: 'Payment',
Destination: 'r...YourAddress...',
Amount: {
currency: '524C555344000000000000000000000000000000',
issuer: 'rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De',
value: '15'
}
}
}The Sign Request (user facing)
First few seconds
After paths are found
Last updated
Was this helpful?

