interface signInInformation {
    publicAddress: string;
    signedMessage: string;
}
interface CustomProvider {
    handleError: (message: string, error?: Error) => void;
}
