Payments
Simple Payment
const result = await wallet.pay({
to: recipientIdentityKey,
satoshis: 1000
})
console.log('TXID:', result.txid)Multi-Output Send
Output Routing Rules
Fields
Output Type
Satoshis
Example: Three Output Types in One Transaction
Data Fields
Funding a Server Wallet
PaymentOptions Reference
TransactionResult Reference
Last updated
