UNPKG
kamino-sdk-beta
Version:
latest (7.0.5)
7.0.5
7.0.4
7.0.3
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
kamino.finance
kamino-sdk-beta
/
dist
/
utils
/
anchorUtils.d.ts
6 lines
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Wallet
}
from
'@coral-xyz/anchor'
;
/** * Get a read-only wallet for Anchor provider */
export
declare
const
getReadOnlyWallet
:
() =>
Wallet
;
//# sourceMappingURL=anchorUtils.d.ts.map