Skip to main content
Transfers Bitcoin to another SparkWallet.

Method Signature

Parameters

string
required
The recipient’s Spark Address
number
required
The amount in satoshis to transfer. Must be positive and less than 2^53 (JavaScript safe integer limit).

Returns

WalletTransfer
required
The completed transfer details

Example

Do not pass a Spark invoice (address with encoded payment details) to this method. Use fulfillSparkInvoice() instead.