export interface VerifyingMsg {
unique_twitter_id: string;
name: string;
claimer: string;
contract_address: string;
chain_id: string;
}