m
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { ByteArray, Signature } from 'viem';
|
||||
export declare const wagmiAddressHelp: {
|
||||
checkMessageSignatureAddres(message: string, signature: `0x${string}` | ByteArray | Signature, address: string): Promise<boolean>;
|
||||
};
|
||||
Reference in New Issue
Block a user