in public/background.js [343:351]
amount: parseInt(transactionData.amount),
signerPublicKey: decryptedPublicKey,
signerPrivateKey: decryptedPrivateKey,
recipientPublicKey: transactionData.recipientAddress,
asset: transactionData.asset, // pass JS object
};
// Send the mutation with variables
const response = await fetch(decryptedUrl, {