VerifyEOASignatureParams

type VerifyEOASignatureParams = {
address: string;
message: string | Message;
signature: string | Uint8Array;
};