aboutsummaryrefslogtreecommitdiff
path: root/src/external/stellar-freighter-api/@shared/constants/hardwareWallet.d.ts
blob: 12365774612f4fe8caadc3230fd55822feb5a23c (plain)
1
2
3
4
5
export declare enum WalletType {
    LEDGER = "Ledger",
    NONE = ""
}
export type ConfigurableWalletType = Exclude<WalletType, WalletType.NONE>;