UNPKG
@mihalex/farms-sdk-tests
Version:
latest (0.3.9)
0.3.9
Farms SDK
github.com/hubbleprotocol/farms/tree/master/farms-sdk
hubbleprotocol/farms
@mihalex/farms-sdk-tests
/
src
/
models
/
UserAndKey.ts
8 lines
(6 loc)
•
170 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
PublicKey
}
from
"@solana/web3.js"
;
import
{
UserState
}
from
"../rpc_client/accounts"
;
export
type
UserAndKey
= {
userState
:
UserState
;
key
:
PublicKey
; };