了解如何从 Spark 提取资金到比特币
deductFeeFromWithdrawalAmount = true
),费用从 amountSats
中扣除;当设置为 false
时,费用从剩余钱包余额中扣除。amountSats
为 10,000 聪,比特币费用为 2,000 聪,SSP 费用为 1,000 聪,则在默认扣费模式下,您将在 L1 地址收到 7,000 聪。withdraw
内部自动获取费用报价。请先使用 getWithdrawalFeeQuote
获取并传入 withdraw
。