Sending BTC
Since creating PSBTs from scratch can be rather intensive, the ME wallet exposes a simple method on the provider called sendBtcTransaction
to facilitate the basic request of sending bitcoin to another address.
In pattern with the previous methods, the ME provider extends Sats Connect to ensure a clear format to send BTC.
This will prompt the user to send the specified amount of sats to the recipientAddress
Last updated