export type AccountInfo = {
    name: string;
    btcPublicKey: string;
    btcAddress: string;
    smartAccountAddress: string;
};
