pub async fn query_message_accepted_events_thegraph(
    client: &TheGraphLikeEth,
    begin: u64,
    end: u64
) -> Result<Vec<MessageAccepted>>