📑Extending SendPayment Method
Extending sendPayment method to add optional metadata field
sendPayment(paymentRequest: string, metadata?: string): Promise<SendPaymentResponse>;

Passing Metadata Via SendPayment Method
Last updated