export interface LeapAccount {
    address: string;
    algo: string;
    bech32Address: string;
    isNanoLedger: boolean;
    name: string;
    pubKey: string;
}
