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
/
dist
/
utils
/
anchorUtils.d.ts
6 lines
(5 loc)
•
152 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
;