Skip to main content

sdk.bitcoin.sendCoins(address, amount, fee)

String txid = await joltzSDK.bitcoin.sendCoins(recipient_address, 10000, feePerVByte);

Parameters:

  • address: The recipients address.
  • amount: The amount of Bitcoin sent in sats.
  • fee: The on-chain fee paid in sat/vbyte.

Return Value:
The Transaction ID.