This commit is contained in:
boufni95 2024-08-23 20:47:58 +02:00
parent 35c7e8bcf6
commit 226f0773cb

View file

@ -1,4 +1,4 @@
import { CoinSelectionStrategy, SendCoinsRequest } from "../../../proto/lnd/lightning"; import { CoinSelectionStrategy, SendCoinsRequest } from "../../../proto/lnd/lightning.js";
export const SendCoinsReq = (address: string, amount: number, satPerVByte: number, label = ""): SendCoinsRequest => ({ export const SendCoinsReq = (address: string, amount: number, satPerVByte: number, label = ""): SendCoinsRequest => ({
addr: address, addr: address,