UNPKG

@hubbleprotocol/hubble-sdk

Version:
6 lines (5 loc) 152 B
import { Wallet } from '@coral-xyz/anchor'; /** * Get a read-only wallet for Anchor provider */ export declare const getReadOnlyWallet: () => Wallet;