export type GetKeyHashClass = {
    managedWalletAddress?: string | null;
    walletpassword?: string | null;
};
