UNPKG
@paxoslabs/earn-sdk
Version:
alpha (0.0.1-alpha.4)
latest (0.0.1-alpha.1)
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
Paxos Labs Earn SDK
github.com/Ion-Protocol/earn-sdk
Ion-Protocol/earn-sdk
@paxoslabs/earn-sdk
/
dist
/
vaults.d.mts
7 lines
(4 loc)
•
179 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ V
as
VaultKey
, a
as
Vault
}
from
'./config-BQynVNDC.mjs'
;
import
'viem'
;
declare
const
getVaultByKey
:
(
vaultKey
:
VaultKey
) =>
Promise
<
Vault
>;
export
{ getVaultByKey };