aboutsummaryrefslogtreecommitdiff
path: root/src/external/stellar-freighter-api/@shared/constants/hardwareWallet.d.ts
blob: 54b60882338ae474654e732a28e0a838aa25a706 (plain)
1
2
3
4
export declare enum WalletType {
    LEDGER = "Ledger",
    NONE = ""
}