UNPKG

@polkadot/react-api

Version:

A collection of RxJs React components the Polkadot JS API

6 lines (5 loc) 234 B
import { Ledger } from '@polkadot/ui-keyring'; export declare function isLedgerCapable(): boolean; export declare function isLedger(): boolean; export declare function clearLedger(): void; export declare function getLedger(): Ledger;