up
This commit is contained in:
parent
35c7e8bcf6
commit
226f0773cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue