UNPKG
@ln-markets/sdk
Version:
latest (2.1.0)
next (1.0.0-beta.2)
2.1.0
2.0.2
2.0.1
2.0.0
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-beta.2
0.0.10
0.0.8
TypeScript SDK for LNMarkets API
github.com/ln-markets/sdk-typescript
ln-markets/sdk-typescript
@ln-markets/sdk
/
dist
/
v2
/
routes
/
user
/
get-deposits.d.ts
6 lines
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
KyInstance
}
from
'ky'
;
import
type
{
Deposit
,
DepositType
}
from
'./types.js'
;
export
declare
const
createGetDeposits
:
(
instance
:
KyInstance
) =>
(
searchParams
?: {
type
: DepositType; }
) =>
Promise
<
Deposit
[]>;
//# sourceMappingURL=get-deposits.d.ts.map