export interface CardanoGenerateWallet {
    mnemonic: string;
    xpub: string;
}
